From a822b16b39d1aadb375198de0baac0b396741c66 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 29 Sep 2018 01:09:44 -0700 Subject: [PATCH] *: Drop cluster-launch-installer-e2e-smoke references Like d44e106b (remove ref to openshift.yaml aws installer config, 2018-09-27, #1755), this is cleaning up after 3f2f01c4 (ci-operator/config/openshift/installer/master: Move to openshift-install, 2018-09-26, #1677). --- Makefile | 1 - cluster/ci/config/prow/plugins.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c8f7af35b4be..975c3a6391bd 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,6 @@ 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/cluster/ci/config/prow/plugins.yaml b/cluster/ci/config/prow/plugins.yaml index c773f3a9a3a9..491d82936288 100644 --- a/cluster/ci/config/prow/plugins.yaml +++ b/cluster/ci/config/prow/plugins.yaml @@ -450,8 +450,6 @@ config_updater: name: prow-job-cluster-launch-e2e ci-operator/templates/cluster-launch-installer-e2e.yaml: name: prow-job-cluster-launch-installer-e2e - ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml: - name: prow-job-cluster-launch-installer-e2e-smoke ci-operator/templates/cluster-launch-src.yaml: name: prow-job-cluster-launch-src ci-operator/templates/master-sidecar.yaml: