2019-10-16 15:04:17 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
2020-09-08 21:02:43 +00:00
|
|
|
environment:
|
|
|
|
TMPDIR: /var/tmp
|
2019-10-16 15:04:17 +00:00
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
|
|
|
required_packages:
|
|
|
|
- buildah
|
|
|
|
- buildah-tests
|
|
|
|
tests:
|
|
|
|
- root-test:
|
|
|
|
dir: ./
|
|
|
|
run: ./test_buildah.sh
|
2022-02-01 21:13:55 +00:00
|
|
|
timeout: 80m
|