8acf7c36ca
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
12 lines
332 B
YAML
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
|