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: