File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -186,20 +186,23 @@ jobs:
186186 strategy :
187187 fail-fast : false
188188 matrix :
189- ansible : [2.13.0]
189+ # ansible: [2.13.0]
190190 # python: [3.11]
191191 # test_name: [user_info]
192192 test_name : ${{ fromJson(needs.integ-matrix.outputs.matrix) }}
193193 sc_host :
194194 - https://10.5.11.200
195195 - https://10.5.11.201
196196 include :
197- - ansible : 2.13.0
198- sc_host : https://10.5.11.50
197+ - sc_host : https://10.5.11.50
199198 test_name : vm_replication
200- - ansible : 2.13.0
201- sc_host : https://10.5.11.50
199+ - sc_host : https://10.5.11.50
202200 test_name : vm_replication_info
201+ exclude :
202+ - sc_host : https://10.5.11.200
203+ test_name : vm_replication
204+ - sc_host : https://10.5.11.201
205+ test_name : vm_replication
203206 steps :
204207 - name : Checkout
205208 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments