Skip to content

Prepare RHCS tests for OCP 4.22#79276

Open
jerichokeyne wants to merge 1 commit into
openshift:mainfrom
jerichokeyne:prepare_4.22_tf_tests
Open

Prepare RHCS tests for OCP 4.22#79276
jerichokeyne wants to merge 1 commit into
openshift:mainfrom
jerichokeyne:prepare_4.22_tf_tests

Conversation

@jerichokeyne
Copy link
Copy Markdown
Contributor

@jerichokeyne jerichokeyne commented May 13, 2026

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 candidate channel group:

  • rosa-sts-advanced-critical-high-f3
  • rosa-sts-private-critical-high-f3
  • rosa-sts-shared-vpc-critical-high-f3
  • rosa-sts-advanced-medium-low-f7
  • rosa-hcp-advanced-critical-high-f3
  • rosa-hcp-advanced-medium-low-f7
  • rosa-hcp-private-critical-high-f3

The remaining test jobs use the stable channel group and default to OCP 4.21. All tests report results to the #tf-provider-qe-ci Slack channel and use the oex-aws-qe cluster profile for execution. This prepares the terraform-provider-rhcs CI infrastructure for validating compatibility with OCP 4.22 release candidates.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

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: 4570b01b-bbb1-4952-ae1e-e983c0eca946

📥 Commits

Reviewing files that changed from the base of the PR and between 8ab2381 and 2f0f16e.

📒 Files selected for processing (1)
  • ci-operator/config/terraform-redhat/terraform-provider-rhcs/terraform-redhat-terraform-provider-rhcs-main__e2e.yaml

Walkthrough

Seven 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.

Changes

E2E Test Configuration for Candidate Release

Layer / File(s) Summary
Release candidate environment setup
ci-operator/config/terraform-redhat/terraform-provider-rhcs/terraform-redhat-terraform-provider-rhcs-main__e2e.yaml
Seven E2E test jobs (rosa-sts-advanced-critical-high-f3, rosa-sts-private-critical-high-f3, rosa-sts-shared-vpc-critical-high-f3, rosa-sts-advanced-medium-low-f7, rosa-hcp-advanced-critical-high-f3, rosa-hcp-advanced-medium-low-f7, rosa-hcp-private-critical-high-f3) are updated to use CHANNEL_GROUP: candidate and VERSION: 4.22.0-rc.3 instead of the stable channel, enabling testing against the release candidate build.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested labels

rehearsals-ack

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Prepare RHCS tests for OCP 4.22' directly and clearly describes the main change: updating E2E tests to run against OCP version 4.22 with the candidate channel group.
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 modify any Ginkgo test files. Changes are limited to CI configuration YAML files that update environment variables. No test title definitions are present in the modified files.
Test Structure And Quality ✅ Passed This check is not applicable to the PR. The custom check targets Ginkgo test code quality, but this PR only modifies YAML CI configuration files for E2E test job orchestration, not test code itself.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added. Changes are CI YAML configuration only, modifying environment variables and versions for existing test jobs. The check only applies when new test code is added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR modifies only CI operator YAML configuration files and does not add any new Ginkgo e2e tests. The custom check applies only to new test code, not CI configuration changes. No action required.
Topology-Aware Scheduling Compatibility ✅ Passed This PR modifies only CI configuration for E2E tests with test environment variables. No deployment manifests, operator code, controllers, or scheduling constraints are introduced.
Ote Binary Stdout Contract ✅ Passed Check not applicable. PR modifies only YAML CI configuration files with no source code changes. OTE Binary Stdout Contract requires examining OTE binary code, which is absent here.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds only CI/E2E configuration files (YAML, Prow configs), not new Ginkgo test code. Check applies only when new Ginkgo tests are added.

✏️ 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 amandahla and robpblake May 13, 2026 20:44
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 13, 2026

[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

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@jerichokeyne: 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
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-private-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-medium-low-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-private-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-shared-vpc-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-critical-high-f3 N/A periodic 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.

@jerichokeyne
Copy link
Copy Markdown
Contributor Author

/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

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@jerichokeyne
Copy link
Copy Markdown
Contributor Author

/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

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@jerichokeyne
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 14, 2026

@jerichokeyne: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-medium-low-f7 2f0f16e link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-medium-low-f7
ci/rehearse/periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7 2f0f16e link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-advanced-medium-low-f7

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.

@jerichokeyne
Copy link
Copy Markdown
Contributor Author

/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-hcp-advanced-medium-low-f7

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant