Skip to content

Commit 5e4ef8d

Browse files
Revert "stackrox: master: use automation-flavor for OCP 4 (#44623)" (#44860)
This reverts commit f126154.
1 parent 1da318c commit 5e4ef8d

File tree

4 files changed

+742
-70
lines changed

4 files changed

+742
-70
lines changed

ci-operator/config/stackrox/stackrox/stackrox-stackrox-master__ocp-4-10.yaml

Lines changed: 53 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
base_images:
2-
ocp-4:
3-
name: automation-flavors
4-
namespace: stackrox
5-
tag: openshift-4-0.8.3
62
ubi-minimal:
73
name: ubi-minimal
84
namespace: ocp
@@ -12,6 +8,11 @@ build_root:
128
name: apollo-ci
139
namespace: stackrox
1410
tag: stackrox-test-0.3.59
11+
releases:
12+
latest:
13+
release:
14+
channel: stable
15+
version: "4.10"
1516
resources:
1617
'*':
1718
requests:
@@ -23,117 +24,141 @@ tests:
2324
optional: true
2425
run_if_changed: ^((generated|image|operator|pkg|make|deploy|scripts)/.*|Makefile|status\.sh|COLLECTOR_VERSION|EXPECTED_GO_VERSION)
2526
steps:
27+
cluster_profile: aws
2628
env:
2729
COLLECTION_METHOD: core_bpf
28-
OCP_VERSION: ocp/stable-4.10
2930
TEST_SUITE: ocp-qa-e2e-tests
30-
workflow: stackrox-automation-flavors-ocp-4-e2e
31+
test:
32+
- ref: stackrox-e2e
33+
workflow: ipi-aws
3134
timeout: 5h0m0s
3235
- as: ebpf-qa-e2e-tests
3336
optional: true
3437
run_if_changed: ^COLLECTOR_VERSION
3538
steps:
39+
cluster_profile: aws
3640
env:
3741
COLLECTION_METHOD: ebpf
38-
OCP_VERSION: ocp/stable-4.10
3942
TEST_SUITE: ocp-qa-e2e-tests
40-
workflow: stackrox-automation-flavors-ocp-4-e2e
43+
test:
44+
- ref: stackrox-e2e
45+
workflow: ipi-aws
4146
timeout: 5h0m0s
4247
- as: operator-e2e-tests
4348
optional: true
4449
run_if_changed: ^((generated|image|operator|pkg|make|deploy|scripts)/.*|Makefile|status\.sh|COLLECTOR_VERSION|EXPECTED_GO_VERSION)
4550
steps:
51+
cluster_profile: aws
4652
env:
47-
OCP_VERSION: ocp/stable-4.10
4853
TEST_SUITE: ocp-operator-e2e-tests
49-
workflow: stackrox-automation-flavors-ocp-4-e2e
54+
test:
55+
- ref: stackrox-e2e
56+
workflow: ipi-aws
5057
timeout: 5h0m0s
5158
- as: sensor-integration-tests
5259
optional: true
5360
steps:
61+
cluster_profile: aws
5462
env:
5563
COLLECTION_METHOD: core_bpf
56-
OCP_VERSION: ocp/stable-4.10
5764
TEST_SUITE: ocp-sensor-integration-tests
58-
workflow: stackrox-automation-flavors-ocp-4-e2e
65+
test:
66+
- ref: stackrox-e2e
67+
workflow: ipi-aws
5968
timeout: 5h0m0s
6069
- as: ui-e2e-tests
6170
optional: true
6271
run_if_changed: ^ui/
6372
steps:
73+
cluster_profile: aws
6474
env:
6575
COLLECTION_METHOD: core_bpf
66-
OCP_VERSION: ocp/stable-4.10
6776
TEST_SUITE: ocp-ui-e2e-tests
68-
workflow: stackrox-automation-flavors-ocp-4-e2e
77+
test:
78+
- ref: stackrox-e2e
79+
workflow: ipi-aws
6980
timeout: 5h0m0s
7081
- as: compliance-e2e-tests
7182
optional: true
7283
run_if_changed: ^(compliance|central\/compliance.*)
7384
steps:
85+
cluster_profile: aws
7486
env:
7587
COLLECTION_METHOD: core_bpf
76-
OCP_VERSION: ocp/stable-4.10
7788
TEST_SUITE: ocp-compliance-e2e-tests
78-
workflow: stackrox-automation-flavors-ocp-4-e2e
89+
test:
90+
- ref: stackrox-e2e
91+
workflow: ipi-aws
7992
timeout: 5h0m0s
8093
- always_run: false
8194
as: sensor-profiling
8295
optional: true
8396
steps:
97+
cluster_profile: aws
8498
env:
8599
COLLECTION_METHOD: core_bpf
86-
OCP_VERSION: ocp/stable-4.10
87100
TEST_SUITE: ocp-sensor-profiling
88-
workflow: stackrox-automation-flavors-ocp-4-e2e
101+
test:
102+
- ref: stackrox-e2e
103+
workflow: ipi-aws
89104
timeout: 2h0m0s
90105
- as: merge-qa-e2e-tests
91106
postsubmit: true
92107
skip_if_only_changed: ^ui/
93108
steps:
109+
cluster_profile: aws
94110
env:
95111
COLLECTION_METHOD: core_bpf
96-
OCP_VERSION: ocp/stable-4.10
97112
TEST_SUITE: ocp-qa-e2e-tests
98-
workflow: stackrox-automation-flavors-ocp-4-e2e
113+
test:
114+
- ref: stackrox-e2e
115+
workflow: ipi-aws
99116
timeout: 5h0m0s
100117
- as: merge-ebpf-qa-e2e-tests
101118
postsubmit: true
102119
run_if_changed: ^COLLECTOR_VERSION
103120
steps:
121+
cluster_profile: aws
104122
env:
105123
COLLECTION_METHOD: ebpf
106-
OCP_VERSION: ocp/stable-4.10
107124
TEST_SUITE: ocp-qa-e2e-tests
108-
workflow: stackrox-automation-flavors-ocp-4-e2e
125+
test:
126+
- ref: stackrox-e2e
127+
workflow: ipi-aws
109128
timeout: 5h0m0s
110129
- as: merge-operator-e2e-tests
111130
postsubmit: true
112131
run_if_changed: ^((generated|image|operator|pkg|make|deploy|scripts)/.*|Makefile|status\.sh|COLLECTOR_VERSION|EXPECTED_GO_VERSION)
113132
steps:
133+
cluster_profile: aws
114134
env:
115-
OCP_VERSION: ocp/stable-4.10
116135
TEST_SUITE: ocp-operator-e2e-tests
117-
workflow: stackrox-automation-flavors-ocp-4-e2e
136+
test:
137+
- ref: stackrox-e2e
138+
workflow: ipi-aws
118139
timeout: 5h0m0s
119140
- as: merge-ui-e2e-tests
120141
postsubmit: true
121142
steps:
143+
cluster_profile: aws
122144
env:
123145
COLLECTION_METHOD: core_bpf
124-
OCP_VERSION: ocp/stable-4.10
125146
TEST_SUITE: ocp-ui-e2e-tests
126-
workflow: stackrox-automation-flavors-ocp-4-e2e
147+
test:
148+
- ref: stackrox-e2e
149+
workflow: ipi-aws
127150
timeout: 5h0m0s
128151
- as: merge-compliance-e2e-tests
129152
postsubmit: true
130153
run_if_changed: ^(compliance|central\/compliance.*)
131154
steps:
155+
cluster_profile: aws
132156
env:
133157
COLLECTION_METHOD: core_bpf
134-
OCP_VERSION: ocp/stable-4.10
135158
TEST_SUITE: ocp-compliance-e2e-tests
136-
workflow: stackrox-automation-flavors-ocp-4-e2e
159+
test:
160+
- ref: stackrox-e2e
161+
workflow: ipi-aws
137162
timeout: 5h0m0s
138163
zz_generated_metadata:
139164
branch: master

0 commit comments

Comments
 (0)