You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPSTREAM: <carry>: Migrate tasks from openshift/origin olm v1.go file which are remaining
This commit moves the final OLMv1 tests from openshift/origin/test/extended/olm/olmv1.go to their proper location in this repository. This migration is part of a larger effort to streamline development by co-locating tests with the component they validate. This will reduce CI overhead and allow for faster, more atomic changes.
Assisted-by: Gemini
Copy file name to clipboardExpand all lines: openshift/tests-extension/.openshift-tests-extension/openshift_payload_olmv1.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,5 +18,35 @@
18
18
"source": "openshift:payload:olmv1",
19
19
"lifecycle": "blocking",
20
20
"environmentSelector": {}
21
+
},
22
+
{
23
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should install a cluster extension",
24
+
"labels": {},
25
+
"resources": {
26
+
"isolation": {}
27
+
},
28
+
"source": "openshift:payload:olmv1",
29
+
"lifecycle": "blocking",
30
+
"environmentSelector": {}
31
+
},
32
+
{
33
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should fail to install a non-existing cluster extension",
34
+
"labels": {},
35
+
"resources": {
36
+
"isolation": {}
37
+
},
38
+
"source": "openshift:payload:olmv1",
39
+
"lifecycle": "blocking",
40
+
"environmentSelector": {}
41
+
},
42
+
{
43
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should block cluster upgrades if an incompatible operator is installed",
0 commit comments