ROSAENG-1077: use separated shard for hcp provision#79446
Conversation
|
@bmeng: This pull request references ROSAENG-1077 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughOpenShift Online ROSA E2E periodic test jobs are updated to refine test targeting for HCP variants. Five job definitions (stable 4.19–4.21, candidate 4.22, nightly 5.0) replace their ChangesHCP Test Configuration Updates
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested Labels
Suggested Reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse more |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-19 periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-nightly-5-0 |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-candidate-4-22 |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-21 |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-19 periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-nightly-5-0 |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/test openshift-image-mirror-mappings |
|
/retest required |
|
/hold |
|
/pj-rehearse ack |
|
@bmeng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest required |
|
/test openshift-image-mirror-mappings |
|
/unhold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmeng, dustman9000 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 |
|
@bmeng: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
da6cec6
into
openshift:main
Summary
This PR updates the ROSA (Red Hat OpenShift Service on AWS) E2E CI testing configuration to use a new shard for HCP (Hosted Control Plane) test variants.
Changes
Updated the periodic test definitions in the OpenShift Online ROSA E2E CI configuration to change the test filter for HCP variants. The
LABEL_FILTERenvironment variable is updated from excluding Machine Config access ('!Access:MC') to filtering by HCP platform ('Platform:HCP').This change applies to five HCP test variants spanning multiple OpenShift versions:
The classic STS (AWS Secure Token Service) test variants remain unchanged, still using the filter
Platform:Classic && !Access:MC.Impact
The HCP E2E tests will now use a separated shard with tests specifically labeled for the HCP platform. The test filter change reflects that Machine Config access is now available in HCP environments, eliminating the need to exclude those tests.