Skip to content

Commit 7634ce9

Browse files
Update workflows
1 parent dd110f8 commit 7634ce9

File tree

3 files changed

+78
-5
lines changed

3 files changed

+78
-5
lines changed

.github/workflows/templates/test-mixed-versions.template.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ on:
2323
push:
2424
branches:
2525
- main
26-
- v3.12.x
27-
- v3.11.x
28-
- v3.10.x
29-
- v3.9.x
30-
- v3.8.x
26+
- v4.0.x
27+
- v3.13.x
3128
- bump-otp-*
3229
- bump-elixir-*
3330
- bump-rbe-*

.github/workflows/test-mixed-versions.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,24 @@ jobs:
617617
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
618618
plugin: rabbitmq_federation_management
619619
secrets: inherit
620+
test-rabbitmq_federation_prometheus-mixed:
621+
needs:
622+
- check-workflow
623+
- test-rabbit-0-mixed
624+
- test-rabbit-1-mixed
625+
- test-rabbit-2-mixed
626+
- test-rabbit-3-mixed
627+
- test-rabbit-4-mixed
628+
- test-rabbit-5-mixed
629+
- test-rabbit-6-mixed
630+
- test-rabbit-7-mixed
631+
- test-rabbit-8-mixed
632+
- test-rabbit-9-mixed
633+
uses: ./.github/workflows/test-plugin-mixed.yaml
634+
with:
635+
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
636+
plugin: rabbitmq_federation_prometheus
637+
secrets: inherit
620638
test-rabbitmq_jms_topic_exchange-mixed:
621639
needs:
622640
- check-workflow
@@ -905,6 +923,24 @@ jobs:
905923
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
906924
plugin: rabbitmq_shovel_management
907925
secrets: inherit
926+
test-rabbitmq_shovel_prometheus-mixed:
927+
needs:
928+
- check-workflow
929+
- test-rabbit-0-mixed
930+
- test-rabbit-1-mixed
931+
- test-rabbit-2-mixed
932+
- test-rabbit-3-mixed
933+
- test-rabbit-4-mixed
934+
- test-rabbit-5-mixed
935+
- test-rabbit-6-mixed
936+
- test-rabbit-7-mixed
937+
- test-rabbit-8-mixed
938+
- 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
908944
test-rabbitmq_stomp-mixed:
909945
needs:
910946
- check-workflow
@@ -1126,6 +1162,7 @@ jobs:
11261162
- test-rabbitmq_event_exchange-mixed
11271163
- test-rabbitmq_federation-mixed
11281164
- test-rabbitmq_federation_management-mixed
1165+
- test-rabbitmq_federation_prometheus-mixed
11291166
- test-rabbitmq_jms_topic_exchange-mixed
11301167
- test-rabbitmq_management-mixed
11311168
- test-rabbitmq_management_agent-mixed
@@ -1142,6 +1179,7 @@ jobs:
11421179
- test-rabbitmq_sharding-mixed
11431180
- test-rabbitmq_shovel-mixed
11441181
- test-rabbitmq_shovel_management-mixed
1182+
- test-rabbitmq_shovel_prometheus-mixed
11451183
- test-rabbitmq_stomp-mixed
11461184
- test-rabbitmq_stream-mixed
11471185
- test-rabbitmq_stream_management-mixed

.github/workflows/test.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,24 @@ 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:
558+
needs:
559+
- check-workflow
560+
- test-rabbit-0
561+
- test-rabbit-1
562+
- test-rabbit-2
563+
- test-rabbit-3
564+
- test-rabbit-4
565+
- test-rabbit-5
566+
- test-rabbit-6
567+
- test-rabbit-7
568+
- test-rabbit-8
569+
- test-rabbit-9
570+
uses: ./.github/workflows/test-plugin.yaml
571+
with:
572+
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
573+
plugin: rabbitmq_shovel_prometheus
574+
secrets: inherit
557575
test-rabbitmq_jms_topic_exchange:
558576
needs:
559577
- check-workflow
@@ -842,6 +860,24 @@ jobs:
842860
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
843861
plugin: rabbitmq_shovel_management
844862
secrets: inherit
863+
test-rabbitmq_shovel_prometheus:
864+
needs:
865+
- check-workflow
866+
- test-rabbit-0
867+
- test-rabbit-1
868+
- test-rabbit-2
869+
- test-rabbit-3
870+
- test-rabbit-4
871+
- test-rabbit-5
872+
- test-rabbit-6
873+
- test-rabbit-7
874+
- test-rabbit-8
875+
- test-rabbit-9
876+
uses: ./.github/workflows/test-plugin.yaml
877+
with:
878+
repo_cache_key: $*** needs.check-workflow.outputs.repo_cache_key ***
879+
plugin: rabbitmq_shovel_prometheus
880+
secrets: inherit
845881
test-rabbitmq_stomp:
846882
needs:
847883
- check-workflow
@@ -1063,6 +1099,7 @@ jobs:
10631099
- test-rabbitmq_event_exchange
10641100
- test-rabbitmq_federation
10651101
- test-rabbitmq_federation_management
1102+
- test-rabbitmq_federation_prometheus
10661103
- test-rabbitmq_jms_topic_exchange
10671104
- test-rabbitmq_management
10681105
- test-rabbitmq_management_agent
@@ -1079,6 +1116,7 @@ jobs:
10791116
- test-rabbitmq_sharding
10801117
- test-rabbitmq_shovel
10811118
- test-rabbitmq_shovel_management
1119+
- test-rabbitmq_shovel_prometheus
10821120
- test-rabbitmq_stomp
10831121
- test-rabbitmq_stream
10841122
- test-rabbitmq_stream_management

0 commit comments

Comments
 (0)