ci(copybara): set up Zuul to sync with dotfiles-external
GitOrigin-RevId: 5d313e1f2dd57b3c9c8ee317a545559ab9a16c8f
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..67b50c1
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,23 @@
+# Zuul CI configuration file
+# Read more about Zuul at https://zuul-ci.org/docs/zuul/
+
+- job:
+ name: dotfiles-sync-to-external-repo
+ parent: copybara-base
+ pre-run: playbooks/sync-to-external-repo/pre.yaml
+ run: playbooks/sync-to-external-repo/run.yaml
+
+- job:
+ name: dotfiles-test-sync-to-external-repo
+ parent: copybara-test-base
+ run: playbooks/sync-to-external-repo/test.yaml
+ files:
+ - ".copybara/*"
+
+- project:
+ check:
+ jobs:
+ - dotfiles-test-sync-to-external-repo
+ post:
+ jobs:
+ - dotfiles-sync-to-external-repo