Skip to content

Commit

Permalink
add configmap for e2e-aws-smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Sep 10, 2018
1 parent 3ef137b commit 56600df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56600df

Please sign in to comment.