Skip to content

Commit 5ac23f4

Browse files
committed
Testing changes
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 198d95a commit 5ac23f4

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ pipelines:
7878
#############
7979
# Smoke pipelines can use smaller agents as the tests are not running in parallel even if configured
8080
# x86-64
81-
- agent: "oracle-vm-2cpu-8gb-x86-64"
81+
# TODO -revert
82+
# - agent: "oracle-vm-2cpu-8gb-x86-64"
83+
- agent: "ubuntu-latest"
8284
arch: "amd64"
8385
pipeline: "smoke"
8486
profile: "smoke"
@@ -87,16 +89,16 @@ pipelines:
8789
strimzi_rbac_scope: "CLUSTER"
8890
cluster_operator_install_type: "yaml"
8991
parallel: 1
90-
# arm64
91-
- agent: "oracle-vm-2cpu-8gb-arm64"
92-
arch: "arm64"
93-
pipeline: "smoke"
94-
profile: "smoke"
95-
timeout: 60
96-
strimzi_feature_gates: "false"
97-
strimzi_rbac_scope: "CLUSTER"
98-
cluster_operator_install_type: "yaml"
99-
parallel: 1
92+
# # arm64
93+
# - agent: "oracle-vm-2cpu-8gb-arm64"
94+
# arch: "arm64"
95+
# pipeline: "smoke"
96+
# profile: "smoke"
97+
# timeout: 60
98+
# strimzi_feature_gates: "false"
99+
# strimzi_rbac_scope: "CLUSTER"
100+
# cluster_operator_install_type: "yaml"
101+
# parallel: 1
100102
###############
101103
### Upgrade ###
102104
###############

0 commit comments

Comments
 (0)