From 481066dfbfc65a44017e2823b0bcfd59a1cf558a Mon Sep 17 00:00:00 2001 From: Kirsten Garrison Date: Thu, 21 Oct 2021 13:52:33 -0700 Subject: [PATCH] mco: update bootstrap-e2e to always_run:false While we work on the new e2e tests in: https://github.com/openshift/machine-config-operator/pull/2687 set always_run to false to avoid having extra noise in the repo. --- .../openshift-machine-config-operator-master-presubmits.yaml | 2 +- ...enshift-machine-config-operator-release-4.10-presubmits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml index 084b026894764..f924ac8a2c279 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift/machine-config-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^master$ - ^master- diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.10-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.10-presubmits.yaml index 76b181ac7f686..f0cd662b44058 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.10-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift/machine-config-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.10$ - ^release-4\.10-