Skip to content

Commit

Permalink
remove ref to openshift.yaml aws installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Sep 28, 2018
1 parent 470869e commit d44e106
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ prow-services:
.PHONY: prow-services

prow-cluster-jobs:
oc create configmap cluster-profile-aws --from-file=cluster/test-deploy/aws/openshift.yaml -o yaml --dry-run | oc apply -f -
oc create configmap cluster-profile-gcp --from-file=cluster/test-deploy/gcp/vars.yaml --from-file=cluster/test-deploy/gcp/vars-origin.yaml -o yaml --dry-run | oc apply -f -
oc create configmap cluster-profile-gcp-crio --from-file=cluster/test-deploy/gcp-crio/vars.yaml --from-file=cluster/test-deploy/gcp-crio/vars-origin.yaml -o yaml --dry-run | oc apply -f -
oc create configmap cluster-profile-gcp-ha --from-file=cluster/test-deploy/gcp/vars.yaml --from-file=cluster/test-deploy/gcp/vars-origin.yaml -o yaml --dry-run | oc apply -f -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ presubmits:
sources:
- secret:
name: cluster-secrets-aws
- configMap:
name: cluster-profile-aws
trigger: ((?m)^/test( all| e2e-aws),?(\s+|$))
- agent: kubernetes
always_run: false
Expand Down Expand Up @@ -117,8 +115,6 @@ presubmits:
sources:
- secret:
name: cluster-secrets-aws
- configMap:
name: cluster-profile-aws
trigger: ((?m)^/test( e2e-aws-all),?(\s+|$))
- agent: kubernetes
always_run: true
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 @@ -314,8 +314,6 @@ config_updater:
ci-operator/jobs/**/*.yaml:
name: job-config

cluster/test-deploy/aws/*.yaml:
name: cluster-profile-aws
cluster/test-deploy/gcp/*.yaml:
name: cluster-profile-gcp
cluster/test-deploy/gcp-ha/*.yaml:
Expand Down

0 comments on commit d44e106

Please sign in to comment.