openqa/server: disable hard disk image generation temporarily
https://bugzilla.redhat.com/show_bug.cgi?id=1320754 is messing it up. Disable for now so I can get other changes through.
This commit is contained in:
parent
6f81b912fb
commit
e265e90c0d
1 changed files with 7 additions and 7 deletions
|
@ -114,13 +114,13 @@
|
|||
changed_when: "1 != 1"
|
||||
always_run: true
|
||||
|
||||
- name: Create hard disk images (this may take a long time!)
|
||||
command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
||||
args:
|
||||
chdir: /var/lib/openqa/share/factory/hdd/
|
||||
environment:
|
||||
LIBGUESTFS_BACKEND: direct
|
||||
when: "diskcheck.rc > 0"
|
||||
#- name: Create hard disk images (this may take a long time!)
|
||||
# command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
||||
# args:
|
||||
# chdir: /var/lib/openqa/share/factory/hdd/
|
||||
# environment:
|
||||
# LIBGUESTFS_BACKEND: direct
|
||||
# when: "diskcheck.rc > 0"
|
||||
|
||||
- name: Create exports file
|
||||
copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue