
public ranger artifactory needs to be updated automatically rather than manually. This zuul job will both build and publish images from successful merges into the ranger repo. Change-Id: I00667417cf9f11bd216ad7ea28ac29c11453adda
9 lines
152 B
YAML
9 lines
152 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- ensure-tox
|
|
- tox
|