Skip to content

Commit d282d90

Browse files
committed
Add temp sleep for testing
1 parent c2aee1b commit d282d90

File tree

2 files changed

+11
-5130
lines changed

2 files changed

+11
-5130
lines changed

.ibm/pipelines/jobs/ocp-operator.sh

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ initiate_operator_deployments() {
1010

1111
prepare_operator
1212

13-
configure_namespace "${NAME_SPACE}"
14-
deploy_test_backstage_customization_provider "${NAME_SPACE}"
15-
local rhdh_base_url="https://backstage-${RELEASE_NAME}-${NAME_SPACE}.${K8S_CLUSTER_ROUTER_BASE}"
16-
apply_yaml_files "${DIR}" "${NAME_SPACE}" "${rhdh_base_url}"
17-
create_dynamic_plugins_config "${DIR}/value_files/${HELM_CHART_VALUE_FILE_NAME}" "/tmp/configmap-dynamic-plugins.yaml"
18-
oc apply -f /tmp/configmap-dynamic-plugins.yaml -n "${NAME_SPACE}"
19-
deploy_redis_cache "${NAME_SPACE}"
20-
deploy_rhdh_operator "${NAME_SPACE}" "${DIR}/resources/rhdh-operator/rhdh-start.yaml"
21-
enable_orchestrator_plugins_op "${NAME_SPACE}"
22-
deploy_orchestrator_workflows_operator "${NAME_SPACE}"
13+
# configure_namespace "${NAME_SPACE}"
14+
# deploy_test_backstage_customization_provider "${NAME_SPACE}"
15+
# local rhdh_base_url="https://backstage-${RELEASE_NAME}-${NAME_SPACE}.${K8S_CLUSTER_ROUTER_BASE}"
16+
# apply_yaml_files "${DIR}" "${NAME_SPACE}" "${rhdh_base_url}"
17+
# create_dynamic_plugins_config "${DIR}/value_files/${HELM_CHART_VALUE_FILE_NAME}" "/tmp/configmap-dynamic-plugins.yaml"
18+
# oc apply -f /tmp/configmap-dynamic-plugins.yaml -n "${NAME_SPACE}"
19+
# deploy_redis_cache "${NAME_SPACE}"
20+
# deploy_rhdh_operator "${NAME_SPACE}" "${DIR}/resources/rhdh-operator/rhdh-start.yaml"
21+
# enable_orchestrator_plugins_op "${NAME_SPACE}"
22+
# deploy_orchestrator_workflows_operator "${NAME_SPACE}"
2323

2424
configure_namespace "${NAME_SPACE_RBAC}"
2525
create_conditional_policies_operator /tmp/conditional-policies.yaml
@@ -30,6 +30,7 @@ initiate_operator_deployments() {
3030
oc apply -f /tmp/configmap-dynamic-plugins-rbac.yaml -n "${NAME_SPACE_RBAC}"
3131
deploy_rhdh_operator "${NAME_SPACE_RBAC}" "${DIR}/resources/rhdh-operator/rhdh-start-rbac.yaml"
3232
enable_orchestrator_plugins_op "${NAME_SPACE_RBAC}"
33+
sleep 7200
3334
deploy_orchestrator_workflows_operator "${NAME_SPACE_RBAC}"
3435
}
3536

0 commit comments

Comments
 (0)