Skip to content

Commit

Permalink
zuul: add pre-mirror-images play (#718)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 19, 2023
1 parent 0caa0c9 commit 64524f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
name: mirror-images
semaphores:
- name: semaphore-openstack-image-manager-mirror-images
pre-run: playbooks/pre-mirror-images.yml
run: playbooks/mirror-images.yml
secrets:
- name: secret
Expand Down
6 changes: 6 additions & 0 deletions playbooks/pre-mirror-images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: Pre mirror images play
hosts: all

roles:
- role: ensure-tox

0 comments on commit 64524f7

Please sign in to comment.