We don't actually consume ocp releases#76075
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mmazur 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 |
|
[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 periodic-ci-Azure-ARO-HCP-main-periodic-integration-e2e-parallel pull-ci-Azure-ARO-HCP-main-e2e-parallel |
|
@mmazur: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mmazur: 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. |
ARO-HCP periodic e2e jobs (integration, stage, prod) waste ~10 minutes importing 192 OCP component images that are never used by any test step. This is caused by ci-operator's assumption that any test using a
cluster_profileneeds the OCP release payload.Plot twist: we don't consume OCP payloads.
Let's signal this by removing
release:, then I'll work with upstream to make sure this translates into not consuming those ocp component images.https://issues.redhat.com/browse/AROSLSRE-555