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 @@ -67,6 +67,14 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- always_run: false
as: e2e-agnostic-ovn-techpreview
optional: true
steps:
cluster_profile: azure4
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-e2e-azure
- as: e2e-agnostic-operator
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
Expand All @@ -80,11 +88,35 @@ tests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-azure
- always_run: false
as: e2e-agnostic-operator-techpreview
optional: true
steps:
cluster_profile: azure4
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-azure
- as: e2e-agnostic-ovn-upgrade-into-change
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- always_run: false
as: e2e-agnostic-ovn-upgrade-into-change-techpreview
optional: true
steps:
cluster_profile: azure4
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-upgrade-azure
- as: e2e-agnostic-ovn-upgrade-out-of-change
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
Expand All @@ -93,6 +125,17 @@ tests:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:initial
workflow: openshift-upgrade-azure
- always_run: false
as: e2e-agnostic-ovn-upgrade-out-of-change-techpreview
optional: true
steps:
cluster_profile: azure4
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:initial
env:
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-upgrade-azure
- as: e2e-hypershift-conformance
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
Expand Down
Loading