Skip to content

Commit 053c40a

Browse files
committed
Run only KaaS v2 tests
Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
1 parent 38c4457 commit 053c40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/tasks/scs_compliance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
ansible.builtin.shell:
3232
cmd:
3333
". {{ python_venv_dir }}/bin/activate &&
34-
python3 {{ check_dir }}/Tests/scs-compliance-check.py {{ check_dir }}/Tests/scs-compatible-kaas.yaml -v -s KaaS_V1 -a kubeconfig={{ kubeconfig_path }}"
34+
python3 {{ check_dir }}/Tests/scs-compliance-check.py {{ check_dir }}/Tests/scs-compatible-kaas.yaml -v -s KaaS_V1 -V v2 -a kubeconfig={{ kubeconfig_path }}"
3535
changed_when: false
3636
register: scs_compliance_results
3737
always:

0 commit comments

Comments
 (0)