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 @@ -119,8 +119,6 @@ tests:
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-e2e-aws-ccm-techpreview
- as: e2e-aws-ovn-cgroupsv2
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ tests:
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-e2e-aws-ccm-techpreview
- always_run: false
as: e2e-azure-manual-oidc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ tests:
interval: 168h
steps:
cluster_profile: aws
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-e2e-aws-ccm-techpreview
- as: e2e-metal-ovn-single-node-rt-upgrade
interval: 168h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ workflow:
- chain: ipi-conf-aws
- ref: ingress-aws-conf-lbtype-nlb
- chain: ipi-install
- ref: ccm-conf-apply-feature-gate
- ref: ccm-gather-service-aws
test:
- ref: openshift-e2e-test
Expand All @@ -14,6 +13,7 @@ workflow:
- ref: ccm-must-gather
- chain: ipi-aws-post
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SKIPS: >-
Managed cluster should \[apigroup:config.openshift.io\] start all core operators\|
Alerts shouldn't report any unexpected alerts in firing or pending state\|
Expand Down