Gating tests: set TMPDIR=/var/tmp
Gating tests are failing with ENOSPC. Try explicitly setting TMPDIR to /var/tmp which usually has more free space. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
f9bb4530a3
commit
6abb993854
@ -1,5 +1,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
environment:
|
||||
TMPDIR: /var/tmp
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user