Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Peer Discovery AWS Integration Test
on:
push:
paths-ignore:
- '.github/workflows/secondary-umbrella.yaml'
- '.github/workflows/update-elixir-patches.yaml'
- '.github/workflows/update-otp-patches.yaml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
peer-discovery-aws-integration-test:
name: Integration Test
Expand All @@ -9,7 +17,7 @@ jobs:
matrix:
include:
- image_tag_suffix: otp-max-bazel
otp_version_id: 26
otp_version_id: 26_1
timeout-minutes: 45
steps:
- name: CHECKOUT REPOSITORY
Expand Down