cc911cc545
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/buildah#c9c0e474cdb909f2c1cc8aef690a982522a38460
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
|