Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: eu-south-2 in prod #51404

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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:
Expand Down
Expand Up @@ -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}
Expand Down