|
15 | 15 | required: true |
16 | 16 | type: boolean |
17 | 17 | 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 |
35 | 35 |
|
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 |
46 | 46 |
|
47 | 47 | test-plugin: |
48 | 48 | name: Test plugins |
49 | 49 | strategy: |
50 | 50 | fail-fast: false |
51 | 51 | matrix: |
52 | 52 | plugin: |
53 | | - - amqp10_client |
54 | | - - amqp_client |
55 | | - - rabbitmq_cli |
| 53 | + # - amqp10_client |
| 54 | + # - amqp_client |
| 55 | + # - rabbitmq_cli |
56 | 56 | - rabbitmq_management |
57 | 57 | uses: ./.github/workflows/test-make-target.yaml |
58 | 58 | with: |
|
0 commit comments