Skip to content
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