Skip to content

Switch e2e-parallel to westus3#80021

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
roivaz:switch-westus3
Jun 4, 2026
Merged

Switch e2e-parallel to westus3#80021
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
roivaz:switch-westus3

Conversation

@roivaz

@roivaz roivaz commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Switch e2e-parallel to westus3.

Summary by CodeRabbit

This PR updates the Azure Red Hat OpenShift Hosted Control Plane (ARO-HCP) CI configuration by switching the e2e-parallel pipeline step's Azure region from centralus to westus3.

Specifically, the LOCATION environment variable for the e2e-parallel step in the ARO-HCP main configuration is updated. This step runs the aro-hcp-local-e2e workflow in the dev/ci01 deployment environment, which performs local end-to-end testing for ARO-HCP. The change redirects these tests to execute in the westus3 Azure region instead of centralus.

This is a targeted change affecting only the development CI environment's parallel e2e testing infrastructure for ARO-HCP.

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 51f6b638-e58e-412c-9c96-f98b496e26af

📥 Commits

Reviewing files that changed from the base of the PR and between 7cd5b08 and efa5851.

📒 Files selected for processing (1)
  • ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml

Walkthrough

Updated the Azure region location for the e2e-parallel pipeline step from centralus to westus3, changing where the aro-hcp-local-e2e workflow executes for the dev/ci01 deployment environment.

Changes

E2E Test Configuration

Layer / File(s) Summary
E2E pipeline region update
ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml
The LOCATION environment variable in the e2e-parallel job is updated from centralus to westus3.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately describes the main change: switching the e2e-parallel pipeline step environment location from centralus to westus3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR does not contain Ginkgo test definitions. The change is purely a CI/CD configuration update (LOCATION env var), making the check inapplicable to this PR.
Test Structure And Quality ✅ Passed PR modifies only a CI configuration YAML file (Azure-ARO-HCP-main.yaml), not Ginkgo test code. The check for Ginkgo test quality is not applicable to this infrastructure configuration change.
Microshift Test Compatibility ✅ Passed PR only updates Azure region (centralus→westus3) in CI config YAML; no new Ginkgo e2e tests are added, so MicroShift compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only modifies CI configuration (LOCATION: centralus→westus3) in a YAML file, adds no Ginkgo e2e tests, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Change updates an Azure region parameter in CI config, not Kubernetes scheduling constraints. No pod affinity, node selectors, topology constraints, or replica logic introduced.
Ote Binary Stdout Contract ✅ Passed PR only modifies YAML CI/CD configuration (changes LOCATION env var); no Go test code or executable code changes present, so OTE Binary Stdout Contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests added. PR only modifies a CI config YAML file, changing the Azure location for the e2e-parallel step from centralus to westus3. The check does not apply.
No-Weak-Crypto ✅ Passed PR only changes infrastructure configuration (LOCATION value from centralus to westus3) in YAML files; no cryptographic code, weak algorithms, or security implementations were added or modified.
Container-Privileges ✅ Passed PR changes only LOCATION env variable. No container privilege settings (privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation) found in the config file.
No-Sensitive-Data-In-Logs ✅ Passed PR only changes Azure region name in environment variables from centralus to westus3. No logging statements added, no credentials, tokens, PII, or sensitive data exposed.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from bennerv and raelga June 3, 2026 09:50
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 3, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@roivaz: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-Azure-ARO-HCP-main-e2e-parallel Azure/ARO-HCP presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@roivaz

roivaz commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@roivaz

roivaz commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@roivaz

roivaz commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@raelga

raelga commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2026
@openshift-ci

openshift-ci Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: raelga, roivaz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@raelga

raelga commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 4, 2026
@openshift-ci

openshift-ci Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

@roivaz: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot Bot merged commit 557e844 into openshift:main Jun 4, 2026
15 checks passed
fracappa pushed a commit to fracappa/release that referenced this pull request Jun 4, 2026
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jun 4, 2026
@roivaz roivaz deleted the switch-westus3 branch June 5, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants