Skip to content

[DO-NOT-MERGE] Regression test files for Quay 3.12.20#81731

Open
namansharma18899 wants to merge 1 commit into
openshift:mainfrom
namansharma18899:quay-reg-test-3.12.20
Open

[DO-NOT-MERGE] Regression test files for Quay 3.12.20#81731
namansharma18899 wants to merge 1 commit into
openshift:mainfrom
namansharma18899:quay-reg-test-3.12.20

Conversation

@namansharma18899

@namansharma18899 namansharma18899 commented Jul 10, 2026

Copy link
Copy Markdown

Summary by CodeRabbit

Adds generated CI regression configurations for Quay 3.12.20 across OpenShift 4.12–4.16. The new pipelines cover operator, end-to-end, ACS, and upgrade testing, with per-version release images, resource defaults, cluster settings, scheduled workflows, and Quay/ODF/ACS test steps.

@coderabbitai

coderabbitai Bot commented Jul 10, 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: 89eea9a0-72ed-44bf-b115-8063be1f5f51

📥 Commits

Reviewing files that changed from the base of the PR and between 902b615 and 178f5b1.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (15)
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-operator-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-412-quay-upgrade-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-operator-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-413-quay-upgrade-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-operator-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-414-quay-upgrade-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-operator-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-415-quay-upgrade-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-416-quay-operator-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-416-quay-regression.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-416-quay-upgrade-regression.yaml

Walkthrough

Adds CI operator configurations for Quay standard, operator, and upgrade regression workflows targeting OpenShift 4.12 through 4.16, including images, release selectors, resources, scheduled tests, workflows, environment variables, and generated metadata.

Changes

Quay regression CI matrix

Layer / File(s) Summary
Standard regression configurations
ci-operator/config/quay/quay-tests/*ocp-412-quay-regression.yaml, *ocp-413-quay-regression.yaml, *ocp-414-quay-regression.yaml, *ocp-415-quay-regression.yaml, *ocp-416-quay-regression.yaml
Adds standard Quay regression configurations with OpenShift-specific images, nightly release targets, resource defaults, scheduled ACS, e2e, and operator tests, workflow references, and generated metadata.
Operator regression configurations
ci-operator/config/quay/quay-tests/*ocp-412-quay-operator-regression.yaml, *ocp-413-quay-operator-regression.yaml, *ocp-414-quay-operator-regression.yaml, *ocp-415-quay-operator-regression.yaml, *ocp-416-quay-operator-regression.yaml
Adds yearly all-namespaces Quay operator regression jobs with cluster profiles, operator and storage settings, prerequisite test steps, rehearsal workflows, and generated metadata.
Upgrade regression configurations
ci-operator/config/quay/quay-tests/*ocp-412-quay-upgrade-regression.yaml, *ocp-413-quay-upgrade-regression.yaml, *ocp-414-quay-upgrade-regression.yaml, *ocp-415-quay-upgrade-regression.yaml, *ocp-416-quay-upgrade-regression.yaml
Adds yearly Quay upgrade scenarios with release selectors, compute settings, Quay/operator parameters, scenario-specific storage and deployment steps, rehearsal workflows, timeouts, and generated metadata.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Suggested reviewers: thibaultmg, dbuchanaRH

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning New jobs pull quay.io images, and test-quay-e2e downloads yq from github.com, so they require external connectivity. Mirror the image sources and bundle yq or fetch it from an internal mirror; then validate in an IPv6/disconnected CI job.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the change set: new Quay 3.12.20 regression test files were added.
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 PASS: The added YAMLs only define static CI job names (as:), e.g. quay312-ocp414-upgrade, with no Ginkgo It/Describe/When titles or dynamic identifiers.
Test Structure And Quality ✅ Passed Diff only adds ci-operator YAML job configs; no Ginkgo/Go test code was modified, so the test-structure criteria are not applicable.
Microshift Test Compatibility ✅ Passed Patch adds only ci-operator YAML configs/jobs; no new Ginkgo specs or test bodies were introduced, so the MicroShift check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds/generated CI YAML configs and periodics; no Ginkgo test code changed, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI/job YAMLs were added; no deployment manifests, controllers, affinity, selectors, or PDBs were introduced.
Ote Binary Stdout Contract ✅ Passed Diff only adds YAML CI config/job definitions; no Go/test binary or suite setup code was changed, so stdout contract isn't affected.
No-Weak-Crypto ✅ Passed No MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or constant-time secret comparisons appear in the changed CI YAML files.
Container-Privileges ✅ Passed The new CI configs only define job metadata, env vars, and reusable test refs; no privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation settings appear.
No-Sensitive-Data-In-Logs ✅ Passed Added CI/job YAML only; no passwords, tokens, API keys, PII, or secret values appear, just config values and secret paths/names.
✨ 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.

@openshift-ci openshift-ci Bot requested review from LiZhang19817 and Prucek July 10, 2026 09:54
@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: namansharma18899
Once this PR has been reviewed and has the lgtm label, please assign lizhang19817 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@namansharma18899: 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-quay-quay-tests-master-ocp-412-quay-upgrade-regression-qbo-quay312-ocp412-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-415-quay-upgrade-regression-cso-quay312-ocp415-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-412-quay-operator-regression-quay312-ocp412-operator-test-allns N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-cso-quay312-ocp414-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-415-quay-regression-quay-acs-violations-check-quay312 N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-414-quay-operator-regression-quay312-ocp414-operator-test-allns N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-regression-quay-acs-violations-check-quay312 N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-quay312-ocp413-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-416-quay-upgrade-regression-quay312-ocp416-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-operator-regression-quay312-ocp413-operator-test-allns N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-quay312-ocp414-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-414-quay-regression-quay312-ocp414-operator-test-singlens N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-cso-quay312-ocp413-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-412-quay-regression-quay-e2e-tests-quay312-ocp412-virtual-builder N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay312-ocp416-operator-test-singlens N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-415-quay-regression-quay-e2e-tests-quay312-ocp415-virtual-builder N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-upgrade-regression-qbo-quay312-ocp413-upgrade N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay-acs-violations-check-quay312 N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-415-quay-operator-regression-quay312-ocp415-operator-test-allns N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-415-quay-regression-quay312-ocp415-operator-test-singlens N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay-e2e-tests-quay312-ocp416-virtual-builder N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-412-quay-regression-quay312-ocp412-operator-test-singlens N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-413-quay-regression-quay312-ocp413-operator-test-singlens N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-416-quay-operator-regression-quay312-ocp416-operator-test-allns N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-ocp-414-quay-upgrade-regression-qbo-quay312-ocp414-upgrade N/A periodic Periodic changed

A total of 35 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
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.

@namansharma18899

Copy link
Copy Markdown
Author

/pj-rehearse periodic-ci-quay-quay-tests-master-ocp-416-quay-operator-regression-quay312-ocp416-operator-test-allns periodic-ci-quay-quay-tests-master-ocp-416-quay-upgrade-regression-qbo-quay312-ocp416-upgrade periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay-acs-violations-check-quay312 periodic-ci-quay-quay-tests-master-ocp-416-quay-upgrade-regression-quay312-ocp416-upgrade periodic-ci-quay-quay-tests-master-ocp-416-quay-upgrade-regression-cso-quay312-ocp416-upgrade periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay-e2e-tests-quay312-ocp416-virtual-builder periodic-ci-quay-quay-tests-master-ocp-416-quay-regression-quay312-ocp416-operator-test-singlens

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@namansharma18899: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant