coreos/coreos-assembler: specify pull credentials namespace - #85511
Rolv-Apneseth wants to merge 1 commit into
Conversation
Use the test-credentials namespace for the RHCOS build test, since without it the test is failing and blocking CI.
|
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: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughChangesRHCOS secret configuration
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to This configuration change addresses the intended CI credential lookup without introducing an identified merge risk. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-coreos-coreos-assembler-main-rhcos |
|
@Rolv-Apneseth: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustymabe, marmijo, Rolv-Apneseth 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 |
|
/pj-rehearse auto-ack |
|
@dustymabe: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Rolv-Apneseth: 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. |
Use the test-credentials namespace for the RHCOS build test, since without it the test is failing and blocking CI.
Companion to #85279, but for
coreos-assemblerto fix CI there (e.g. see coreos/coreos-assembler#4616 (comment)).Summary by CodeRabbit
The
coreos/coreos-assemblerRHCOS build test now sourcesci-pull-credentialsfrom thetest-credentialsnamespace. This provides the Docker credentials required by the RHCOS build command and supports CI reliability.