Revert "Revert "Add the rest of the projects to Zuul v3""
This reverts commit 417d200470
.
Change-Id: Ie198e7190853ee74be2edfcb9040909a84323092
This commit is contained in:
parent
67c5bb1091
commit
d5e62922eb
3
playbooks/check-main-yaml/post.yaml
Normal file
3
playbooks/check-main-yaml/post.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-tox-output
|
4
playbooks/check-main-yaml/pre.yaml
Normal file
4
playbooks/check-main-yaml/pre.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- ensure-tox
|
||||
- revoke-sudo
|
9
playbooks/check-main-yaml/run.yaml
Normal file
9
playbooks/check-main-yaml/run.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: tox
|
||||
tox_envlist: add-projects-to-main
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Check for changes to zuul/main.yaml
|
||||
command: git diff-files --quiet
|
1696
zuul/main.yaml
1696
zuul/main.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user