From 81f1454e3b3db88fe3b7535ffa65381009e176f9 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Sep 15 2021 07:27:14 +0000 Subject: Fix STI tests to run According to the standard the tests to run can be defined in all `tests*.yml` files. For more information see: https://docs.fedoraproject.org/en-US/ci/standard-test-interface/#_invocation Signed-off-by: Miroslav Vadkerti --- diff --git a/roles/run-tests-yml/tasks/main.yaml b/roles/run-tests-yml/tasks/main.yaml index 8c7521f..47aec91 100644 --- a/roles/run-tests-yml/tasks/main.yaml +++ b/roles/run-tests-yml/tasks/main.yaml @@ -27,7 +27,7 @@ state: directory - name: Run the tests - command: ansible-playbook {{ tests_dir }}/tests.yml + shell: ansible-playbook {{ tests_dir }}/tests*.yml args: chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" become: yes