USHIFT-7245: Revert crio SELinux workaround #6969
Conversation
|
@ggiguash: This pull request references USHIFT-7245 which is a valid jira issue. 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 ? |
|
Skipping CI for Draft Pull Request. |
|
/test e2e-aws-tests-bootc-periodic-el10 |
|
Note Reviews pausedIt 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 Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughThis PR updates SELinux policy inputs, bootc test image sources, bootc image-builder selection, and cache build orchestration. ChangesBootc and test infrastructure updates
Estimated code review effort: 3 (Moderate) | ~25 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
/test ? |
|
/test e2e-aws-tests-cache |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ggiguash, pacevedom The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
|
/test e2e-aws-tests-cache |
|
/unhold |
|
/test e2e-aws-tests-cache |
1 similar comment
|
/test e2e-aws-tests-cache |
There was a problem hiding this comment.
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 `@test/bin/ci_phase_iso_build.sh`:
- Around line 73-75: The backgrounded build steps in ci_phase_iso_build.sh can
fail without stopping the script because the plain wait at the end does not
surface individual job exit codes. Update the el9 and el10 background launches
so their PIDs are captured, then use wait with each PID and check the return
status before continuing; if either build_bootc_images.sh invocation fails, exit
immediately so upload/cleanup does not run. Use the existing
build_bootc_images.sh calls and the trailing wait as the main place to fix this.
🪄 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: 8ecbb032-9616-49b8-966d-4a639380c0bf
📒 Files selected for processing (1)
test/bin/ci_phase_iso_build.sh
b0db71c to
fe61cec
Compare
|
/test e2e-aws-tests-cache |
fe61cec to
82ce7f2
Compare
|
/test e2e-aws-tests-cache |
82ce7f2 to
a4722e2
Compare
|
/test e2e-aws-tests-cache |
1 similar comment
|
/test e2e-aws-tests-cache |
|
@ggiguash: The following tests failed, say
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. |
Also fixes USHIFT-7294 in cc05663
Summary by CodeRabbit
Summary by CodeRabbit
Bug Fixes
Chores
Tests