buildah/tests/test_buildah.yml
Ed Santiago 6abb993854 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>
2020-09-08 15:02:43 -06:00

18 lines
331 B
YAML

---
- hosts: localhost
environment:
TMPDIR: /var/tmp
roles:
- role: standard-test-basic
tags:
- classic
- container
required_packages:
- buildah
- buildah-tests
tests:
- root-test:
dir: ./
run: ./test_buildah.sh
timeout: 60m