Skip to content

Commit 5a901ee

Browse files
committed
Just mgmt tests
1 parent 96adffe commit 5a901ee

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/test-make-tests.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@ on:
1515
required: true
1616
type: boolean
1717
jobs:
18-
test-rabbit:
19-
name: Test rabbit
20-
strategy:
21-
fail-fast: false
22-
matrix:
23-
make_target:
24-
- parallel-ct-set-1
25-
- parallel-ct-set-3
26-
- ct-feature_flags
27-
uses: ./.github/workflows/test-make-target.yaml
28-
with:
29-
erlang_version: ${{ inputs.erlang_version }}
30-
elixir_version: ${{ inputs.elixir_version }}
31-
metadata_store: ${{ inputs.metadata_store }}
32-
mixed_clusters: ${{ inputs.mixed_clusters }}
33-
make_target: ${{ matrix.make_target }}
34-
plugin: rabbit
18+
# test-rabbit:
19+
# name: Test rabbit
20+
# strategy:
21+
# fail-fast: false
22+
# matrix:
23+
# make_target:
24+
# - parallel-ct-set-1
25+
# - parallel-ct-set-3
26+
# - ct-feature_flags
27+
# uses: ./.github/workflows/test-make-target.yaml
28+
# with:
29+
# erlang_version: ${{ inputs.erlang_version }}
30+
# elixir_version: ${{ inputs.elixir_version }}
31+
# metadata_store: ${{ inputs.metadata_store }}
32+
# mixed_clusters: ${{ inputs.mixed_clusters }}
33+
# make_target: ${{ matrix.make_target }}
34+
# plugin: rabbit
3535

36-
test-rabbitmq-mqtt:
37-
name: Test rabbitmq_mqtt
38-
uses: ./.github/workflows/test-make-target.yaml
39-
with:
40-
erlang_version: ${{ inputs.erlang_version }}
41-
elixir_version: ${{ inputs.elixir_version }}
42-
metadata_store: ${{ inputs.metadata_store }}
43-
mixed_clusters: ${{ inputs.mixed_clusters }}
44-
make_target: parallel-ct-set-1
45-
plugin: rabbitmq_mqtt
36+
# test-rabbitmq-mqtt:
37+
# name: Test rabbitmq_mqtt
38+
# uses: ./.github/workflows/test-make-target.yaml
39+
# with:
40+
# erlang_version: ${{ inputs.erlang_version }}
41+
# elixir_version: ${{ inputs.elixir_version }}
42+
# metadata_store: ${{ inputs.metadata_store }}
43+
# mixed_clusters: ${{ inputs.mixed_clusters }}
44+
# make_target: parallel-ct-set-1
45+
# plugin: rabbitmq_mqtt
4646

4747
test-plugin:
4848
name: Test plugins
4949
strategy:
5050
fail-fast: false
5151
matrix:
5252
plugin:
53-
- amqp10_client
54-
- amqp_client
55-
- rabbitmq_cli
53+
# - amqp10_client
54+
# - amqp_client
55+
# - rabbitmq_cli
5656
- rabbitmq_management
5757
uses: ./.github/workflows/test-make-target.yaml
5858
with:

0 commit comments

Comments
 (0)