summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-gerrit-github.conf
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-16 21:49:45 +0000
committerGerrit Code Review <review@openstack.org>2018-01-16 21:49:45 +0000
commit5a617de4df8cc0af9a17599cb6704777fda2823b (patch)
tree51b14d4d5fc4c93502332d068a0a2b142a7e14b6 /tests/fixtures/zuul-gerrit-github.conf
parentf3cbf7b138ace8f504c892ecf18096366eed753a (diff)
parent54145e0fd9813c417f57de602201eaf9da16f2a2 (diff)
downloadzuul-5a617de4df8cc0af9a17599cb6704777fda2823b.tar.gz
Merge "Add cross-source tests" into feature/zuulv3
Diffstat (limited to 'tests/fixtures/zuul-gerrit-github.conf')
-rw-r--r--tests/fixtures/zuul-gerrit-github.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/fixtures/zuul-gerrit-github.conf b/tests/fixtures/zuul-gerrit-github.conf
new file mode 100644
index 000000000..d3cbf7b25
--- /dev/null
+++ b/tests/fixtures/zuul-gerrit-github.conf
@@ -0,0 +1,35 @@
+[gearman]
+server=127.0.0.1
+
+[statsd]
+# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
+# see: https://github.com/jsocol/pystatsd/issues/61
+server=127.0.0.1
+
+[scheduler]
+tenant_config=main.yaml
+
+[merger]
+git_dir=/tmp/zuul-test/merger-git
+git_user_email=zuul@example.com
+git_user_name=zuul
+
+[executor]
+git_dir=/tmp/zuul-test/executor-git
+
+[connection gerrit]
+driver=gerrit
+server=review.example.com
+user=jenkins
+sshkey=fake_id_rsa_path
+
+[connection github]
+driver=github
+webhook_token=0000000000000000000000000000000000000000
+
+[connection smtp]
+driver=smtp
+server=localhost
+port=25
+default_from=zuul@example.com
+default_to=you@example.com