f99d2ffad3
This tests the registry in a namespaced buildset configuration with podman. Change-Id: I17c2ac3ba3c733ace05ce0103dc6cf431fbf197e
18 lines
514 B
YAML
18 lines
514 B
YAML
- hosts: localhost
|
|
vars:
|
|
workspace: /tmp/registry-test
|
|
local: true
|
|
tasks:
|
|
- name: Run setup tasks
|
|
include_tasks: setup.yaml
|
|
- name: Run docker test tasks
|
|
include_tasks: docker.yaml
|
|
- name: Run docker buildset test tasks
|
|
include_tasks: docker-buildset.yaml
|
|
- name: Run docker buildset test tasks
|
|
include_tasks: podman-buildset.yaml
|
|
- name: Run podman test tasks
|
|
include_tasks: podman.yaml
|
|
- name: Run cleanup tasks
|
|
include_tasks: cleanup.yaml
|