zuul-storage-proxy/playbooks/build.yaml
James E. Blair 8acf7c36ca Add an integration test to the image build
This uses a swift all-in-one container image to test the result
of the zuul-storage-proxy image build.  It tests it at two different
mount points to verify both configurations work.

Change-Id: I408207ac81ea04d1009ceb98aaed0739f86b460a
2021-02-23 16:32:17 -08:00

12 lines
332 B
YAML

- hosts: all
roles:
- build-docker-image
# If buildset_registry is defined, that means a parent job is running it;
# only if it is not defined does it mean that we are running it. If we
# are running it, pause the job so that child jobs will automatically
# use it.
- hosts: localhost
roles:
- pause-buildset-registry