diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.14__amd64-stable.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.14__amd64-stable.yaml index 73396f505255..f9e278903443 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.14__amd64-stable.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.14__amd64-stable.yaml @@ -359,12 +359,12 @@ tests: steps: cluster_profile: aws-sd-qe env: - CHANNEL_GROUP: candidate - CLUSTER_SECTOR: canary + CHANNEL_GROUP: stable + CLUSTER_SECTOR: eu-south-2 E2E_RUN_TAGS: '@rosa and @critical' OCM_LOGIN_ENV: production OPENSHIFT_VERSION: "4.14" - REGION: us-east-1 + REGION: eu-south-2 TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA& TEST_IMPORTANCE: Critical test: diff --git a/ci-operator/step-registry/rosa/cluster/provision/rosa-cluster-provision-commands.sh b/ci-operator/step-registry/rosa/cluster/provision/rosa-cluster-provision-commands.sh index 15096b40f538..833438eeebfc 100755 --- a/ci-operator/step-registry/rosa/cluster/provision/rosa-cluster-provision-commands.sh +++ b/ci-operator/step-registry/rosa/cluster/provision/rosa-cluster-provision-commands.sh @@ -323,7 +323,7 @@ if [[ "$HOSTED_CP" == "true" ]]; then exit 1 fi fi - PROVISION_SHARD_ID=$(echo "$psList" | head -n 1) + PROVISION_SHARD_ID="48979a26-033f-11ef-88cf-0a580a80026a" HYPERSHIFT_SWITCH="${HYPERSHIFT_SWITCH} --properties provision_shard_id:${PROVISION_SHARD_ID}" record_cluster "properties" "provision_shard_id" ${PROVISION_SHARD_ID}