Skip to content

Commit cedace7

Browse files
committed
[skip ci] add previous_version input to test-make-tests
1 parent 6e4058c commit cedace7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
mixed_clusters:
1515
required: true
1616
type: boolean
17+
previous_version:
18+
required: false
19+
type: string
1720
jobs:
1821
test-rabbit:
1922
name: Test rabbit
@@ -39,6 +42,7 @@ jobs:
3942
elixir_version: ${{ inputs.elixir_version }}
4043
metadata_store: ${{ inputs.metadata_store }}
4144
mixed_clusters: ${{ inputs.mixed_clusters }}
45+
previous_version: ${{ inputs.previous_version }}
4246
make_target: ${{ matrix.make_target }}
4347
plugin: rabbit
4448

@@ -50,6 +54,7 @@ jobs:
5054
elixir_version: ${{ inputs.elixir_version }}
5155
metadata_store: ${{ inputs.metadata_store }}
5256
mixed_clusters: ${{ inputs.mixed_clusters }}
57+
previous_version: ${{ inputs.previous_version }}
5358
make_target: parallel-ct-set-1
5459
plugin: rabbitmq_mqtt
5560

@@ -63,6 +68,7 @@ jobs:
6368
elixir_version: ${{ inputs.elixir_version }}
6469
metadata_store: ${{ inputs.metadata_store }}
6570
mixed_clusters: ${{ inputs.mixed_clusters }}
71+
previous_version: ${{ inputs.previous_version }}
6672
make_target: ct-config_schema ct-unit
6773
plugin: rabbitmq_peer_discovery_aws
6874

@@ -121,5 +127,6 @@ jobs:
121127
elixir_version: ${{ inputs.elixir_version }}
122128
metadata_store: ${{ inputs.metadata_store }}
123129
mixed_clusters: ${{ inputs.mixed_clusters }}
130+
previous_version: ${{ inputs.previous_version }}
124131
make_target: tests
125132
plugin: ${{ matrix.plugin }}

0 commit comments

Comments
 (0)