File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6- - v3.12.x
7- - v3.11.x
8- - v3.10.x
9- - v3.9.x
10- - v3.8.x
6+ - v4.0.x
7+ - v3.13.x
118 - bump-otp-*
129 - bump-elixir-*
1310 - bump-rbe-*
@@ -632,7 +629,7 @@ jobs:
632629 - test-rabbit-9-mixed
633630 uses : ./.github/workflows/test-plugin-mixed.yaml
634631 with :
635- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
632+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
636633 plugin : rabbitmq_federation_prometheus
637634 secrets : inherit
638635 test-rabbitmq_jms_topic_exchange-mixed :
@@ -936,11 +933,11 @@ jobs:
936933 - test-rabbit-7-mixed
937934 - test-rabbit-8-mixed
938935 - test-rabbit-9-mixed
939- + uses : ./.github/workflows/test-plugin-mixed.yaml
940- + with :
941- + repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
942- + plugin : rabbitmq_shovel_prometheus
943- + secrets : inherit
936+ uses : ./.github/workflows/test-plugin-mixed.yaml
937+ with :
938+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
939+ plugin : rabbitmq_shovel_prometheus
940+ secrets : inherit
944941 test-rabbitmq_stomp-mixed :
945942 needs :
946943 - check-workflow
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ jobs:
554554 repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
555555 plugin : rabbitmq_federation_management
556556 secrets : inherit
557- test-rabbitmq_shovel_prometheus :
557+ test-rabbitmq_federation_prometheus :
558558 needs :
559559 - check-workflow
560560 - test-rabbit-0
@@ -569,8 +569,8 @@ jobs:
569569 - test-rabbit-9
570570 uses : ./.github/workflows/test-plugin.yaml
571571 with :
572- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
573- plugin : rabbitmq_shovel_prometheus
572+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
573+ plugin : rabbitmq_federation_prometheus
574574 secrets : inherit
575575 test-rabbitmq_jms_topic_exchange :
576576 needs :
@@ -875,7 +875,7 @@ jobs:
875875 - test-rabbit-9
876876 uses : ./.github/workflows/test-plugin.yaml
877877 with :
878- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
878+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
879879 plugin : rabbitmq_shovel_prometheus
880880 secrets : inherit
881881 test-rabbitmq_stomp :
You can’t perform that action at this time.
0 commit comments