openqa/server: fix FIF template loading
Need to run from correct directory... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
495d4914ef
commit
235e5f9e65
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@
|
|||
|
||||
- name: Load all tests (FIF format)
|
||||
command: "/var/lib/openqa/share/tests/fedora/fifloader.py -l --clean templates.fif.json templates-updates.fif.json"
|
||||
args:
|
||||
chdir: /var/lib/openqa/share/tests/fedora
|
||||
when: "(gittests is defined) and (gittests is changed) and (templatesfif.stat.exists == true)"
|
||||
changed_when: "1 != 1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue