openqa: run createhdds.py with py2 for now
and install the additional deps.
This commit is contained in:
parent
ee8ab4e662
commit
3bd08a441f
1 changed files with 4 additions and 2 deletions
|
@ -59,6 +59,8 @@
|
|||
- expect
|
||||
- libguestfs-tools-c
|
||||
- libguestfs-xfs
|
||||
- python-pexpect
|
||||
- python-libguestfs
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -84,7 +86,7 @@
|
|||
- /var/lib/openqa/share/factory/repo
|
||||
|
||||
- name: Check if any hard disk images need (re)building
|
||||
command: "/root/openqa_fedora_tools/tools/createhdds.py check"
|
||||
command: "python /root/openqa_fedora_tools/tools/createhdds.py check"
|
||||
args:
|
||||
chdir: /var/lib/openqa/share/factory/hdd/
|
||||
register: diskcheck
|
||||
|
@ -92,7 +94,7 @@
|
|||
always_run: true
|
||||
|
||||
- name: Create hard disk images (this may take a long time!)
|
||||
command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
||||
command: "python /root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
||||
args:
|
||||
chdir: /var/lib/openqa/share/factory/hdd/
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue