Add the rest of the projects to Zuul v3
Here we go. This adds all the remaining projects to main.yaml. The content was generated by the tox add-projects-to-main environment. This also adds a check job to run on changes to gerrit/projects.yaml or zuul/main.yaml to ensure they are in sync. Change-Id: If86c4e176f9a8800bf1fcdb52e8aef9384760c9b
This commit is contained in:
parent
438cfa8a2d
commit
2d224ad953
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