summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/main.yaml
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2018-04-07 23:03:14 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2018-04-07 23:03:14 -0400
commit5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e (patch)
treec3dcd66941f5c8e5bd419520a21ec2bc98bc8135 /tests/roles/cli/tasks/main.yaml
parent61290b1bc7bdace32a8f666ac2bfed4756ca0e14 (diff)
downloadbuildah-5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e.tar.gz
buildah-5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e.tar.xz
buildah-5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e.zip
Revert "buildah-0.16-2.git4743c2e"
This reverts commit 61290b1bc7bdace32a8f666ac2bfed4756ca0e14 since it removed the tests/ dir, which is obviously unwanted behavior.
Diffstat (limited to 'tests/roles/cli/tasks/main.yaml')
-rw-r--r--tests/roles/cli/tasks/main.yaml44
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/roles/cli/tasks/main.yaml b/tests/roles/cli/tasks/main.yaml
new file mode 100644
index 0000000..f709887
--- /dev/null
+++ b/tests/roles/cli/tasks/main.yaml
@@ -0,0 +1,44 @@
+---
+- block:
+ - name: prepare containers nginxc
+ import_tasks: prepare-containers.yaml
+ tags:
+ - nginxc
+
+ - name: buildah containers
+ import_tasks: containers.yaml
+ tags:
+ - ctr
+
+ - name: buildah from
+ import_tasks: from.yaml
+ tags:
+ - from
+
+ - 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 push
+ import_tasks: push.yaml
+ tags:
+ - push
+
+ - name: buildah build-using-dockerfile
+ import_tasks: bud.yaml
+ tags:
+ - bud
+
+ always:
+ - import_tasks: cleanup.yaml