Skip to content

Commit

Permalink
Merge pull request #6985 from rabbitmq/rin/aws-peer-discovery-ci
Browse files Browse the repository at this point in the history
Update rabbitmq_peer_discovery_aws.yaml
  • Loading branch information
pjk25 committed Jan 20, 2023
2 parents 227b591 + a29afa3 commit 4e69360
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
include:
- image_tag_suffix: otp-max
erlang_version: "25"
- image_tag_suffix: otp-max-bazel
otp_version_id: 25_2
timeout-minutes: 45
steps:
- name: CHECKOUT REPOSITORY
Expand All @@ -18,7 +18,7 @@ jobs:
uses: lewagon/wait-on-check-action@v1.2.0
with:
ref: ${{ github.ref }}
check-name: build-publish-dev-bazel (${{ matrix.image_tag_suffix }})
check-name: build-publish-dev-bazel (${{ matrix.image_tag_suffix }}, ${{ matrix.otp_version_id }})
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30 # seconds
- name: MOUNT BAZEL CACHE
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
branch_or_tag="${GITHUB_REF##*/}"
bazelisk test //deps/rabbitmq_peer_discovery_aws:integration_SUITE \
--config=rbe-${{ matrix.erlang_version }} \
--config=rbe-${{ matrix.otp_version_id }} \
--test_tag_filters=aws \
--build_tests_only \
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \
Expand Down

0 comments on commit 4e69360

Please sign in to comment.