8d8b292f23
- update buildah - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
18 lines
331 B
YAML
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
|