Skip to content

[TEST ONLY] Trigger rehearsal for qe-rhel-jetson periodic jobs - #84697

Closed
ggordaniRed wants to merge 1 commit into
openshift:mainfrom
ggordaniRed:test-jetson-periodic-trigger
Closed

[TEST ONLY] Trigger rehearsal for qe-rhel-jetson periodic jobs#84697
ggordaniRed wants to merge 1 commit into
openshift:mainfrom
ggordaniRed:test-jetson-periodic-trigger

Conversation

@ggordaniRed

@ggordaniRed ggordaniRed commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Purpose

This PR exists ONLY to trigger rehearsal of the periodic jobs. It will be closed after rehearsal completes.

Background

PR #84670 merged at 10:41 UTC today, but the Monday periodic job ran at 08:01 UTC (before the fix).
The next natural run isn't until next Monday (Sept 14).

What This Does

Makes a trivial comment change to trigger the rehearsal bot to detect these jobs as affected:

  • periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full
  • periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full-sunday-early

Testing

Once this PR is created, will run:

/pj-rehearse periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full

This will validate the bootc tag filtering fix from PR #84670 actually works.

This PR will be closed (not merged) after rehearsal completes.

/hold
/do-not-merge/work-in-progress

Summary by CodeRabbit

  • Added a comment that documents the version-and-timestamp format for valid bootc image tags.
  • Supports rehearsal of qe-rhel-jetson periodic jobs to validate the bootc tag filtering fix.

Trivial documentation update to trigger rehearsal of periodic jobs
for validation after PR openshift#84670 merged.

This PR exists solely to test the bootc tag filtering fix via
rehearsal. Will be closed after rehearsal completes.
@ggordaniRed

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@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 Sep 7, 2026
@coderabbitai

coderabbitai Bot commented Sep 7, 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: Team

Run ID: d0a07e33-55ef-4b70-9812-409d6eb914f9

📥 Commits

Reviewing files that changed from the base of the PR and between d6c5760 and bc2b86c.

📒 Files selected for processing (1)
  • ci-operator/step-registry/qe-rhel-jetson/get-latest-bootc-tag/qe-rhel-jetson-get-latest-bootc-tag-commands.sh

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


Walkthrough

The change adds a comment to the bootc tag command script. The comment documents the version-and-timestamp format accepted by the bootc tag filter.

Changes

Bootc tag documentation

Layer / File(s) Summary
Document accepted tag format
ci-operator/step-registry/qe-rhel-jetson/get-latest-bootc-tag/qe-rhel-jetson-get-latest-bootc-tag-commands.sh
Adds documentation for the timestamped version format used by the bootc tag filter.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to bc2b8

This change documents the accepted bootc tag timestamp format without changing runtime behavior. No merge-readiness risk remains.

🚥 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 clearly describes the intended purpose of the change: triggering rehearsal for the affected qe-rhel-jetson periodic jobs.
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 1…
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 PR diff contains one added shell comment in qe-rhel-jetson-get-latest-bootc-tag-commands.sh. The added timestamp example is comment text, not a Ginkgo test title. No It, Describe, `Con…
Test Structure And Quality ✅ Passed PASS: The pull request changes one comment in a shell command file. The diff contains no Ginkgo test code, It blocks, cluster operations, or assertions. The Test Structure and Quality requirements are…
Microshift Test Compatibility ✅ Passed PASS: The pull request changes one shell-script comment only. The diff adds no Ginkgo tests or test declarations such as It(), Describe(), Context(), or When(). Therefore, the MicroShift test compatib…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS — The pull request changes only one shell-script comment. The committed diff from its parent is one added documentation line in qe-rhel-jetson-get-latest-bootc-tag-commands.sh; it adds no Ginkg…
Topology-Aware Scheduling Compatibility ✅ Passed PASS — The pull request changes one line in ci-operator/step-registry/qe-rhel-jetson/get-latest-bootc-tag/qe-rhel-jetson-get-latest-bootc-tag-commands.sh. The change is a comment documenting the boo…
Ote Binary Stdout Contract ✅ Passed PASS: The pull request changes only one comment in a Bash step script. The diff adds no stdout write and changes no OTE binary, Go entry point, or suite setup. Existing echo commands in the script a…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The commit changes one shell-script comment only. The diff adds no Ginkgo tests or test declarations. Therefore, the IPv4 and external-connectivity test conditions do not apply.
No-Weak-Crypto ✅ Passed PASS. Commit bc2b86c adds one comment line only. The added text documents a bootc tag format and introduces no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or secret-comparison code. The …
Container-Privileges ✅ Passed PASS: The commit changes one shell-script comment only (+1/-0). It does not add or modify a container/Kubernetes manifest. The changed lines contain none of the specified privilege settings, and adjac…
No-Sensitive-Data-In-Logs ✅ Passed PASS: The pull request changes one line only, adding a source comment that documents the bootc tag format. It adds no logging, output, credentials, identifiers, or data handling. Existing log statemen…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ggordaniRed

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 Sep 7, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@ggordaniRed: 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-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-bootc N/A periodic Registry content changed
periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full N/A periodic Registry content changed
periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full-sunday-early N/A periodic Registry content 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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@ggordaniRed

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-rh-ecosystem-edge-qe-rhel-jetson-rhel-9.8-e2e-full

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

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

@ggordaniRed ggordaniRed closed this Sep 8, 2026
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