Skip to content

Commit 4e69360

Browse files
authored
Merge pull request #6985 from rabbitmq/rin/aws-peer-discovery-ci
Update rabbitmq_peer_discovery_aws.yaml
2 parents 227b591 + a29afa3 commit 4e69360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- image_tag_suffix: otp-max
12-
erlang_version: "25"
11+
- image_tag_suffix: otp-max-bazel
12+
otp_version_id: 25_2
1313
timeout-minutes: 45
1414
steps:
1515
- name: CHECKOUT REPOSITORY
@@ -18,7 +18,7 @@ jobs:
1818
uses: lewagon/[email protected]
1919
with:
2020
ref: ${{ github.ref }}
21-
check-name: build-publish-dev-bazel (${{ matrix.image_tag_suffix }})
21+
check-name: build-publish-dev-bazel (${{ matrix.image_tag_suffix }}, ${{ matrix.otp_version_id }})
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
wait-interval: 30 # seconds
2424
- name: MOUNT BAZEL CACHE
@@ -46,7 +46,7 @@ jobs:
4646
4747
branch_or_tag="${GITHUB_REF##*/}"
4848
bazelisk test //deps/rabbitmq_peer_discovery_aws:integration_SUITE \
49-
--config=rbe-${{ matrix.erlang_version }} \
49+
--config=rbe-${{ matrix.otp_version_id }} \
5050
--test_tag_filters=aws \
5151
--build_tests_only \
5252
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \

0 commit comments

Comments
 (0)