Skip to content

feat: hybrid RPM presubmit CI for MicroShift#81195

Draft
agullon wants to merge 4 commits into
openshift:mainfrom
agullon:shiftweek/rpm-presubmit-ci
Draft

feat: hybrid RPM presubmit CI for MicroShift#81195
agullon wants to merge 4 commits into
openshift:mainfrom
agullon:shiftweek/rpm-presubmit-ci

Conversation

@agullon

@agullon agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Replace 6 bootc/ostree presubmit CI jobs with 2 lightweight RPM-only presubmit jobs on ARM, reducing presubmit cost by ~86% and feedback time by ~39%.

What changed

Presubmits (main.yaml):

  • Remove: e2e-aws-tests, e2e-aws-tests-arm, e2e-aws-tests-bootc-{el9,el10}, e2e-aws-tests-bootc-arm-{el9,el10} (6 jobs on c5.metal/m7g.metal)
  • Add: e2e-aws-tests-rpm-presubmit-{el9,el10}-arm (2 jobs on c7g.metal) — build only RPMs, skip image builds entirely

Periodics (main.yaml + release-5.0__periodics.yaml):

  • Split bootc/ostree periodic scenarios into lifecycle and functional categories for targeted triggering
  • Old bootc/ostree presubmit test coverage moves to nightly periodic jobs
  • Stagger 12 cron schedules across 03:00–04:45 to avoid AWS quota contention

Step registry:

  • iso-build: dispatch ci_phase_iso_build.sh -rpm_only for rpm-presubmits-* scenario types, write SCENARIO_TYPE to _output/scenario_type for EC2 instances
  • includes: route rpm-presubmits-{el9,el10} to scenarios-rpm/presubmits/, rename scenarios/scenarios-ostree/, add lifecycle/functional periodic mappings

Naming convention:

  • Standardize all job names: e2e-aws-tests-{type}-{trigger}-{el}-{category}-{arch}

Cost impact

Before After
Presubmit jobs per PR 6 (3×c5.metal + 3×c7g.metal) 2 (c7g.metal)
EC2 time per PR ~95 min ~58 min
Cost per PR ~$28 ~$3.80
Estimated annual savings ~$25K

Commits

  1. step-registry plumbing — SCENARIO_TYPE env var, rpm_only dispatch, get_source_dir routing
  2. CI job config — remove old presubmits, add RPM presubmits, add nightly periodics, standardize naming
  3. regenerate Prow jobsmake jobs output

Related

Test plan

  • Prow job config validates with make jobs
  • e2e-aws-tests-rpm-presubmit-el9-arm passes end-to-end
  • Existing cache/release/upstream jobs unaffected
  • Nightly periodic jobs fire on schedule

@openshift-ci

openshift-ci Bot commented Jun 29, 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 added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 29, 2026
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

MicroShift CI now adds RPM presubmit E2E jobs, maps rpm-presubmits to RPM scenario directories, and routes matching ISO builds to the RPM-only build path.

Changes

MicroShift RPM presubmit CI wiring

Layer / File(s) Summary
Job and scenario wiring
ci-operator/config/openshift/microshift/openshift-microshift-main.yaml, ci-operator/step-registry/openshift/microshift/includes/openshift-microshift-includes-commands.sh
Adds two RPM presubmit E2E jobs and maps rpm-presubmits to the RPM scenario directory pair.
ISO build dispatch
ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-ref.yaml, ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh
Adds SCENARIO_TYPE to the step environment, routes rpm-presubmits-* jobs to ci_phase_iso_build.sh -rpm_only, and updates the clone instructions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

lgtm, rehearsals-ack

🚥 Pre-merge checks | ✅ 13 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning The new rpm presubmit jobs run the metal-tests workflow, whose iso-build step unconditionally git clones from github.com, so they need public internet. Use ci_clone_src/internal mirroring instead of public GitHub, or gate this path so disconnected/IPv6 jobs skip it safely.
✅ Passed checks (13 passed)
Check name Status Explanation
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 test titles were added or changed; the PR only adds static CI job names and scenario routing in YAML/shell config.
Test Structure And Quality ✅ Passed PR only updates CI config and step-registry scripts; no Ginkgo *_test.go code, It, or Eventually blocks were changed, so this check is not applicable.
Microshift Test Compatibility ✅ Passed PR only updates CI job config and shell routing; no new Ginkgo specs or MicroShift-unsafe API usage appear in the changed files.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo test code was added; the PR only wires CI jobs and scenario dispatch, so there are no new tests to evaluate for SNO compatibility.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI config and step-registry scripts changed; no deployment manifests, operators, or controllers with scheduling constraints were modified.
Ote Binary Stdout Contract ✅ Passed No OTE Go binary/process-level code changed; only CI YAML and step-registry shell scripts were modified, so no stdout contract violation is introduced.
No-Weak-Crypto ✅ Passed Touched files only add CI job/env routing; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret/token comparisons were introduced.
Container-Privileges ✅ Passed No changed manifest sets privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation, and no root container settings were added.
No-Sensitive-Data-In-Logs ✅ Passed PASS: The diff only renames/adds RPM job wiring and scenario mapping; no new log statements or printed secrets/PII were introduced.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding RPM presubmit CI support for MicroShift.
✨ 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 29, 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: 2

🤖 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 `@ci-operator/config/openshift/microshift/openshift-microshift-main.yaml`:
- Around line 177-184: The e2e-aws-tests-rpm-el10 job is still pointing at the
EL9 image path because MICROSHIFT_OS is set incorrectly. Update the env in the
e2e-aws-tests-rpm-el10 job definition to use the EL10 OS value so it matches the
SCENARIO_TYPE rpm-presubmits-el10 and the job name.

In
`@ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh`:
- Around line 30-31: The SCENARIO_TYPE check in the ISO build script is too
broad and is matching non-RPM presubmit jobs like existing presubmits and
bootc-presubmits*; tighten the branch condition in
openshift-microshift-infra-iso-build-commands.sh so only rpm-presubmits-* enters
the -rpm_only path. Update the conditional around the SCENARIO_TYPE match to use
a more specific pattern and leave the normal ISO/image build flow untouched for
all other presubmit scenarios.
🪄 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: 2bcd2ca3-a23d-4948-8f9b-ed2321ff9c67

📥 Commits

Reviewing files that changed from the base of the PR and between 6727463 and 482758b.

📒 Files selected for processing (3)
  • ci-operator/config/openshift/microshift/openshift-microshift-main.yaml
  • ci-operator/step-registry/openshift/microshift/includes/openshift-microshift-includes-commands.sh
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh

Comment thread ci-operator/config/openshift/microshift/openshift-microshift-main.yaml Outdated
@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: agullon

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse e2e-aws-tests-rpm-el9

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse e2e-aws-tests-rpm-el10

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

🤖 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
`@ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh`:
- Around line 45-48: The ISO build step is hardcoded to clone agullon/microshift
at shiftweek/rpm-presubmit-ci instead of using the standard checkout flow.
Remove the temporary GUSR/GBRN override and the direct git clone in
openshift-microshift-infra-iso-build-commands.sh, and restore the normal
ci_clone_src-based source checkout so the step validates the canonical
repository state.
🪄 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: fdec9d69-7203-4eb0-9af8-ae1f630901c9

📥 Commits

Reviewing files that changed from the base of the PR and between 482758b and f917f02.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/microshift/openshift-microshift-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh

Comment on lines +45 to +48
# TODO: Revert to 'ci_clone_src' before merging
GUSR=agullon
GBRN=shiftweek/rpm-presubmit-ci
git clone "https://github.com/${GUSR}/microshift.git" -b "${GBRN}" /go/src/github.com/openshift/microshift

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.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Remove the hardcoded fork/branch before merge.

Lines 46-48 force this step to test agullon/microshift@shiftweek/rpm-presubmit-ci instead of the canonical checkout, so merged presubmits will validate the wrong source and can start failing once that branch disappears. Please restore the normal ci_clone_src flow here before this lands.

🤖 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
`@ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh`
around lines 45 - 48, The ISO build step is hardcoded to clone
agullon/microshift at shiftweek/rpm-presubmit-ci instead of using the standard
checkout flow. Remove the temporary GUSR/GBRN override and the direct git clone
in openshift-microshift-infra-iso-build-commands.sh, and restore the normal
ci_clone_src-based source checkout so the step validates the canonical
repository state.

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9
/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

1 similar comment
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@agullon: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@agullon: job(s): e2e-aws-tests-rpm-el9 either don't exist or were not found to be affected, and cannot be rehearsed

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

1 similar comment
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

1 similar comment
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9

@agullon

agullon commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-lifecycle-x86

@openshift-ci

openshift-ci Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

@agullon: 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/rehearse/openshift/microshift/main/e2e-aws-tests-rpm b7076ea link unknown /pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm
ci/rehearse/openshift/microshift/main/e2e-aws-tests-rpm-arm b7076ea link unknown /pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-arm
ci/rehearse/openshift/microshift/main/e2e-aws-tests-rpm-el10 e42b52c link unknown /pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el10
ci/rehearse/openshift/microshift/main/e2e-aws-tests-rpm-el9 e42b52c link unknown /pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm-el9

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.

agullon added a commit to agullon/microshift that referenced this pull request Jul 3, 2026
Build infrastructure:
- Add -rpm_only flag to ci_phase_iso_build.sh that skips composer
  config and image builds, only building RPMs (~13 min vs ~30 min)
- Add download_isos action to manage_build_cache.sh to fetch cached
  installer ISOs needed for VM kickstart in RPM-only mode
- Skip mirror registry setup for RPM scenarios in
  ci_phase_boot_and_test.sh (RPM installs pull from CDN, not mirror)
- Add scenarios-rpm to get_scenario_type_from_path() in common.sh

Scenario framework (scenario_rpm.sh):
- rpm_configure_vm: firewall, RHSM registration, repo configuration
- rpm_install_microshift: dnf install, NM connectivity check, service
  start, endpoint readiness wait
- rpm_reboot_and_wait: clean reboot for scenarios needing it
  (dual-stack, ipv6, multi-nic, low-latency)
- configure_rpm_repos/configure_cdn_repo: RHEL version-aware repo setup
  derived from SCENARIO_TYPE at runtime

Companion to openshift/release#81195.

pre-commit.check-secrets: ENABLED
@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-lifecycle-amr

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon: job(s): pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-lifecycle-amr either don't exist or were not found to be affected, and cannot be rehearsed

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-lifecycle-arm

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-functional-arm

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-functional-x86

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-functional-arm

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-lifecycle-arm

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-functional-x86

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-lifecycle-arm

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-ostree-periodic-el9-functional-x86

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-ostree-periodic-el9-lifecycle-x86

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el10-lifecycle-x86

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-el9-lifecycle-x86

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

1 similar comment
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant