Skip to content

NO-ISSUE: Reenable RHEL 9.8 and 10.2 leftover image builds and scenarios#7045

Draft
ggiguash wants to merge 7 commits into
openshift:mainfrom
ggiguash:rhel-98-102-leftover-fixes
Draft

NO-ISSUE: Reenable RHEL 9.8 and 10.2 leftover image builds and scenarios#7045
ggiguash wants to merge 7 commits into
openshift:mainfrom
ggiguash:rhel-98-102-leftover-fixes

Conversation

@ggiguash

@ggiguash ggiguash commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

The following issues are addressed in this PR:

Summary by CodeRabbit

  • New Features
    • Added EL10 FIPS validation scenario coverage.
    • Added new EL9/EL10 “upgrade fails then recovers” and “low-latency tuned” test scenarios.
    • Added an EL9.8 MicroShift source tuned image configuration template (including tuned profiles, firewall/service setup, and generated package lists).
  • Improvements
    • Increased optional-suite timeouts and set explicit VM CPU/disk sizing to improve reliability.
    • Updated the EL10 FIPS image build to streamline installed components while keeping FIPS crypto-policy behavior consistent.

@openshift-ci-robot

Copy link
Copy Markdown

@ggiguash: This pull request explicitly references no jira issue.

Details

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 14, 2026
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Adds a RHEL 9.8 tuned image blueprint, adjusts the RHEL 10.2 FIPS image, and introduces or updates VM scenarios for FIPS, upgrade recovery, optional sigstore, low latency, and RPM upgrade testing across RHEL 9 and RHEL 10.

Changes

Image and scenario coverage

Layer / File(s) Summary
RHEL 9.8 tuned image definition
test/image-blueprints/layer2-presubmit/group1/rhel98-source-tuned.toml
Defines image metadata, templated packages, conditional kernel settings, services, firewall configuration, and injected MicroShift and tuned configuration files.
Bootc image and core scenario flows
test/image-blueprints-bootc/..., test/scenarios-bootc/el10/..., test/scenarios-bootc/el9/..., test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
Removes containernetworking-plugins from the FIPS image and adds FIPS and upgrade-recovery VM scenarios.
Low-latency and release scenario tuning
test/scenarios/presubmits/el98-src@low-latency.sh, test/scenarios/releases/el98-lrel@low-latency.sh, test/scenarios-bootc/..., test/scenarios/releases/el98-zprel@el98-lrel@rpm-upgrade.sh
Adds tuned test flows, boot-readiness polling, explicit VM resources, extended timeouts, and an RPM-upgrade VM launch adjustment.

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

Sequence Diagram(s)

sequenceDiagram
  participant ScenarioScript
  participant VM
  participant Journal
  participant run_tests
  ScenarioScript->>VM: launch tuned image
  ScenarioScript->>Journal: poll journalctl --list-boots
  Journal-->>ScenarioScript: report boot count
  ScenarioScript->>run_tests: run ordered tuned suites
  run_tests->>VM: execute tests
Loading

Suggested reviewers: copejon, pacevedom


Caution

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

  • Ignore

❌ Failed checks (1 error, 1 warning)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error run_tests echoes all args, and new bootc scenarios pass BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}, which expands to host/IP data. Redact or stop logging test args, especially BOOTC_REGISTRY/MIRROR_REGISTRY_URL, before they reach scenario logs.
Docstring Coverage ⚠️ Warning Docstring coverage is 14.29% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (13 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 main change: re-enabling leftover RHEL 9.8 and 10.2 image builds and scenarios.
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 No Ginkgo It/Describe/Context/When titles were added or modified; the PR only changes bash scenario/config files.
Test Structure And Quality ✅ Passed No Ginkgo test code was changed; the PR only touches shell scenario scripts and image templates, so the test-quality checks are not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only touches container/image config and Bash scenario scripts, with no It()/Describe()/Context()/When() changes.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The diff adds only shell scenario scripts/templates and image config; no new Ginkgo e2e tests or SNO-specific multi-node assumptions were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only updates image blueprints and scenario scripts; no deployment manifests, operator/controller code, or scheduling constraints were added.
Ote Binary Stdout Contract ✅ Passed PASS: The PR only changes containerfiles/TOML/bash scenarios; no Go entrypoints or process-level stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Diff only adds shell scenario scripts; no Go/Ginkgo tests, IPv4 literals, or public-internet hosts were found in touched files.
No-Weak-Crypto ✅ Passed Reviewed touched files; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or unsafe secret comparisons. Changes are FIPS/tuned scenario plumbing.
Container-Privileges ✅ Passed Only three shell scenario files changed; no container/K8s manifests or privilege settings like privileged/hostNetwork/allowPrivilegeEscalation were added.
✨ 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 copejon and pacevedom July 14, 2026 05:15
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ggiguash

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 14, 2026

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 4

🧹 Nitpick comments (1)
test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile (1)

12-13: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Update the stale RHEL 9.x comment.

The comment references RHEL 9.x, but this is a RHEL 10.2 containerfile. Please update it to avoid confusion, and verify if containernetworking-plugins is still needed for RHEL 10 (or if netavark is used instead).

📝 Proposed update
-# Note: CNI plugins are required for podman to operate normally on RHEL 9.x.
+# Note: CNI plugins are required for podman/cri-o to operate normally.
 # This package is no longer installed as cri-o dependency.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile`
around lines 12 - 13, Update the CNI dependency comment in the RHEL 10.2
containerfile to reference RHEL 10 accurately, and verify the current networking
implementation before stating that containernetworking-plugins is required;
document netavark instead if it has replaced that dependency.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@test/scenarios-bootc/el10/periodics/el102-src`@fips.sh:
- Around line 1-2: Update both
test/scenarios-bootc/el10/periodics/el102-src@fips.sh lines 1-2 and
test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh
lines 1-2 to use the /usr/bin/bash shebang and add set -euo pipefail immediately
afterward.

In `@test/scenarios-bootc/el10/releases/el102-lrel`@optional-sigstore.sh:
- Line 26: Update the launch_vm invocation to pass rhel102-bootc as the first
positional argument instead of using the --boot_blueprint option, while
preserving the existing disk-size and vCPU arguments.

In `@test/scenarios-bootc/el9/presubmits/el98-src`@upgrade-fails-then-recovers.sh:
- Around line 1-2: Update the shebang and add strict error handling in all four
scripts:
test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@low-latency.sh lines 1-5, and
test/scenarios/releases/el98-lrel@low-latency.sh lines 1-5. Use the
/usr/bin/bash shebang and insert set -euo pipefail immediately afterward.

In `@test/scenarios/releases/el98-zprel`@el98-lrel@rpm-upgrade.sh:
- Around line 1-2: Update the script shebang to #!/usr/bin/bash and add strict
shell options with set -euo pipefail immediately afterward.

---

Nitpick comments:
In
`@test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile`:
- Around line 12-13: Update the CNI dependency comment in the RHEL 10.2
containerfile to reference RHEL 10 accurately, and verify the current networking
implementation before stating that containernetworking-plugins is required;
document netavark instead if it has replaced that dependency.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: f8664e79-d4f0-4936-9e67-77abd6a551a7

📥 Commits

Reviewing files that changed from the base of the PR and between 182cc6b and 02100ae.

📒 Files selected for processing (11)
  • test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile
  • test/image-blueprints/layer2-presubmit/group1/rhel98-source-tuned.toml
  • test/scenarios-bootc/el10/periodics/el102-src@fips.sh
  • test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh
  • test/scenarios-bootc/el10/releases/el102-lrel@optional-sigstore.sh
  • test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh
  • test/scenarios-bootc/el9/releases/el98-lrel@optional-sigstore.sh
  • test/scenarios/presubmits/el98-src@low-latency.sh
  • test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
  • test/scenarios/releases/el98-lrel@low-latency.sh
  • test/scenarios/releases/el98-zprel@el98-lrel@rpm-upgrade.sh

@coderabbitai coderabbitai Bot 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.

Caution

Inline review comments failed to post. This is likely due to GitHub's internal server error or limits when posting large numbers of comments. If you are seeing this consistently it is likely a permissions issue. Please check "Moderation" -> "Code review limits" under your organization settings.

Actionable comments posted: 4

🧹 Nitpick comments (1)
test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile (1)

12-13: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Update the stale RHEL 9.x comment.

The comment references RHEL 9.x, but this is a RHEL 10.2 containerfile. Please update it to avoid confusion, and verify if containernetworking-plugins is still needed for RHEL 10 (or if netavark is used instead).

📝 Proposed update
-# Note: CNI plugins are required for podman to operate normally on RHEL 9.x.
+# Note: CNI plugins are required for podman/cri-o to operate normally.
 # This package is no longer installed as cri-o dependency.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile`
around lines 12 - 13, Update the CNI dependency comment in the RHEL 10.2
containerfile to reference RHEL 10 accurately, and verify the current networking
implementation before stating that containernetworking-plugins is required;
document netavark instead if it has replaced that dependency.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@test/scenarios-bootc/el10/periodics/el102-src`@fips.sh:
- Around line 1-2: Update both
test/scenarios-bootc/el10/periodics/el102-src@fips.sh lines 1-2 and
test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh
lines 1-2 to use the /usr/bin/bash shebang and add set -euo pipefail immediately
afterward.

In `@test/scenarios-bootc/el10/releases/el102-lrel`@optional-sigstore.sh:
- Line 26: Update the launch_vm invocation to pass rhel102-bootc as the first
positional argument instead of using the --boot_blueprint option, while
preserving the existing disk-size and vCPU arguments.

In `@test/scenarios-bootc/el9/presubmits/el98-src`@upgrade-fails-then-recovers.sh:
- Around line 1-2: Update the shebang and add strict error handling in all four
scripts:
test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@low-latency.sh lines 1-5, and
test/scenarios/releases/el98-lrel@low-latency.sh lines 1-5. Use the
/usr/bin/bash shebang and insert set -euo pipefail immediately afterward.

In `@test/scenarios/releases/el98-zprel`@el98-lrel@rpm-upgrade.sh:
- Around line 1-2: Update the script shebang to #!/usr/bin/bash and add strict
shell options with set -euo pipefail immediately afterward.

---

Nitpick comments:
In
`@test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile`:
- Around line 12-13: Update the CNI dependency comment in the RHEL 10.2
containerfile to reference RHEL 10 accurately, and verify the current networking
implementation before stating that containernetworking-plugins is required;
document netavark instead if it has replaced that dependency.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: f8664e79-d4f0-4936-9e67-77abd6a551a7

📥 Commits

Reviewing files that changed from the base of the PR and between 182cc6b and 02100ae.

📒 Files selected for processing (11)
  • test/image-blueprints-bootc/el10/layer2-presubmit/group2/rhel102-bootc-source-fips.containerfile
  • test/image-blueprints/layer2-presubmit/group1/rhel98-source-tuned.toml
  • test/scenarios-bootc/el10/periodics/el102-src@fips.sh
  • test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh
  • test/scenarios-bootc/el10/releases/el102-lrel@optional-sigstore.sh
  • test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh
  • test/scenarios-bootc/el9/releases/el98-lrel@optional-sigstore.sh
  • test/scenarios/presubmits/el98-src@low-latency.sh
  • test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
  • test/scenarios/releases/el98-lrel@low-latency.sh
  • test/scenarios/releases/el98-zprel@el98-lrel@rpm-upgrade.sh
🛑 Comments failed to post (4)
test/scenarios-bootc/el10/periodics/el102-src@fips.sh (1)

1-2: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the correct shebang and enable strict error handling.

As per coding guidelines, shell scripts must use #!/usr/bin/bash and set -euo pipefail.

  • test/scenarios-bootc/el10/periodics/el102-src@fips.sh#L1-L2: Update the shebang and add set -euo pipefail.
  • test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh#L1-L2: Update the shebang and add set -euo pipefail.
📍 Affects 2 files
  • test/scenarios-bootc/el10/periodics/el102-src@fips.sh#L1-L2 (this comment)
  • test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh#L1-L2
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/scenarios-bootc/el10/periodics/el102-src`@fips.sh around lines 1 - 2,
Update both test/scenarios-bootc/el10/periodics/el102-src@fips.sh lines 1-2 and
test/scenarios-bootc/el10/presubmits/el102-src@upgrade-fails-then-recovers.sh
lines 1-2 to use the /usr/bin/bash shebang and add set -euo pipefail immediately
afterward.

Source: Coding guidelines

test/scenarios-bootc/el10/releases/el102-lrel@optional-sigstore.sh (1)

26-26: 🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win

Pass boot_blueprint as a positional argument.

launch_vm expects boot_blueprint as its first positional argument. Passing --boot_blueprint will cause the argument parser to fail and exit.

🐛 Proposed fix
-    launch_vm --boot_blueprint rhel102-bootc --vm_disksize 25 --vm_vcpus 4
+    launch_vm rhel102-bootc --vm_disksize 25 --vm_vcpus 4
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

    launch_vm rhel102-bootc --vm_disksize 25 --vm_vcpus 4
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/scenarios-bootc/el10/releases/el102-lrel`@optional-sigstore.sh at line
26, Update the launch_vm invocation to pass rhel102-bootc as the first
positional argument instead of using the --boot_blueprint option, while
preserving the existing disk-size and vCPU arguments.
test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh (1)

1-2: 📐 Maintainability & Code Quality | 🔴 Critical | ⚡ Quick win

Fix shebang and add strict error handling.

As per coding guidelines, shell scripts must use the #!/usr/bin/bash shebang and include set -euo pipefail.

  • test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh#L1-L2: Update the shebang and insert set -euo pipefail.
  • test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh#L1-L2: Update the shebang and insert set -euo pipefail.
  • test/scenarios/presubmits/el98-src@low-latency.sh#L1-L5: Update the shebang and insert set -euo pipefail.
  • test/scenarios/releases/el98-lrel@low-latency.sh#L1-L5: Update the shebang and insert set -euo pipefail.
📍 Affects 4 files
  • test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh#L1-L2 (this comment)
  • test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh#L1-L2
  • test/scenarios/presubmits/el98-src@low-latency.sh#L1-L5
  • test/scenarios/releases/el98-lrel@low-latency.sh#L1-L5
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/scenarios-bootc/el9/presubmits/el98-src`@upgrade-fails-then-recovers.sh
around lines 1 - 2, Update the shebang and add strict error handling in all four
scripts:
test/scenarios-bootc/el9/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@upgrade-fails-then-recovers.sh
lines 1-2, test/scenarios/presubmits/el98-src@low-latency.sh lines 1-5, and
test/scenarios/releases/el98-lrel@low-latency.sh lines 1-5. Use the
/usr/bin/bash shebang and insert set -euo pipefail immediately afterward.

Source: Coding guidelines

test/scenarios/releases/el98-zprel@el98-lrel@rpm-upgrade.sh (1)

1-2: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use required shebang and strict shell options.

As per coding guidelines, shell scripts must use the #!/usr/bin/bash shebang and include set -euo pipefail.

🛠️ Proposed fix
-#!/bin/bash
-
+#!/usr/bin/bash
+set -euo pipefail
+
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

#!/usr/bin/bash
set -euo pipefail

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/scenarios/releases/el98-zprel`@el98-lrel@rpm-upgrade.sh around lines 1 -
2, Update the script shebang to #!/usr/bin/bash and add strict shell options
with set -euo pipefail immediately afterward.

Source: Coding guidelines

@ggiguash
ggiguash marked this pull request as draft July 14, 2026 08:22
@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 Jul 14, 2026
@ggiguash

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-bootc-release-el9
/test e2e-aws-tests-bootc-release-el10
/test e2e-aws-tests-release

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@ggiguash: 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/prow/e2e-aws-tests-bootc-release-arm-el9 6cae758 link true /test e2e-aws-tests-bootc-release-arm-el9
ci/prow/e2e-aws-tests-bootc-release-arm-el10 6cae758 link true /test e2e-aws-tests-bootc-release-arm-el10
ci/prow/e2e-aws-tests-release 06082cc link true /test e2e-aws-tests-release
ci/prow/e2e-aws-tests-bootc-release-el9 06082cc link true /test e2e-aws-tests-bootc-release-el9
ci/prow/e2e-aws-tests-release-arm 6cae758 link true /test e2e-aws-tests-release-arm
ci/prow/e2e-aws-tests-bootc-release-el10 06082cc link true /test e2e-aws-tests-bootc-release-el10

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/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants