Automate config brancher by auto-config-brancher job at Thu, 05 Nov 2020 23:04:05 UTC#13446
Conversation
….7 --future-release 4.8 --confirm
… openshift-priv --only-org openshift --whitelist-file ./core-services/openshift-priv/_whitelist.yaml
…/core-services/sanitize-prow-jobs/_config.yaml
|
@openshift-bot: GitHub didn't allow me to request PR reviews from the following users: ghost. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: openshift-bot 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 |
|
@openshift-bot: Updated the following 9 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. |
…n 4.7
Fix:
$ 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.7-presubmits.yaml)
...
-ci/prow/e2e-metal-assisted false true
+ci/prow/e2e-metal-assisted true -
which dates back to when the job was created in 1041304
(ci-operator-prowgen --from-dir ./ci-operator/config --to-dir
./ci-operator/jobs, 2020-11-05, openshift#13446).
/cc @ghost