File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1414 mixed_clusters :
1515 required : true
1616 type : boolean
17+ previous_version :
18+ required : false
19+ type : string
1720jobs :
1821 test-rabbit :
1922 name : Test rabbit
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
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
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 }}
You can’t perform that action at this time.
0 commit comments