Skip to content

Commit 76d9211

Browse files
committed
Run just a subset of suites
1 parent 5928d38 commit 76d9211

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

.github/workflows/test-make-type-check.yaml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -17,62 +17,11 @@ jobs:
1717
plugin:
1818
# These are using plugin-specific test jobs.
1919
- rabbit
20-
- rabbitmq_mqtt
21-
- rabbitmq_peer_discovery_aws
22-
# These are from the test-plugin test job.
23-
- amqp10_client
24-
- amqp10_common
25-
- amqp_client
26-
- oauth2_client
27-
- rabbit_common
28-
- rabbitmq_amqp_client
29-
- rabbitmq_auth_backend_cache
30-
- rabbitmq_auth_backend_http
31-
- rabbitmq_auth_backend_ldap
32-
- rabbitmq_auth_backend_oauth2
33-
- rabbitmq_auth_mechanism_ssl
34-
- rabbitmq_aws
35-
- rabbitmq_consistent_hash_exchange
36-
- rabbitmq_event_exchange
37-
- rabbitmq_federation
38-
- rabbitmq_federation_management
39-
- rabbitmq_federation_prometheus
40-
- rabbitmq_jms_topic_exchange
41-
- rabbitmq_management
42-
- rabbitmq_management_agent
43-
- rabbitmq_peer_discovery_common
44-
- rabbitmq_peer_discovery_consul
4520
# @todo We are getting errors because of wrong types
4621
# in the eetcd dep. But upgrading requires using gun 2.0,
4722
# which we can't because another app's dep, emqtt, requires
4823
# gun 1.3.x. So for now we don't type check this plugin.
4924
#- rabbitmq_peer_discovery_etcd
50-
- rabbitmq_peer_discovery_k8s
51-
- rabbitmq_prelaunch
52-
- rabbitmq_prometheus
53-
- rabbitmq_recent_history_exchange
54-
- rabbitmq_sharding
55-
- rabbitmq_shovel
56-
- rabbitmq_shovel_management
57-
- rabbitmq_shovel_prometheus
58-
- rabbitmq_stomp
59-
- rabbitmq_stream
60-
- rabbitmq_stream_common
61-
- rabbitmq_stream_management
62-
- rabbitmq_tracing
63-
- rabbitmq_trust_store
64-
- rabbitmq_web_dispatch
65-
- rabbitmq_web_mqtt
66-
- rabbitmq_web_stomp
67-
# This one we do not want to run tests so no corresponding test job.
68-
- rabbitmq_ct_helpers
69-
# These do not have tests at this time so no corresponding test job.
70-
- rabbitmq_ct_client_helpers
71-
- rabbitmq_random_exchange
72-
- rabbitmq_top
73-
- rabbitmq_web_mqtt_examples
74-
- rabbitmq_web_stomp_examples
75-
- trust_store_http
7625
uses: ./.github/workflows/test-make-target.yaml
7726
with:
7827
erlang_version: ${{ inputs.erlang_version }}

0 commit comments

Comments
 (0)