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 @@ -84,7 +84,6 @@ tests:
workflow: openshift-upgrade-azure-ovn
- as: e2e-aws-serial
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
Expand Down Expand Up @@ -123,23 +122,20 @@ tests:
workflow: openshift-upgrade-azure
- as: e2e-aws-workers-rhel8
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
env:
PLATFORM_VERSION: "8.4"
workflow: openshift-e2e-aws-workers-rhel
- as: e2e-aws-ovn-workers-rhel8
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
env:
PLATFORM_VERSION: "8.4"
workflow: openshift-e2e-aws-ovn-workers-rhel
- as: e2e-aws-disruptive
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-disruption
Expand All @@ -162,7 +158,6 @@ tests:
workflow: openshift-e2e-vsphere-upi
- as: e2e-metal-ipi
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ipv4
Expand Down Expand Up @@ -198,13 +193,11 @@ tests:
workflow: openshift-e2e-vsphere
- as: e2e-vsphere-upgrade
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: vsphere
workflow: openshift-upgrade-vsphere
- as: e2e-ovn-step-registry
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-ovn
Expand All @@ -225,7 +218,6 @@ tests:
workflow: openshift-upgrade-ovirt
- as: e2e-aws-single-node
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
Expand All @@ -236,7 +228,6 @@ tests:
workflow: openshift-e2e-gcp-single-node
- as: e2e-gcp-op-single-node
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: gcp
test:
Expand All @@ -250,7 +241,6 @@ tests:
workflow: openshift-e2e-gcp-single-node
- as: e2e-aws-upgrade-single-node
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws-single-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-disruptive
optional: true
rerun_command: /test e2e-aws-disruptive
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -356,7 +355,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-ovn-workers-rhel8
optional: true
rerun_command: /test e2e-aws-ovn-workers-rhel8
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -503,7 +501,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-serial
optional: true
rerun_command: /test e2e-aws-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -577,7 +574,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-single-node
optional: true
rerun_command: /test e2e-aws-single-node
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -724,7 +720,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-upgrade-single-node
optional: true
rerun_command: /test e2e-aws-upgrade-single-node
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -798,7 +793,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-aws-workers-rhel8
optional: true
rerun_command: /test e2e-aws-workers-rhel8
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -1168,7 +1162,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-gcp-op-single-node
optional: true
rerun_command: /test e2e-gcp-op-single-node
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -1473,7 +1466,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-metal-ipi
optional: true
rerun_command: /test e2e-metal-ipi
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -1994,7 +1986,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-ovn-step-registry
optional: true
rerun_command: /test e2e-ovn-step-registry
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -2141,7 +2132,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-e2e-vsphere-upgrade
optional: true
rerun_command: /test e2e-vsphere-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -2338,7 +2328,6 @@ presubmits:
name: pull-ci-openshift-machine-config-operator-master-okd-e2e-aws
optional: true
rerun_command: /test okd-e2e-aws
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down