scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Backport OpenShift CI to GitHub Action changes

Open BradLugo opened this issue 1 year ago • 2 comments

Description

This backport PR does the following:

  1. Enables GitHub Action container builds and pushes for releases branches and tags (in this case, for release-2.33) provided by:
    https://github.com/stackrox/scanner/pull/1376
  2. Enables multiarch builds and multiarch container images provided by:
    https://github.com/stackrox/scanner/pull/1490

Associated OSCI PR: https://github.com/openshift/release/pull/53192

BradLugo avatar Jun 27 '24 17:06 BradLugo

@BradLugo: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/push-images 831a20b8006b36bb63e00c2c824e088946df4c5d link true /test push-images
ci/prow/slim-e2e-tests 831a20b8006b36bb63e00c2c824e088946df4c5d link false /test slim-e2e-tests
ci/prow/e2e-tests 831a20b8006b36bb63e00c2c824e088946df4c5d link false /test e2e-tests

Full PR test history. Your PR dashboard.

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

openshift-ci[bot] avatar Jun 27 '24 20:06 openshift-ci[bot]

hmm not sure why we have these failures, though I believe it is ok to only support amd64 for this release, as we had done before. Future releases will support multiple

RTann avatar Jul 01 '24 22:07 RTann

O.B.E - we're only supporting this change for 2.34+

BradLugo avatar Aug 21 '24 17:08 BradLugo