File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
include :
11
- - image_tag_suffix : otp-max
12
- erlang_version : " 25 "
11
+ - image_tag_suffix : otp-max-bazel
12
+ otp_version_id : 25_2
13
13
timeout-minutes : 45
14
14
steps :
15
15
- name : CHECKOUT REPOSITORY
18
18
19
19
with :
20
20
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 }} )
22
22
repo-token : ${{ secrets.GITHUB_TOKEN }}
23
23
wait-interval : 30 # seconds
24
24
- name : MOUNT BAZEL CACHE
46
46
47
47
branch_or_tag="${GITHUB_REF##*/}"
48
48
bazelisk test //deps/rabbitmq_peer_discovery_aws:integration_SUITE \
49
- --config=rbe-${{ matrix.erlang_version }} \
49
+ --config=rbe-${{ matrix.otp_version_id }} \
50
50
--test_tag_filters=aws \
51
51
--build_tests_only \
52
52
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \
You can’t perform that action at this time.
0 commit comments