Skip to content

Commit

Permalink
*: Drop cluster-launch-installer-e2e-smoke references
Browse files Browse the repository at this point in the history
Like d44e106 (remove ref to openshift.yaml aws installer config,
2018-09-27, openshift#1755), this is cleaning up after 3f2f01c
(ci-operator/config/openshift/installer/master: Move to
openshift-install, 2018-09-26, openshift#1677).
  • Loading branch information
wking committed Sep 29, 2018
1 parent d7ea5b3 commit a822b16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions cluster/ci/config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a822b16

Please sign in to comment.