* the tests is quite old since it moved from upstreamfirst * lots of new cases are added, like option 'run', 'inspect' etc * save log to TEST_ARTIFACTS when the variable is set * always run tests with latest runc built from source * merge task and task status to same line
20 lines
298 B
YAML
20 lines
298 B
YAML
---
|
|
# test buildah
|
|
- hosts: localhost
|
|
become: true
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: prepare-env
|
|
tags:
|
|
- env
|
|
- role: github-buildah
|
|
tags:
|
|
- github-buildah
|
|
- role: github-runc
|
|
tags:
|
|
- github-runc
|
|
- role: cli
|
|
tags:
|
|
- cli
|