USHIFT-6715: Enable building multiple bootc blueprint layers in parallel#6489
USHIFT-6715: Enable building multiple bootc blueprint layers in parallel#6489vanhalenar wants to merge 9 commits intoopenshift:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
@vanhalenar: This pull request references USHIFT-6715 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 task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughSwitches bootc layer builds to per-OS el9/el10 blueprints in the CI shell script and updates the Python build utility to accept and validate multiple Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant CI as CI job
participant Shell as `ci_phase_iso_build.sh`
participant Py as `build_bootc_images.py`
participant FS as Blueprints filesystem
CI->>Shell: start job (CI_JOB_NAME, os=el9/el10)
Shell->>FS: select per-OS blueprint paths (`.../el9/...`, `.../el10/...`)
Shell->>Py: invoke build_bootc_images.py with repeated `-l` args
Py->>FS: validate each provided layer-dir exists
Py->>FS: enumerate and process each layer subdirectory
Py-->>Shell: return build results
Shell-->>CI: report job outcome
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 9 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vanhalenar The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
fca82e1 to
4bc7f1c
Compare
|
@vanhalenar: This pull request references USHIFT-6715 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 task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
@vanhalenar: This pull request references USHIFT-6715 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 task to target the "5.0.0" version, but no target version was set. DetailsIn 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. |
|
@vanhalenar: This pull request references USHIFT-6715 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 task to target the "5.0.0" version, but no target version was set. DetailsIn 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. |
|
/test e2e-aws-tests e2e-aws-tests-bootc-periodic-el10 e2e-aws-tests-periodic |
|
@vanhalenar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary by CodeRabbit
New Features
Chores