Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating squid AMI in VPC for CI aws proxy testing #4719

Merged
merged 1 commit into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ presubmits:
decorate: true
decoration_config:
skip_cloning: true
labels:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-installer-master-e2e-aws-proxy
optional: true
rerun_command: /test e2e-aws-proxy
Expand Down Expand Up @@ -285,7 +287,7 @@ presubmits:
name: cluster-profile
- mountPath: /usr/local/e2e-aws-proxy
name: job-definition
subPath: cluster-launch-installer-e2e.yaml
subPath: cluster-launch-installer-upi-e2e.yaml
- mountPath: /etc/sentry-dsn
name: sentry-dsn
readOnly: true
Expand All @@ -297,7 +299,7 @@ presubmits:
- secret:
name: cluster-secrets-aws
- configMap:
name: prow-job-cluster-launch-installer-e2e
name: prow-job-cluster-launch-installer-upi-e2e
name: job-definition
- name: sentry-dsn
secret:
Expand Down
Loading