ci-operator/jobs/openshift/cluster-version-operator: Metal optional on 4.8 and 4.9#19513
Conversation
…n 4.8 and 4.9 Just like we did for 4.7 in 23982da (ci-operator/jobs/openshift/cluster-version-operator: Metal optional on 4.7, 2021-03-26, openshift#17203), but now for 4.8 and 4.9. Using the previous procedure on the new releases: $ disp() { > yaml2json < "ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-${1}" | jq -r '.presubmits | to_entries[].value[] | .context + " " + (.always_run | tostring) + " " + (.optional // "-" | tostring)' | sort > } $ diff -U0 <(disp master-presubmits.yaml) <(disp release-4.8-presubmits.yaml) --- /dev/fd/63 2021-06-21 12:20:23.738355653 -0700 +++ /dev/fd/62 2021-06-21 12:20:23.739355653 -0700 @@ -4 +4 @@ -ci/prow/e2e-metal-assisted false true +ci/prow/e2e-metal-assisted true - And similarly for 4.9, but this commit fixes both.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LalatenduMohanty, wking 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 |
|
@wking: Updated the following 2 configmaps:
DetailsIn response to this:
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/test-infra repository. |
…operties As discussed in e6b339e (ci-operator/jobs/openshift/cluster-version-operator: Metal optional on 4.8 and 4.9, 2021-07-21, openshift#19513) and similar work, the current branch-forking procedure does not track these job properties which are not covered by ci-operator/config/... entries. This script makes it easier to mass-repair suspect branches, based on agreement between master and more reliable sibling branches.
Just like we did for 4.7 in 23982da (#17203), but now for 4.8 and 4.9. Using the previous procedure on the new releases:
And similarly for 4.9, but this commit fixes both.