Skip to content

Commit a992904

Browse files
committed
Test replication only on real HW cluster
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 9d94a96 commit a992904

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/integ-test.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)