5f349f83c4
Change-Id: I176f16e0a4b17c45ca76e6521bebe3e22f8c2bbd
12 lines
335 B
YAML
12 lines
335 B
YAML
- hosts: all
|
|
roles:
|
|
- build-container-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
|