Skip to content

Commit

Permalink
chore(e2e): fix tech radar tests for nightly (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli authored Dec 16, 2024
1 parent be2f2bd commit 7bb7197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ibm/pipelines/jobs/periodic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ handle_nightly() {

export K8S_CLUSTER_ROUTER_BASE=$(oc get route console -n openshift-console -o=jsonpath='{.spec.host}' | sed 's/^[^.]*\.//')

configure_namespace "${NAME_SPACE}"
deploy_test_backstage_provider "${NAME_SPACE}"
cluster_setup
initiate_deployments
deploy_test_backstage_provider "${NAME_SPACE}"
local url="https://${RELEASE_NAME}-backstage-${NAME_SPACE}.${K8S_CLUSTER_ROUTER_BASE}"
check_and_test "${RELEASE_NAME}" "${NAME_SPACE}" "${url}"
local rbac_url="https://${RELEASE_NAME_RBAC}-backstage-${NAME_SPACE_RBAC}.${K8S_CLUSTER_ROUTER_BASE}"
Expand Down

0 comments on commit 7bb7197

Please sign in to comment.