Skip to content

Prepare 1.7.7 jobs#79878

Open
jerichokeyne wants to merge 1 commit into
openshift:mainfrom
jerichokeyne:prepare_rhcs_1.7.7
Open

Prepare 1.7.7 jobs#79878
jerichokeyne wants to merge 1 commit into
openshift:mainfrom
jerichokeyne:prepare_rhcs_1.7.7

Conversation

@jerichokeyne
Copy link
Copy Markdown
Contributor

@jerichokeyne jerichokeyne commented May 29, 2026

DO NOT MERGE, just triggering tests

Summary by CodeRabbit

This PR adds a new CI job configuration file for the Terraform Red Hat RHCS provider's end-to-end tests. Specifically, it creates a comprehensive test suite that configures multiple periodic jobs to validate RHCS version 1.7.7-prerelease.1 across different ROSA (Red Hat OpenShift on AWS) deployment scenarios.

The configuration includes 10+ scheduled test jobs covering:

  • STS (Secure Token Service) variants: Advanced, private, and shared VPC deployments with critical/high-priority tests and medium/low-priority tests
  • Day-1 negative tests: Validating error handling and edge cases
  • Upgrade scenarios: Both Y-stream and Z-stream upgrade paths
  • Classic clusters: Full resource testing for classic ROSA deployments

Each job is configured to:

  • Run on a schedule using cron expressions
  • Test against stage OpenShift APIs (https://api.stage.openshift.com)
  • Use the prerelease RHCS version (1.7.7-prerelease.1)
  • Report results to the #tf-provider-qe-ci Slack channel
  • Reference the rhcs-e2e-tests step for actual test execution

The PR enables QE validation of the Terraform provider against the RHCS 1.7.7 prerelease before general availability.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 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: cf3eceb4-e950-4f03-bf9d-ade12da41442

📥 Commits

Reviewing files that changed from the base of the PR and between 5e9c8ac and 61a9141.

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

Walkthrough

The e2e CI job configuration for the Terraform RHCS provider is updated to add two new RHCS environment variables (RHCS_SOURCE and RHCS_VERSION) to all 21 test job definitions, standardizing the RHCS configuration across the test suite.

Changes

RHCS Environment Configuration

Layer / File(s) Summary
RHCS environment variables across all e2e test jobs
ci-operator/config/terraform-redhat/terraform-provider-rhcs/terraform-redhat-terraform-provider-rhcs-main__e2e.yaml
All 21 e2e test job environment blocks are updated consistently to add RHCS_SOURCE: terraform-redhat/rhcs and RHCS_VERSION: 1.7.7-prerelease.1 alongside the existing RHCS_URL: https://api.stage.openshift.com.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 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 'Prepare 1.7.7 jobs' directly relates to the changeset, which updates CI job configurations by adding version 1.7.7-prerelease.1 environment variables. The title is concise and clearly summarizes the main change.
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 This PR modifies CI configuration YAML files only, not Ginkgo test code. The check for stable test names does not apply as there are no test name definitions in this PR.
Test Structure And Quality ✅ Passed PR modifies CI configuration YAML files, not Ginkgo test code. Check for Ginkgo test quality is not applicable to configuration file changes.
Microshift Test Compatibility ✅ Passed PR modifies CI configuration (YAML) only; no new Ginkgo test code files or test definitions are added. Check is inapplicable when no tests are added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR modifies only CI job configuration (YAML file), not adding new Ginkgo e2e tests. Check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies CI configuration files (e2e test jobs) without adding deployment manifests, operator code, or controllers with topology-sensitive scheduling constraints. Not applicable to check scope.
Ote Binary Stdout Contract ✅ Passed PR only modifies CI configuration YAML files; no test code changes that could violate OTE Binary Stdout Contract (no main(), init(), TestMain(), or BeforeSuite code).
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR does not add Ginkgo e2e tests. It only modifies CI job configuration (YAML), documentation (MD), and tooling (Python). The check is not applicable.
No-Weak-Crypto ✅ Passed PR only modifies CI/CD YAML config adding environment variables. No cryptographic code, weak crypto algorithms (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB), or secret comparisons present.
Container-Privileges ✅ Passed The modified file is a CI job configuration with environment variables only. No privileged settings, capability escalations, or container security issues detected.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only non-sensitive CI/CD configuration—no passwords, tokens, API keys, PII, or other sensitive data exposed in logging.

✏️ 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 BraeTroutman and robpblake May 29, 2026 16:19
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 29, 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 29, 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-classic-full-resource-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-advanced-medium-low-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-full-resource-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-hcp-arm-f7 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
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-private-medium-low-f7 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-sts-advanced-day1-negative-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-day1-supplemental-f3 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-network-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-private-medium-low-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-upgrade-y-f7 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-upgrade-z-f7 N/A periodic Ci-operator config changed
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-upgrade-y-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-upgrade-z-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-private-day1-negative-f7 N/A periodic Ci-operator config changed
periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-encryption-f7 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-classic-full-resource-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-advanced-medium-low-f7 periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-full-resource-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 29, 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-private-critical-high-f3 61a9141 link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-private-critical-high-f3
ci/rehearse/periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-full-resource-f7 61a9141 link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-hcp-full-resource-f7
ci/rehearse/periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-classic-full-resource-f7 61a9141 link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-classic-full-resource-f7
ci/rehearse/periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-advanced-medium-low-f7 61a9141 link unknown /pj-rehearse periodic-ci-terraform-redhat-terraform-provider-rhcs-main-e2e-rosa-sts-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.

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