test: add E2E slot config for int-westus3-shard0 - #6431
Merged
Conversation
Add westus3 shard0 slot configuration to the INT environment for E2E testing.
openshift-ci
Bot
requested review from
David Eads (deads2k) and
Miquel Simon (miquelsi)
August 5, 2026 12:15
Copilot started reviewing on behalf of
Gerd Oberlechner (geoberle)
August 5, 2026 12:15
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new INT E2E slot pool entry for westus3 shard0 so the slot-manager can lease capacity in that region for INT E2E runs.
Changes:
- Extend the INT slot catalog with a
westus3fixed-region pool (aro-hcp-int-westus3-shard0-slot).
Comment on lines
+57
to
+61
| - subscription_name: "ARO SRE Team - INT (EA Subscription 3)" | ||
| region: westus3 | ||
| region_mode: fixed | ||
| resource_type: aro-hcp-int-westus3-shard0-slot | ||
| slot_count: 1 |
Collaborator
Author
|
/hold |
Collaborator
Author
|
/test e2e-parallel |
Collaborator
Author
|
/hold cancel |
Collaborator
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geoberle, roivaz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add westus3 shard0 slot configuration to the INT environment for E2E testing.
Why
Testing
Testing is required for feature completion and tests should be part of the pull
request along with the feature changes.
Describe the testing provided. If you did not add tests, provide a clear
justification.
Special notes for your reviewer
PR Checklist
If E2E tests are included:
demonstrate that the test is able to detect a defect/error and fail with
proper error message and logs which communicates nature of the problem.