-
Notifications
You must be signed in to change notification settings - Fork 232
feat: add RPM-only build mode for presubmit CI #6961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
agullon
wants to merge
42
commits into
openshift:main
Choose a base branch
from
agullon:shiftweek/rpm-presubmit-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
1dc3569
feat: add RPM-only build mode to ci_phase_iso_build.sh
agullon 38b669d
fix: disable composer builds for rpm_only mode
agullon fbefbc0
fix: use will-cite file instead of parallel --citation pipe
agullon 69eca43
fix: run manage_composer_config.sh create unconditionally
agullon d7b5067
fix: skip mirror registry for rpm-only presubmit scenarios
agullon f29d5d7
fix: use SCENARIO_SOURCES to detect rpm-only mode in boot_and_test
agullon 554a579
fix: add scenarios-rpm to get_scenario_type_from_path
agullon 2c9544e
fix: create vm-storage dir before pool-build in rpm_only mode
agullon f940d1c
fix: download cached ISOs in rpm_only mode for VM kickstart
agullon d391be7
chore: run only install.robot for initial rpm presubmit validation
agullon 5d53853
feat: restructure rpm scenarios with shared helpers
agullon ca076af
fix: suppress verbose s3 sync output for ISO downloads
agullon 7d1929a
feat: migrate presubmit scenarios to RPM-only flow
agullon 66002ab
fix: address RPM scenario failures
agullon b5f968f
feat: parameterize RPM scenarios by RHEL version
agullon 143936a
refactor: move ISO download logic to manage_build_cache.sh
agullon 4badd30
fix: address PR review findings
agullon c416e30
chore: rename rpm scenarios to elxy-src@<suite>.sh naming convention
agullon b030164
feat: add action_setup phase for RPM scenario VM configuration
agullon 1c144a8
refactor: move common setup to rpm_setup_and_install_microshift helper
agullon 009e4bf
refactor: split rpm_setup_and_install_microshift into separate calls
agullon d7e6629
chore: remove extra blank lines in rpm scenarios
agullon af65585
refactor: inline install_microshift into rpm_install_microshift
agullon 4dbc14b
fix: remove COMPOSER_CLI_BUILDS override for rpm_only mode
agullon 76183ac
Revert "fix: remove COMPOSER_CLI_BUILDS override for rpm_only mode"
agullon a4475d4
revert: restore original parallel citation suppression
agullon 08bdb54
fix: address all failing RPM scenario root causes
agullon 5a7c70e
fix: storage topolvm-node wait and disable low-latency
agullon e74c162
fix: remove topolvm-node wait from storage scenario
agullon d8c5033
feat: move osconfig-lifecycle-core-api to rpm presubmits
agullon 5fb7d32
chore: move duplicated bootc upgrade presubmits to periodics, add low…
agullon 16afed4
feat: rename scenarios/ to scenarios-ostree/ for naming consistency
agullon b5cb13f
chore: restore rpm-standard2 to scenarios-ostree/periodics
agullon 9c139b3
feat: split periodics into halves for parallel CI execution
agullon df0bf30
fix: remove gitops tests from RPM scenario (needs external CDN RPM)
agullon 6bd147e
chore: rename elxy-src@ to el-src@ in rpm scenario names
agullon defec41
refactor: reshuffle periodics split by category
agullon 5424735
chore: rename periodics-1/2 to periodics-lifecycle/functional
agullon 8e6d808
refactor: update osconfig lifecycle tests and remove obsolete script
agullon f959f08
refactor: remove obsolete osconfig lifecycle test suite from scenario…
agullon ba58d4d
refactor: rebalance RPM presubmit scenarios to keep all under 15 minutes
agullon c58ff69
fix: rebalance scenarios after rehearsal failures
agullon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
Reset
SKIP_MIRROR_REGISTRYbefore branching.This only exports
trueon the RPM-only path. Sincescenario.shnow reads the inherited environment, a caller that already hasSKIP_MIRROR_REGISTRY=truewill also skip mirror setup for non-RPM jobs. Initialize it tofalsefirst, or clear it in the non-RPM branches.Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents