Skip to content

Commit

Permalink
Disable pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Dec 9, 2024
1 parent 81cb88a commit 9233647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ibm/pipelines/jobs/periodic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ handle_nightly() {
configure_namespace "${NAME_SPACE}"
deploy_test_backstage_provider "${NAME_SPACE}"
local url="https://${RELEASE_NAME}-backstage-${NAME_SPACE}.${K8S_CLUSTER_ROUTER_BASE}"
install_pipelines_operator
sleep 20 # wait for Pipeline Operator/Tekton pipelines to be ready
oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline.yaml"
oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline-run.yaml"
# install_pipelines_operator
# sleep 20 # wait for Pipeline Operator/Tekton pipelines to be ready
# oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline.yaml"
# oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline-run.yaml"
initiate_deployments
check_and_test "${RELEASE_NAME}" "${NAME_SPACE}" "${url}"
check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}" "${url}"
Expand Down

0 comments on commit 9233647

Please sign in to comment.