Skip to content

Commit 89746ab

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

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/integ-test.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,26 +186,29 @@ 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
206209
with:
207210
path: ${{ env.WORKDIR }}
208-
- run: pip install ansible-core~=${{ matrix.ansible }}
211+
- run: pip install ansible-core~=2.13.0
209212
# We have ansible.cfg "for testing" in git repo
210213
# (it is excluded in galaxy.yml, so it is not part of collection artifact)
211214
# But it does affect ansible-galaxy and ansible-test commands.

0 commit comments

Comments
 (0)