Skip to content

Commit 643e791

Browse files
authored
Fix reference to CI cluster in action
1 parent 5d821f7 commit 643e791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)