We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d97f commit 86716d2Copy full SHA for 86716d2
.github/workflows/rabbitmq_peer_discovery_aws.yaml
@@ -10,6 +10,7 @@ jobs:
10
include:
11
- image_tag_suffix: otp-max-bazel
12
otp_version_id: 25_2
13
+ otp_major: 25
14
timeout-minutes: 45
15
steps:
16
- name: CHECKOUT REPOSITORY
@@ -46,7 +47,7 @@ jobs:
46
47
48
branch_or_tag="${GITHUB_REF##*/}"
49
bazelisk test //deps/rabbitmq_peer_discovery_aws:integration_SUITE \
- --config=rbe-${{ matrix.otp_version_id }} \
50
+ --config=rbe-${{ matrix.otp_major }} \
51
--test_tag_filters=aws \
52
--build_tests_only \
53
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \
0 commit comments