origin: allow missing architectures for node-perf images#82153
Conversation
|
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:
WalkthroughThe manifest-list verification step now allows missing architectures for ChangesManifest verification configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
1792e91 to
e3c6204
Compare
|
/pj-rehearse pull-ci-openshift-origin-main-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
e3c6204 to
d4e920c
Compare
|
@jubittajohn: |
|
/pj-rehearse pull-ci-openshift-origin-main-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
d4e920c to
db10ce1
Compare
|
/pj-rehearse pull-ci-openshift-origin-main-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jubittajohn: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command. |
1 similar comment
|
@jubittajohn: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command. |
|
/pj-rehearse pull-ci-openshift-origin-release-5.0-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-origin-release-4.23-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Signed-off-by: jubittajohn <jujohn@redhat.com>
db10ce1 to
943af04
Compare
|
/pj-rehearse pull-ci-openshift-origin-main-verify-image-manifest-lists |
|
/pj-rehearse pull-ci-openshift-origin-release-5.0-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-origin-release-4.23-verify-image-manifest-lists |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jubittajohn: 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. |
|
/pj-rehearse ack |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, jacobsee, jubittajohn 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 |
…2153) Signed-off-by: jubittajohn <jujohn@redhat.com>
node-perf-pytorch-wide-deepis a new image introduced in1.36in Add PyTorch Wide-Deep node performance test image kubernetes/kubernetes#136397. It replaced the oldnode-perf-tf-wide-deepimage .(which had only theamd64/arm64architectures as well). It doesn't haveppc64le/s390xbecause PyTorch doesn't publish pip wheels for those architecturese2e-19-registry-k8s-io-e2e-test-images-node-perf-tf-wide-deepcan only be removed after OCPSTRAT-3036: Rebase 1.36.2 origin#31237 lands and that reference is removed fromzz_generated.txtnode-perf-npb-isexisted before, but itsppc64le/s390xarchitectures were removed in1.36in Remove ppc64le and s390x support from npb-is image kubernetes/kubernetes#136429 because they never actually built successfully. Had its architectures removed due to a linker relocation overflow (R_PPC64_TOC16_HA) onppc64lewith the large CLASS=D arrays.Summary by CodeRabbit
Updates OpenShift Origin CI’s
verify-image-manifest-listsjob configuration (ci-operator/config/openshift/origin/) to prevent false failures when Kubernetes 1.36-eranode-perfimages don’t publish all architecture variants in their manifest lists:openshift-origin-main.yaml, extends the--allow-missing-architecturesallowlist to also permit missing arches for:registry-k8s-io/e2e-test-images/node-perf-npbregistry-k8s-io/e2e-test-images/node-perf-pytorch-wide-deepnode-perf-tf-wide-deep).--allow-missing-architecturesallowlist updates inopenshift-origin-release-4.23.yamlandopenshift-origin-release-5.0.yaml.