Prepare RHCS tests for OCP 4.22#79276
Conversation
|
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)
WalkthroughSeven E2E test job configurations are updated to test against a release candidate version by switching the channel group from stable to candidate and adding VERSION 4.22.0-rc.3 to their environment variables in the RHCS Terraform provider CI configuration. ChangesE2E Test Configuration for Candidate Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
🚥 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)
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. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerichokeyne 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 |
|
[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 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-private-critical-high-f3 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-critical-high-f3 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-critical-high-f3 |
|
@jerichokeyne: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-medium-low-f7 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-private-critical-high-f3 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-shared-vpc-critical-high-f3 |
|
@jerichokeyne: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7 |
|
@jerichokeyne: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jerichokeyne: 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. |
DO NOT MERGE, just triggering tests
Summary
This PR creates a new E2E test configuration file for the terraform-provider-rhcs repository. The file defines a comprehensive suite of periodic CI/CD test jobs that validate the Terraform provider against Red Hat OpenShift Service on AWS (RHCS) clusters.
The configuration sets up 19 different E2E test jobs covering multiple RHCS deployment scenarios (STS-based, HCP-based, classic, upgrade paths, etc.) with staggered cron schedules to distribute test load. Notably, seven of these jobs are configured to run against OCP 4.22.0-rc.3 using the
candidatechannel group:rosa-sts-advanced-critical-high-f3rosa-sts-private-critical-high-f3rosa-sts-shared-vpc-critical-high-f3rosa-sts-advanced-medium-low-f7rosa-hcp-advanced-critical-high-f3rosa-hcp-advanced-medium-low-f7rosa-hcp-private-critical-high-f3The remaining test jobs use the stable channel group and default to OCP 4.21. All tests report results to the
#tf-provider-qe-ciSlack channel and use theoex-aws-qecluster profile for execution. This prepares the terraform-provider-rhcs CI infrastructure for validating compatibility with OCP 4.22 release candidates.