Skip to content

Remove redundant TLS/PQC scanner jobs from 4.22, 4.23, and release branches - #83855

Merged
openshift-merge-bot[bot] merged 3 commits into
openshift:mainfrom
razo7:remove-redundant-tls-pqc-jobs
Aug 24, 2026
Merged

Remove redundant TLS/PQC scanner jobs from 4.22, 4.23, and release branches#83855
openshift-merge-bot[bot] merged 3 commits into
openshift:mainfrom
razo7:remove-redundant-tls-pqc-jobs

Conversation

@razo7

@razo7 razo7 commented Aug 23, 2026

Copy link
Copy Markdown
Member

Summary

Follow-up to #83399. Removes TLS scanner CI jobs that are no longer needed:

  • tls-pqc-readiness from all 4.22 configs (main + release branches)
  • tls-pqc-readiness and tls13-adherence from all 4.23 configs (main + release branches)
  • tls-pqc-readiness from release branch 5.0 configs only (main__5.0 is unchanged)
  • tls-scanner-tool base_image entries from configs where no TLS jobs remain
  • System-tests 4.23 periodic TLS jobs

Why

4.22 and 4.23: The PQC ML-KEM verification was a one-time test activity (OCPSTRAT-2361). The RHWA tickets (RHWA-1024, RHWA-1025, RHWA-1045) are all closed (rhwa-4.22-0). Work complete, no ongoing coverage needed.

5.0 release branches: tls-pqc-readiness removed from release branch configs (release-0.8__5.0, release-0.7__5.0, etc.) but kept on all main__5.0 configs. PQC readiness checks Go's default ML-KEM key exchange, which is a Go runtime property baked into the binary at build time. Go's compatibility guarantee ensures ML-KEM behavior is preserved across patch and minor releases (controlled by the go directive in go.mod, with a 2-year GODEBUG stability window), so the release branch won't regress on this.

TLS 1.3 adherence is a 5.0 GA release blocker (OCPSTRAT-2611), so tls13-adherence remains on main__5.0 only.

What stays

  • tls-pqc-readiness + tls13-adherence on all 6 operator main__5.0 configs
  • tls-pqc-readiness-all + tls13-adherence-all on system-tests main__5.0 periodic
  • All regular test and openshift-e2e jobs on 4.22/4.23/5.0 (backward compatibility unaffected)

Test plan

  • pull-ci-openshift-release-main-config passes (config validation)
  • Verify no 4.22/4.23 TLS scanner jobs appear on new PRs in operator repos
  • Verify 5.0 TLS scanner jobs still run on main branch PRs

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 23, 2026
@openshift-ci

openshift-ci Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
openshift-ci Bot requested a review from weshayutin August 23, 2026 07:55
@openshift-ci

openshift-ci Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

@razo7: GitHub didn't allow me to request PR reviews from the following users: JonahSussman.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Summary

Follow-up to #83399. Removes TLS scanner CI jobs that are no longer needed:

  • tls-pqc-readiness from all 4.22 configs (main + release branches)
  • tls-pqc-readiness and tls13-adherence from all 4.23 configs (main + release branches)
  • tls-pqc-readiness from release branch 5.0 configs
  • tls-scanner-tool base_image entries from configs where no TLS jobs remain
  • System-tests 4.23 periodic TLS jobs

Why

The PQC ML-KEM verification on 4.22 was a one-time test activity (OCPSTRAT-2361). The RHWA tickets (RHWA-1024, RHWA-1025, RHWA-1045) are all closed (rhwa-4.22-0). These jobs tested Go default ML-KEM behavior, which the remaining main__5.0 tls-pqc-readiness job covers identically.

TLS 1.3 adherence is a 5.0 GA release blocker (OCPSTRAT-2611), so tls13-adherence remains on main__5.0 only.

What stays

  • tls-pqc-readiness + tls13-adherence on all 6 operator main__5.0 configs
  • tls-pqc-readiness-all + tls13-adherence-all on system-tests main__5.0 periodic
  • All regular test and openshift-e2e jobs on 4.22/4.23/5.0 (backward compatibility unaffected)

Test plan

  • pull-ci-openshift-release-main-config passes (config validation)
  • Verify no 4.22/4.23 TLS scanner jobs appear on new PRs in operator repos
  • Verify 5.0 TLS scanner jobs still run on main branch PRs

/cc @JonahSussman @weshayutin

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.

@razo7
razo7 marked this pull request as ready for review August 23, 2026 07:55
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 23, 2026
@coderabbitai

coderabbitai Bot commented Aug 23, 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: Pro Plus

Run ID: 23ee1a27-1506-46ff-8786-56d4e85e2cab

📥 Commits

Reviewing files that changed from the base of the PR and between 5477fa5 and da54fe0.

⛔ Files ignored due to path filters (13)
  • ci-operator/jobs/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/self-node-remediation/medik8s-self-node-remediation-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/storage-based-remediation/medik8s-storage-based-remediation-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/storage-based-remediation/medik8s-storage-based-remediation-release-0.3-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/medik8s/system-tests/medik8s-system-tests-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (29)
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__4.22.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__4.23.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__5.0.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__4.22.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__4.23.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__5.0.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-main__4.22.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-main__4.23.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__4.22.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__4.23.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__5.0.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-main__4.22.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-main__4.23.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__4.22.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__4.23.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__5.0.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__4.22.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__4.23.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__5.0.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-release-0.3__4.22.yaml
  • ci-operator/config/medik8s/system-tests/medik8s-system-tests-main__4.23.yaml
💤 Files with no reviewable changes (29)
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__4.22.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__5.0.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-release-0.3__4.22.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-main__4.22.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__5.0.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__4.23.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__4.23.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__4.23.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__5.0.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-release-0.12__4.23.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__4.23.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-main__4.22.yaml
  • ci-operator/config/medik8s/system-tests/medik8s-system-tests-main__4.23.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__5.0.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__4.22.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/node-healthcheck-operator/medik8s-node-healthcheck-operator-main__4.23.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-main__4.23.yaml
  • ci-operator/config/medik8s/storage-based-remediation/medik8s-storage-based-remediation-main__4.22.yaml
  • ci-operator/config/medik8s/self-node-remediation/medik8s-self-node-remediation-release-0.13__4.22.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-main__4.23.yaml
  • ci-operator/config/medik8s/machine-deletion-remediation/medik8s-machine-deletion-remediation-release-0.7__4.22.yaml
  • ci-operator/config/medik8s/node-maintenance-operator/medik8s-node-maintenance-operator-release-0.21__5.0.yaml
  • ci-operator/config/medik8s/fence-agents-remediation/medik8s-fence-agents-remediation-release-0.8__4.22.yaml

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


Walkthrough

The change removes the tls-scanner-tool base image and optional TLS/PQC workflows from Medik8s CI configurations. It also deletes the medik8s-system-tests 4.23 configuration.

Changes

Medik8s TLS CI cleanup

Layer / File(s) Summary
Remove TLS scanner base images
ci-operator/config/medik8s/*/*.yaml
Removed the tls-scanner-tool entries from base_images.
Remove TLS readiness and adherence workflows
ci-operator/config/medik8s/*/*.yaml
Removed the optional tls-pqc-readiness and tls13-adherence workflows with their installation, scanner, adherence, environment, and AWS workflow settings.
Remove system-tests configuration
ci-operator/config/medik8s/system-tests/medik8s-system-tests-main__4.23.yaml
Deleted the 4.23 configuration, including its build, release, resource, scheduled TLS test, and generated metadata definitions.

Estimated code review effort: 2 (Simple) | ~15 minutes

Merge Risk: ⚪ Minimal · up to da54f

This PR removes obsolete TLS scanner jobs while retaining the required 5.0 coverage; no actionable merge-blocking risk remains beyond normal checks and review.

Possibly related PRs

Suggested labels: ok-to-test

Suggested reviewers: weshayutin

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files.
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 The PR changes only CI YAML. The diff adds no Ginkgo title calls or dynamic expressions; it deletes TLS workflows and adds only static trigger regexes.
Test Structure And Quality ✅ Passed The PR changes only 42 YAML files under ci-operator/config and ci-operator/jobs; the patch adds no Ginkgo test code, so the five quality requirements do not apply.
Microshift Test Compatibility ✅ Passed The PR changes only CI YAML and job definitions, deleting TLS workflows; it adds no Ginkgo e2e tests or test source requiring MicroShift API compatibility review.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only YAML configuration and job files, with 0 additions and 4,499 deletions; no new Go or Ginkgo e2e tests were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed The full PR diff contains only ci-operator config/job YAML, with 0 additions and no deployment, operator, controller, or scheduling constraints introduced.
Ote Binary Stdout Contract ✅ Passed The verified PR range changes only YAML CI configuration and generated job files; it introduces no OTE source, process-level code, or stdout write.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR commit changes only CI YAML and generated job files, mostly deleting TLS jobs; its only additions are six unchanged trigger lines, with no new Ginkgo tests or networking code.
No-Weak-Crypto ✅ Passed The PR diff contains 0 added lines and only removes TLS scanner configurations/jobs; it introduces no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed The PR diff contains 0 additions and only removes CI jobs/images; no changed line adds privileged:true, host PID/network/IPC, SYS_ADMIN, or allowPrivilegeEscalation:true.
No-Sensitive-Data-In-Logs ✅ Passed The PR diff contains 0 additions and only removes TLS CI configurations and jobs; it introduces no logging or sensitive-data output.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the removal of TLS/PQC scanner jobs from the affected 4.22, 4.23, and release configurations.
✨ 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 23, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@razo7, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: invalid ci-operator config: invalid configuration: you must define at least one test or image build in 'tests' or 'images'
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.

@razo7

razo7 commented Aug 23, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse atuo-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@razo7, pj-rehearse: unable to determine affected jobs ERROR:

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: invalid ci-operator config: invalid configuration: you must define at least one test or image build in 'tests' or 'images'

If the problem persists, please contact Test Platform.

@razo7

razo7 commented Aug 23, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse ack
/retest

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 23, 2026
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 23, 2026
@razo7

razo7 commented Aug 23, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 23, 2026
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 23, 2026
razo7 and others added 3 commits August 23, 2026 17:38
…anches

The tls-pqc-readiness and tls13-adherence CI jobs were added in openshift#83399
for RHWA operators. This removes the jobs that are no longer needed:

- tls-pqc-readiness from all 4.22 configs (main + release branches)
- tls-pqc-readiness and tls13-adherence from all 4.23 configs
- tls-pqc-readiness from all release branch 5.0 configs
- Corresponding tls-scanner-tool base_image entries
- System-tests 4.23 periodic TLS jobs

The PQC ML-KEM verification on 4.22 was a one-time test activity
(OCPSTRAT-2361); the RHWA tickets (RHWA-1024/1025/1045) are closed.
These jobs tested Go default ML-KEM behavior, which the remaining
main__5.0 tls-pqc-readiness job covers identically.

TLS 1.3 adherence is a 5.0 GA release blocker (OCPSTRAT-2611), so
tls13-adherence remains on main__5.0 only.

The regular e2e and unit test jobs on 4.22/4.23/5.0 are unaffected.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
After removing TLS scanner jobs, this config had no tests or
images left, causing ci-operator validation to fail with
"you must define at least one test or image build".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix generated-config and ordered-prow-config CI failures caused by
pre-existing missing trailing newlines in 6 release-branch presubmit
job files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@razo7
razo7 force-pushed the remove-redundant-tls-pqc-jobs branch from c04bf78 to da54fe0 Compare August 23, 2026 14:39
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 23, 2026
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 23, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@razo7: 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
pull-ci-medik8s-self-node-remediation-main-4.22-ci-bundle-self-node-remediation-bundle medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.22-images medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.22-openshift-e2e medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.22-test medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.22-ci-bundle-self-node-remediation-bundle medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.22-images medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.22-openshift-e2e medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.22-test medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.23-ci-bundle-self-node-remediation-bundle medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.23-images medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.23-openshift-e2e medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-main-4.23-test medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-5.0-ci-bundle-self-node-remediation-bundle medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-5.0-images medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-5.0-openshift-e2e medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-5.0-test medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.23-ci-bundle-self-node-remediation-bundle medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.23-images medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.23-openshift-e2e medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-self-node-remediation-release-0.13-4.23-test medik8s/self-node-remediation presubmit Ci-operator config changed
pull-ci-medik8s-machine-deletion-remediation-main-4.23-ci-bundle-machine-deletion-remediation-bundle medik8s/machine-deletion-remediation presubmit Ci-operator config changed
pull-ci-medik8s-machine-deletion-remediation-main-4.23-images medik8s/machine-deletion-remediation presubmit Ci-operator config changed
pull-ci-medik8s-machine-deletion-remediation-main-4.23-openshift-e2e medik8s/machine-deletion-remediation presubmit Ci-operator config changed
pull-ci-medik8s-machine-deletion-remediation-main-4.23-test medik8s/machine-deletion-remediation presubmit Ci-operator config changed
pull-ci-medik8s-machine-deletion-remediation-release-0.7-4.22-ci-bundle-machine-deletion-remediation-bundle medik8s/machine-deletion-remediation presubmit Ci-operator config changed

A total of 109 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

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.

@razo7

razo7 commented Aug 23, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 23, 2026
@openshift-ci

openshift-ci Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

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

@weshayutin

Copy link
Copy Markdown
Contributor

@razo7 we can remove the 5.0 tls/pcq jobs because we have our own tests now? I understand why 4.22 and 4.23 need to be removed, but unclear why we're removing 5.0 jobs sir. Can you please update the summary w/ the reasons. Thank you

@razo7

razo7 commented Aug 24, 2026

Copy link
Copy Markdown
Member Author

@razo7 we can remove the 5.0 tls/pcq jobs because we have our own tests now? I understand why 4.22 and 4.23 need to be removed, but unclear why we're removing 5.0 jobs sir. Can you please update the summary w/ the reasons. Thank you

Good question. To clarify, the PR does not remove any 5.0 main TLS jobs. Both tls-pqc-readiness and tls13-adherence remain on all 6 operator main__5.0 configs plus system-tests main__5.0 periodic.

What's removed is tls-pqc-readiness from the release branch 5.0 configs (e.g., release-0.8__5.0, release-0.7__5.0). PQC readiness checks Go's default ML-KEM key exchange, which is a Go runtime property baked into the binary at build time. Go's compatibility guarantee ensures ML-KEM behavior is preserved across patch and minor releases (controlled by the go directive in go.mod, with a 2-year GODEBUG stability window), so the release branch won't regress on this.

That said, if you'd prefer keeping them on release branches for completeness, the CI cost is small. Let me know and I'll update the PR either way. I'll also update the summary to make the main-vs-release-branch distinction clearer. @weshayutin

@weshayutin

Copy link
Copy Markdown
Contributor

@razo7 thanks for the explanation. OK.. I'm now referring to the versions table and this makes sense. thank you!!

@weshayutin weshayutin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@mpryc

mpryc commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 24, 2026
@openshift-ci

openshift-ci Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mpryc, razo7, weshayutin

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-merge-bot
openshift-merge-bot Bot merged commit 2083222 into openshift:main Aug 24, 2026
16 checks passed
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants