Skip to content

USHIFT-7412: Add RPM presubmit Prow job for MicroShift - #83232

Closed
agullon wants to merge 3 commits into
openshift:mainfrom
agullon:USHIFT-7412-rpm-presubmits
Closed

USHIFT-7412: Add RPM presubmit Prow job for MicroShift#83232
agullon wants to merge 3 commits into
openshift:mainfrom
agullon:USHIFT-7412-rpm-presubmits

Conversation

@agullon

@agullon agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add e2e-aws-tests-rpm job (optional: true) to MicroShift main config
  • Map rpm-presubmitsscenarios-rpm/presubmits in get_source_dir()
  • Declare SCENARIO_TYPE env var in the iso-build step ref

Companion PR

Test plan

  • Rehearsal validates the step-registry changes
  • /test e2e-aws-tests-rpm on the microshift PR

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Added an optional AWS c5.metal RPM presubmit job for MicroShift.
    • Added RPM scenario source selection through get_source_dir().
    • Added optional SCENARIO_TYPE support to MicroShift ISO builds.
    • Updated the ISO build checkout to use the USHIFT-7412 MicroShift source branch.

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

openshift-ci-robot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@agullon: This pull request references USHIFT-7412 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Add e2e-aws-tests-rpm job (optional: true) to MicroShift main config
  • Map rpm-presubmitsscenarios-rpm/presubmits in get_source_dir()
  • Declare SCENARIO_TYPE env var in the iso-build step ref

Companion PR

Test plan

  • Rehearsal validates the step-registry changes
  • /test e2e-aws-tests-rpm on the microshift PR

🤖 Generated with Claude Code

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.

@coderabbitai

coderabbitai Bot commented Aug 11, 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: 021a0754-6808-48cc-8183-92356b5fc6e9

📥 Commits

Reviewing files that changed from the base of the PR and between 3bbc9b7 and 7443de5.

⛔ 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 (4)
  • 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
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-ref.yaml
🚧 Files skipped from review as they are similar to previous changes (4)
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh
  • ci-operator/config/openshift/microshift/openshift-microshift-main.yaml
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-ref.yaml
  • ci-operator/step-registry/openshift/microshift/includes/openshift-microshift-includes-commands.sh

Walkthrough

The change adds an optional AWS RPM presubmit for MicroShift. It maps the rpm-presubmits scenario, accepts SCENARIO_TYPE, and changes the ISO build checkout source.

Changes

MicroShift RPM presubmit

Layer / File(s) Summary
RPM presubmit configuration
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-ref.yaml
The configuration adds the optional e2e-aws-tests-rpm presubmit with AWS-2 c5.metal, RHEL 9.8, the rpm-presubmits scenario, and the metal-tests workflow. The scenario map resolves its source directory. The ISO build step accepts SCENARIO_TYPE.
RPM source checkout
ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh
The ISO build clones agullon/microshift from branch USHIFT-7412 instead of calling ci_clone_src. A TODO requests restoration of the standard call before merging.

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

Suggested reviewers: fracappa, pacevedom

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

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.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: adding an RPM presubmit Prow job for MicroShift.
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 and shell wiring; targeted searches found no Ginkgo It, Describe, Context, or When declarations and no dynamic test titles.
Test Structure And Quality ✅ Passed The PR changes only Prow YAML and shell step-registry files; no Ginkgo test code, It blocks, fixtures, waits, or cluster resources are introduced for this check.
Microshift Test Compatibility ✅ Passed The PR diff adds only CI YAML, generated Prow configuration, and shell plumbing; it adds no Go files or Ginkgo test declarations, so MicroShift API compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only CI YAML and shell step definitions; no new Ginkgo e2e tests or multi-node assumptions are present.
Topology-Aware Scheduling Compatibility ✅ Passed The changes add CI job configuration, scenario mapping, an environment declaration, and source checkout logic; they add no deployment manifests, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The PR changes only CI YAML and shell orchestration; repository searches found no OTE, Ginkgo, klog, RunSpecs, or TestMain code, so no OTE stdout violation is introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only YAML and shell CI wiring; no It, Describe, Context, or When declarations or Ginkgo test source were added, so this check is not applicable.
No-Weak-Crypto ✅ Passed The changed lines add CI configuration, scenario mapping, an environment declaration, and a Git clone; no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret comparisons are added.
Container-Privileges ✅ Passed The PR adds only job/env and scenario mapping changes; inspected manifests contain no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, or new root setting.
No-Sensitive-Data-In-Logs ✅ Passed The effective diff adds no logging or secret values; the only new command logs a public GitHub URL with the fixed user and branch, while token tracing is unchanged.
✨ 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 requested review from fracappa and pacevedom August 11, 2026 09:02
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 11, 2026
@agullon
agullon marked this pull request as draft August 11, 2026 09:17
@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 11, 2026
@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse e2e-aws-tests-rpm

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

@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 43-46: Replace the temporary GUSR/GBRN checkout in the ISO build
command with the standard ci_clone_src invocation, and remove the associated
TODO comment. Ensure the presubmit clones the intended MicroShift source rather
than the temporary fork and branch.
🪄 Autofix

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: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 7100a1dd-bcab-43ff-935f-98da71fa990e

📥 Commits

Reviewing files that changed from the base of the PR and between 9fcee25 and 46d08d4.

📒 Files selected for processing (1)
  • ci-operator/step-registry/openshift/microshift/infra/iso-build/openshift-microshift-infra-iso-build-commands.sh

Comment on lines +43 to +46
# TODO: Revert to 'ci_clone_src' before merging
GUSR=agullon
GBRN=USHIFT-7412
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.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Restore the standard source checkout before merging.

This hard-codes agullon/microshift and branch USHIFT-7412, so the presubmit will build the temporary fork instead of the intended MicroShift source. It can validate code that is not part of this PR and fail when the temporary branch is removed. Restore the ci_clone_src invocation and remove the TODO before merge.

The PR context identifies this checkout as temporary test code that must be reverted before merging.

🤖 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 43 - 46, Replace the temporary GUSR/GBRN checkout in the ISO build
command with the standard ci_clone_src invocation, and remove the associated
TODO comment. Ensure the presubmit clones the intended MicroShift source rather
than the temporary fork and branch.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

Add e2e-aws-tests-rpm job (optional) that runs RPM-based presubmit
scenarios. The job downloads installer ISOs from the S3 build cache
and builds RPMs from source, skipping the image build phase entirely.

Changes:
- Add e2e-aws-tests-rpm job to openshift-microshift-main.yaml
- Add rpm-presubmits mapping to get_source_dir()
- Declare SCENARIO_TYPE env var in iso-build step

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
Points iso-build to agullon/microshift USHIFT-7412 branch to test
the RPM presubmit job before the microshift PR merges.

Revert this commit before merging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
@agullon
agullon force-pushed the USHIFT-7412-rpm-presubmits branch from 46d08d4 to 7443de5 Compare August 11, 2026 09:37
@coderabbitai

coderabbitai Bot commented Aug 11, 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 commented Aug 11, 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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse e2e-aws-tests-rpm

@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

[REHEARSALNOTIFIER]
@agullon: 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-openshift-microshift-main-e2e-aws-tests-rpm openshift/microshift presubmit Presubmit changed
pull-ci-openshift-microshift-main-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-main-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.1-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.1-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.23-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.23-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.22-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.22-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.21-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.21-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.20-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.20-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.19-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.19-e2e-aws-ai-model-serving openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.18-e2e-aws-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.17-footprint-and-performance openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.17-e2e-aws-nvidia-device-plugin openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-4.16-e2e-aws-nvidia-device-plugin openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-main-e2e-aws-tests-cache openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-main-e2e-aws-tests-cache-arm openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.1-e2e-aws-tests-cache openshift/microshift presubmit Registry content changed
pull-ci-openshift-microshift-release-5.1-e2e-aws-tests-cache-arm openshift/microshift presubmit Registry content changed

A total of 395 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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@agullon

agullon commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

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

@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 Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

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

@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-ci

openshift-ci Bot commented Aug 12, 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/prow/generated-config 9fcee25 link true /test generated-config
ci/prow/ci-operator-config 9fcee25 link true /test ci-operator-config
ci/rehearse/openshift/microshift/main/e2e-aws-tests-rpm 7443de5 link unknown /pj-rehearse pull-ci-openshift-microshift-main-e2e-aws-tests-rpm

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

agullon commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Closing — RPM scenarios will run in existing CI lines instead of a separate job.

@agullon agullon closed this Aug 13, 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/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