Skip to content

Commit

Permalink
gmake .github/workflows/test.yaml, gmake .github/workflows/test-mixed…
Browse files Browse the repository at this point in the history
…-versions.yaml

(cherry picked from commit f0f2ed4)
  • Loading branch information
michaelklishin authored and mergify[bot] committed Aug 8, 2024
1 parent 740d499 commit 208aa1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ on:
push:
branches:
- main
- v3.12.x
- v3.11.x
- v3.10.x
- v3.9.x
- v3.8.x
- v4.0.x
- v3.13.x
- bump-otp-*
- bump-elixir-*
- bump-rbe-*
Expand Down Expand Up @@ -632,7 +629,7 @@ jobs:
- test-rabbit-9-mixed
uses: ./.github/workflows/test-plugin-mixed.yaml
with:
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_federation_prometheus
secrets: inherit
test-rabbitmq_jms_topic_exchange-mixed:
Expand Down Expand Up @@ -936,11 +933,11 @@ jobs:
- test-rabbit-7-mixed
- test-rabbit-8-mixed
- test-rabbit-9-mixed
+ uses: ./.github/workflows/test-plugin-mixed.yaml
+ with:
+ repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
+ plugin: rabbitmq_shovel_prometheus
+ secrets: inherit
uses: ./.github/workflows/test-plugin-mixed.yaml
with:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_shovel_prometheus
secrets: inherit
test-rabbitmq_stomp-mixed:
needs:
- check-workflow
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ jobs:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_federation_management
secrets: inherit
test-rabbitmq_shovel_prometheus:
test-rabbitmq_federation_prometheus:
needs:
- check-workflow
- test-rabbit-0
Expand All @@ -569,8 +569,8 @@ jobs:
- test-rabbit-9
uses: ./.github/workflows/test-plugin.yaml
with:
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
plugin: rabbitmq_shovel_prometheus
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_federation_prometheus
secrets: inherit
test-rabbitmq_jms_topic_exchange:
needs:
Expand Down Expand Up @@ -875,7 +875,7 @@ jobs:
- test-rabbit-9
uses: ./.github/workflows/test-plugin.yaml
with:
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_shovel_prometheus
secrets: inherit
test-rabbitmq_stomp:
Expand Down

0 comments on commit 208aa1c

Please sign in to comment.