Skip to content

[DEBUG][DO NOT MERGE] Set build 1.13.0-1783435438, Kata 3.31.0-3 for …#81745

Open
tbuskey wants to merge 2 commits into
openshift:mainfrom
tbuskey:260710vm
Open

[DEBUG][DO NOT MERGE] Set build 1.13.0-1783435438, Kata 3.31.0-3 for …#81745
tbuskey wants to merge 2 commits into
openshift:mainfrom
tbuskey:260710vm

Conversation

@tbuskey

@tbuskey tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

…aws-ipi-coco candidate422

  • CATALOG_SOURCE_IMAGE: 1.13.0-1783435438 (was latest)
  • KATA_RPM_VERSION: 3.31.0-3.rhaos4.22.el9 (was 3.31.0-2)
  • SLEEP_DURATION: 6h (was 0h) - provides 6-hour cluster access window
  • INITDATA: empty (unchanged)
  • TRUSTEE_URL: empty (unchanged)

Summary by CodeRabbit

Updates the downstream OpenShift sandboxed-containers-operator CI configuration for aws-ipi-coco candidate422 (periodic-ci-openshift-sandboxed-containers-operator-devel__downstream-candidate422.yaml) by enabling restrict_network_access (required for /pj-rehearse to function), pinning CATALOG_SOURCE_IMAGE to 1.13.0-1783435438, bumping KATA_RPM_VERSION to 3.31.0-3.rhaos4.22.el9, and extending SLEEP_DURATION from 0h to 6h to allow a six-hour cluster access window. INITDATA and TRUSTEE_URL are left empty.

…aws-ipi-coco candidate422

- CATALOG_SOURCE_IMAGE: 1.13.0-1783435438 (was latest)
- KATA_RPM_VERSION: 3.31.0-3.rhaos4.22.el9 (was 3.31.0-2)
- SLEEP_DURATION: 6h (was 0h) - provides 6-hour cluster access window
- INITDATA: empty (unchanged)
- TRUSTEE_URL: empty (unchanged)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@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: 77fd1286-76fd-4536-a558-186a582ae6fd

📥 Commits

Reviewing files that changed from the base of the PR and between cf98948 and c5a4d0a.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate422.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate422.yaml

Walkthrough

The aws-ipi-coco e2e job now restricts network access, uses a pinned catalog image and newer Kata RPM build, and waits six hours.

Changes

aws-ipi-coco configuration

Layer / File(s) Summary
Job execution settings
ci-operator/config/openshift/sandboxed-containers-operator/...
restrict_network_access is enabled, CATALOG_SOURCE_IMAGE is pinned to 1.13.0-1783435438, KATA_RPM_VERSION is updated to 3.31.0-3.rhaos4.22.el9, and SLEEP_DURATION changes to 6h.

Estimated code review effort: 1 (Trivial) | ~5 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 matches the main change by calling out the updated build and Kata versions in this job config.
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 The PR only edits a ci-operator YAML job config; no Ginkgo test files or titles were added or changed.
Test Structure And Quality ✅ Passed No Ginkgo test code was changed; the PR only edits a ci-operator YAML config for aws-ipi-coco.
Microshift Test Compatibility ✅ Passed PR only changes a ci-operator YAML job config; no Ginkgo e2e tests or test code were added, so MicroShift test compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests were added or changed; the PR only tweaks ci-operator job config, so SNO compatibility concerns don’t apply.
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The PR only edits a ci-operator test job’s env/restriction settings; no deployment/controller manifests, replicas, affinity, or node selectors were added.
Ote Binary Stdout Contract ✅ Passed Only a ci-operator YAML was changed; no process-level code or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only a CI job YAML changed; no Go test files or new Ginkgo test definitions were added.
No-Weak-Crypto ✅ Passed The PR only changes CI job config values; the modified file contains no weak crypto, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed PASS: The edited job config only changes network access and env vars; no privileged, hostPID/Network/IPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings are present.
No-Sensitive-Data-In-Logs ✅ Passed The only changes are config values and network access; no passwords, tokens, PII, or other sensitive data are added to logs.
✨ 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 c3d and snir911 July 10, 2026 13:10
@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tbuskey

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 Jul 10, 2026
@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 10, 2026
@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 10, 2026
@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse list

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse list

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tbuskey: 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

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

couldn't prepare candidate: couldn't checkout base SHA 56e5ba4cc0342e52c864e6b39f8ffdc39f8178e2: error checking out "56e5ba4cc0342e52c864e6b39f8ffdc39f8178e2": exit status 128 fatal: unable to read tree (56e5ba4cc0342e52c864e6b39f8ffdc39f8178e2)

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.

@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse list

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tbuskey: 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

@tbuskey: job(s): periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco either don't exist or were not found to be affected, and cannot be rehearsed

Required for /pj-rehearse to work.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 10, 2026
@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tbuskey

tbuskey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse list

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tbuskey: 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

[REHEARSALNOTIFIER]
@tbuskey: 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-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco N/A periodic Ci-operator config changed
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.

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@tbuskey: The following test 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-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco c5a4d0a link unknown /pj-rehearse periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-coco

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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant