Adrià Vilanova MartÃnez | 82a261b | 2024-11-08 21:26:39 +0100 | [diff] [blame^] | 1 | # Zuul CI configuration file |
| 2 | # Read more about Zuul at https://zuul-ci.org/docs/zuul/ |
| 3 | |
| 4 | - job: |
| 5 | name: dotfiles-sync-to-external-repo |
| 6 | parent: copybara-base |
| 7 | pre-run: playbooks/sync-to-external-repo/pre.yaml |
| 8 | run: playbooks/sync-to-external-repo/run.yaml |
| 9 | |
| 10 | - job: |
| 11 | name: dotfiles-test-sync-to-external-repo |
| 12 | parent: copybara-test-base |
| 13 | run: playbooks/sync-to-external-repo/test.yaml |
| 14 | files: |
| 15 | - ".copybara/*" |
| 16 | |
| 17 | - project: |
| 18 | check: |
| 19 | jobs: |
| 20 | - dotfiles-test-sync-to-external-repo |
| 21 | post: |
| 22 | jobs: |
| 23 | - dotfiles-sync-to-external-repo |