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 @@ -48,5 +48,6 @@ tests:
- artifact_dir: /tmp/artifacts
as: e2e-aws-console-login
commands: ./test-prow-e2e.sh login
openshift_installer_console:
openshift_installer_custom_test_image:
cluster_profile: aws
from: stable:console-tests
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ presubmits:
value: e2e-aws-console-login
- name: TEST_COMMAND
value: ./test-prow-e2e.sh login
- name: TEST_IMAGESTREAM_TAG
value: stable:console-tests
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand All @@ -110,7 +112,7 @@ presubmits:
name: cluster-profile
- mountPath: /usr/local/e2e-aws-console-login
name: job-definition
subPath: cluster-launch-installer-console.yaml
subPath: cluster-launch-installer-custom-test-image.yaml
- mountPath: /etc/sentry-dsn
name: sentry-dsn
readOnly: true
Expand All @@ -122,7 +124,7 @@ presubmits:
- secret:
name: cluster-secrets-aws
- configMap:
name: prow-job-cluster-launch-installer-console
name: prow-job-cluster-launch-installer-custom-test-image
name: job-definition
- name: sentry-dsn
secret:
Expand Down
Loading