openperouter: Edge image for Prow#80464
Conversation
Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
to avoid Prow failures when bumping git submodules like: ``` $ PWD=/home/prow/go/src/github.com/openperouter/openperouter git sparse-checkout set Dockerfile.openshift operator/bundle.Dockerfile.openshift (runtime: 1.914726ms) $ PWD=/home/prow/go/src/github.com/openperouter/openperouter git checkout 645154fd58043a78fccf1931d0846fa15d8c60ba (runtime: 272.990849ms) ... From https://github.com/openshift-kni/openperouter * branch d67eb559a64912b33d0c8a977f51a13fab5c90b3 -> FETCH_HEAD Could not access submodule 'openshift/deps/dpdk' ``` Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
|
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: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
WalkthroughThe OpenShift CI operator configuration for the openperouter project was updated to add an edge image build definition that uses ChangesCI Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 auto-ack |
|
@zeeke: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse auto-ack |
|
@zeeke: 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: fedepaol, zeeke 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 |
|
/retest |
|
@zeeke: 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. |
Dockerfile.edge.openshiftimageSummary by CodeRabbit
This PR adds CI/Prow configuration for an edge image variant of the openperouter component in the OpenShift KNI organization.
Key changes:
New edge image build: Adds
Dockerfile.edge.openshiftas a new image build target (openperouter-operator) that uses CentOS Stream 10 as its base image.Sparse checkout disabled: Disables git sparse checkout in the Prow jobs for this configuration. This allows git submodules (such as
openshift/deps/dpdk) to be properly checked out and updated during CI builds, preventing checkout failures that previously occurred when sparse checkout was enabled.These changes enable the OpenShift KNI team to build and test an edge variant of openperouter with proper submodule support in the CI pipeline.