File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,12 +198,12 @@ jobs:
198198 runs-on : ubuntu-latest
199199 container : us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci
200200 if : ${{ github.event_name != 'pull_request' }}
201- concurrency : ${{ env.GKE_TEST_CLUSTER_1 }}
201+ concurrency : ci-bunny-1
202202 needs : build_operator
203203 strategy :
204204 matrix :
205205 rabbitmq-image :
206- - rabbitmq:${{ env.MIN_RABBITMQ_VERSION }} -management
206+ - rabbitmq:3.9.9 -management
207207 - rabbitmq:management
208208 - pivotalrabbitmq/rabbitmq:main-otp-min-bazel
209209 - pivotalrabbitmq/rabbitmq:main-otp-max-bazel
@@ -252,7 +252,7 @@ jobs:
252252 runs-on : ubuntu-latest
253253 container : us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci
254254 if : ${{ github.event_name != 'pull_request' }}
255- concurrency : ${{ env.GKE_TEST_CLUSTER_2 }}
255+ concurrency : ci-bunny-2
256256 needs : build_operator
257257 steps :
258258 - name : Install Go
You can’t perform that action at this time.
0 commit comments