Skip to content

Commit d4e7fd5

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Switch to VMs as runners for building and running tests
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 35043ae commit d4e7fd5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/generate-matrix/pipelines.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipelines:
2525
strimzi_use_feature_gates: "false"
2626
strimzi_rbac_scope: "CLUSTER"
2727
cluster_operator_install_type: "yaml"
28-
parallel: 4
28+
parallel: 3
2929
- agent: "oracle-vm-8cpu-32gb-x86-64"
3030
arch: "amd64"
3131
pipeline: "regression"
@@ -43,7 +43,7 @@ pipelines:
4343
strimzi_use_feature_gates: "false"
4444
strimzi_rbac_scope: "CLUSTER"
4545
cluster_operator_install_type: "yaml"
46-
parallel: 4
46+
parallel: 3
4747
#- agent: "oracle-vm-8cpu-32gb-arm64"
4848
# arch: "arm64"
4949
# pipeline: "regression"
@@ -186,7 +186,7 @@ pipelines:
186186
strimzi_use_feature_gates: "false"
187187
strimzi_rbac_scope: "NAMESPACE"
188188
cluster_operator_install_type: "yaml"
189-
parallel: 4
189+
parallel: 3
190190
- agent: "oracle-vm-8cpu-32gb-x86-64"
191191
arch: "amd64"
192192
pipeline: "regression-rbac"
@@ -204,7 +204,7 @@ pipelines:
204204
strimzi_use_feature_gates: "false"
205205
strimzi_rbac_scope: "NAMESPACE"
206206
cluster_operator_install_type: "yaml"
207-
parallel: 4
207+
parallel: 3
208208
#- agent: "oracle-vm-8cpu-32gb-arm64"
209209
# arch: "arm64"
210210
# pipeline: "regression-rbac"

0 commit comments

Comments
 (0)