* 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
65 lines
1016 B
YAML
65 lines
1016 B
YAML
---
|
|
- block:
|
|
- name: buildah version
|
|
import_tasks: version.yaml
|
|
tags:
|
|
- version
|
|
|
|
- name: buildah from
|
|
import_tasks: from.yaml
|
|
tags:
|
|
- from
|
|
|
|
- name: buildah containers
|
|
import_tasks: containers.yaml
|
|
tags:
|
|
- ctr
|
|
|
|
- name: buildah mount
|
|
import_tasks: mount.yaml
|
|
tags:
|
|
- mount
|
|
|
|
- name: buildah tag
|
|
import_tasks: tag.yaml
|
|
tags:
|
|
- tag
|
|
|
|
- name: buildah config
|
|
import_tasks: config.yaml
|
|
tags:
|
|
- config
|
|
|
|
- name: buildah commit
|
|
import_tasks: commit.yaml
|
|
tags:
|
|
- commit
|
|
|
|
- name: buildah inspect
|
|
import_tasks: inspect.yaml
|
|
tags:
|
|
- inspect
|
|
|
|
- name: buildah push
|
|
import_tasks: push.yaml
|
|
tags:
|
|
- push
|
|
|
|
- name: buildah build-using-dockerfile
|
|
import_tasks: bud.yaml
|
|
tags:
|
|
- bud
|
|
|
|
- name: buildah images
|
|
import_tasks: images.yaml
|
|
tags:
|
|
- images
|
|
|
|
- name: buildah run
|
|
import_tasks: run.yaml
|
|
tags:
|
|
- run
|
|
|
|
always:
|
|
- import_tasks: cleanup.yaml
|