Skip to content
Closed
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 @@ -45,6 +45,7 @@ tests:
container:
from: src
- as: e2e-aws
always_run: false
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: aws
Expand All @@ -57,15 +58,18 @@ tests:
container:
from: src
- as: e2e-aws-op
always_run: false
commands: make test-e2e
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws-upgrade
always_run: false
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
cluster_profile: aws
upgrade: true
- as: e2e-rhel-scaleup
always_run: false
commands: TEST_SUITE=openshift/conformance run-tests
openshift_ansible_40:
cluster_profile: aws-centos-40
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ presubmits:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-openshift-machine-config-operator-master-e2e-aws
rerun_command: /test e2e-aws
run_if_changed: ^([^d]|d(d|o(d|cd))*([^do]|o([^cd]|c[^ds])))*(d(d|o(d|cd))*(oc?)?)?$
spec:
containers:
- args:
Expand Down Expand Up @@ -74,7 +73,6 @@ presubmits:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-op
rerun_command: /test e2e-aws-op
run_if_changed: ^([^d]|d(d|o(d|cd))*([^do]|o([^cd]|c[^ds])))*(d(d|o(d|cd))*(oc?)?)?$
spec:
containers:
- args:
Expand Down Expand Up @@ -121,7 +119,7 @@ presubmits:
name: job-definition
trigger: '(?m)^/test (?:.*? )?e2e-aws-op(?: .*?)?$'
- agent: kubernetes
always_run: true
always_run: false
branches:
- master
context: ci/prow/e2e-aws-upgrade
Expand Down