17 lines
373 B
YAML
17 lines
373 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tags: classic
|
||
|
vars:
|
||
|
- artifacts: ./artifacts
|
||
|
roles:
|
||
|
- role: bats_installed
|
||
|
- role: run_bats_tests
|
||
|
tests:
|
||
|
- name: buildah root
|
||
|
package: buildah
|
||
|
environment:
|
||
|
TMPDIR: /var/tmp
|
||
|
BUILDAH_BINARY: /usr/bin/buildah
|
||
|
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
||
|
COPY_BINARY: /usr/bin/buildah-copy
|