From 9c5d45fcdbdcedddc1f958be80b3ad38a62db34f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2019 23:30:14 -0800 Subject: [PATCH] ci-operator/jobs/openshift: Make launch-aws optional The job was first added in b9c36171 (e2e: Prepare to support new openshift-tests binary in 4.0 jobs, 2018-11-12, #2108) to provide a scratch cluster for manually poking around. But we don't actually need it to gate merges, so make it optional. --- .../installer/openshift-installer-master-presubmits.yaml | 1 + .../openshift/origin/openshift-origin-master-presubmits.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 46ac435d85df4..81daf530b0a89 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -377,6 +377,7 @@ presubmits: context: ci/prow/launch-aws decorate: true name: pull-ci-openshift-installer-master-launch-aws + optional: true rerun_command: /test launch-aws spec: containers: diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml index 2110e0984facb..0af4550f39c89 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml @@ -549,6 +549,7 @@ presubmits: decoration_config: skip_cloning: true name: pull-ci-openshift-origin-master-launch-aws + optional: true rerun_command: /test launch-aws spec: containers: