2a992c9bcd
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/buildah.git#578dfca1d98ce595e9e72681b90a48ac3a9d6979
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
|