File tree Expand file tree Collapse file tree
.github/actions/systemtests/generate-matrix Expand file tree Collapse file tree Original file line number Diff line number Diff 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 # ##############
You can’t perform that action at this time.
0 commit comments