From 56600df214e3122ceb659f3c4087760dd0ffe042 Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Mon, 10 Sep 2018 17:31:22 -0400 Subject: [PATCH] add configmap for e2e-aws-smoke --- Makefile | 1 + .../openshift/installer/openshift-installer-presubmits.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1504652e5d5b..e384bc5a6d3e 100644 --- a/Makefile +++ b/Makefile @@ -153,6 +153,7 @@ prow-cluster-jobs: oc create configmap prow-job-cluster-launch-e2e-gmontero-testing --from-file=ci-operator/templates/cluster-launch-e2e-gmontero-testing.yaml -o yaml --dry-run | oc apply -f - oc create configmap prow-job-cluster-launch-src --from-file=ci-operator/templates/cluster-launch-src.yaml -o yaml --dry-run | oc apply -f - oc create configmap prow-job-cluster-launch-installer-e2e --from-file=ci-operator/templates/cluster-launch-installer-e2e.yaml -o yaml --dry-run | oc apply -f - + oc create configmap prow-job-cluster-launch-installer-e2e-smoke --from-file=ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml -o yaml --dry-run | oc apply -f - oc create configmap prow-job-master-sidecar --from-file=ci-operator/templates/master-sidecar.yaml -o yaml --dry-run | oc apply -f - .PHONY: prow-cluster-jobs diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index 96ee3ae50212..e416459ed180 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -136,7 +136,7 @@ presubmits: serviceAccountName: ci-operator volumes: - configMap: - name: prow-job-cluster-launch-installer-e2e + name: prow-job-cluster-launch-installer-e2e-smoke name: job-definition - name: cluster-profile projected: