Skip to content
Open
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 @@ -106,6 +106,15 @@ tests:
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node
interval: 72h
steps:
cluster_profile: openshift-org-aws
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
test:
- ref: openshift-e2e-test-longrun
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-mco-disruptive-techpreview
interval: 24h
shard_count: 3
Expand Down Expand Up @@ -182,6 +191,15 @@ tests:
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node-techpreview
interval: 24h
shard_count: 3
steps:
cluster_profile: openshift-org-aws
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-ovn-ocl
interval: 168h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ tests:
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node
interval: 168h
steps:
cluster_profile: openshift-org-aws
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
test:
- ref: openshift-e2e-test-longrun
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-mco-disruptive-techpreview
interval: 168h
shard_count: 3
Expand Down Expand Up @@ -182,6 +191,15 @@ tests:
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node-techpreview
interval: 168h
shard_count: 3
steps:
cluster_profile: openshift-org-aws
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-ovn-ocl
interval: 168h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ tests:
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node
interval: 168h
steps:
cluster_profile: openshift-org-aws
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
test:
- ref: openshift-e2e-test-longrun
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-mco-disruptive-techpreview
interval: 168h
shard_count: 3
Expand Down Expand Up @@ -182,6 +191,15 @@ tests:
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-aws-mco-disruptive-single-node-techpreview
interval: 168h
shard_count: 3
steps:
cluster_profile: openshift-org-aws
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-ovn-ocl
interval: 168h
steps:
Expand Down
Loading