Skip to content

Commit 929dbb5

Browse files
committed
cvo: add techpreview jobs
1 parent 1c9a591 commit 929dbb5

2 files changed

Lines changed: 359 additions & 0 deletions

File tree

ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ tests:
6767
steps:
6868
cluster_profile: azure4
6969
workflow: openshift-e2e-azure
70+
- always_run: false
71+
as: e2e-agnostic-ovn-techpreview
72+
optional: true
73+
steps:
74+
cluster_profile: azure4
75+
env:
76+
FEATURE_SET: TechPreviewNoUpgrade
77+
workflow: openshift-e2e-azure
7078
- as: e2e-agnostic-operator
7179
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
7280
steps:
@@ -80,11 +88,35 @@ tests:
8088
cpu: 100m
8189
memory: 200Mi
8290
workflow: openshift-e2e-azure
91+
- always_run: false
92+
as: e2e-agnostic-operator-techpreview
93+
optional: true
94+
steps:
95+
cluster_profile: azure4
96+
env:
97+
FEATURE_SET: TechPreviewNoUpgrade
98+
test:
99+
- as: e2e-test
100+
commands: hack/test-integration.sh
101+
from: src
102+
resources:
103+
requests:
104+
cpu: 100m
105+
memory: 200Mi
106+
workflow: openshift-e2e-azure
83107
- as: e2e-agnostic-ovn-upgrade-into-change
84108
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
85109
steps:
86110
cluster_profile: azure4
87111
workflow: openshift-upgrade-azure
112+
- always_run: false
113+
as: e2e-agnostic-ovn-upgrade-into-change-techpreview
114+
optional: true
115+
steps:
116+
cluster_profile: azure4
117+
env:
118+
FEATURE_SET: TechPreviewNoUpgrade
119+
workflow: openshift-upgrade-azure
88120
- as: e2e-agnostic-ovn-upgrade-out-of-change
89121
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
90122
steps:
@@ -93,6 +125,17 @@ tests:
93125
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
94126
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:initial
95127
workflow: openshift-upgrade-azure
128+
- always_run: false
129+
as: e2e-agnostic-ovn-upgrade-out-of-change-techpreview
130+
optional: true
131+
steps:
132+
cluster_profile: azure4
133+
dependencies:
134+
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
135+
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:initial
136+
env:
137+
FEATURE_SET: TechPreviewNoUpgrade
138+
workflow: openshift-upgrade-azure
96139
- as: e2e-hypershift-conformance
97140
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
98141
steps:

0 commit comments

Comments
 (0)