From 7aacf87f9e15b124e6990d1e75dd7b38e0595776 Mon Sep 17 00:00:00 2001 From: Mason Test Runner Date: Wed, 12 Nov 2014 13:54:07 +0000 Subject: Add config --- mason-layout.yaml | 21 +++++++++++++++++++++ mason-zuul.conf | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 mason-layout.yaml create mode 100644 mason-zuul.conf diff --git a/mason-layout.yaml b/mason-layout.yaml new file mode 100644 index 000000000..d03dc87f8 --- /dev/null +++ b/mason-layout.yaml @@ -0,0 +1,21 @@ +pipelines: + - name: check + manager: IndependentPipelineManager + trigger: + gerrit: + - event: patchset-created + success: + gerrit: + verified: 1 + failure: + gerrit: + verified: -1 + +jobs: + - name: ^.*-merge$ + failure-message: Unable to merge change, please rebase and try again. + +projects: + - name: definitions + check: + - definitions-build-and-deploy diff --git a/mason-zuul.conf b/mason-zuul.conf new file mode 100644 index 000000000..9e034f25a --- /dev/null +++ b/mason-zuul.conf @@ -0,0 +1,35 @@ +[gearman] +server=127.0.0.1 +port=4730 + +[gearman_server] +start=true + +[gerrit] +server=172.16.20.44 +port=29418 +baseurl=http://172.16.20.44:8080 +user=SotK +sshkey=/root/.ssh/id_rsa + +[zuul] +;layout_config=/etc/zuul/layout.yaml +log_config=/root/zuul/etc/logging.conf-sample +pidfile=/var/run/zuul/zuul.pid +state_dir=/var/lib/zuul +git_dir=/var/lib/zuul/git +;git_user_email=zuul@example.com +;git_user_name=zuul +status_url=https://jenkins.example.com/zuul/status + +[merger] +git_dir=/var/lib/zuul/git +;git_user_email=zuul@example.com +git_user_name=SotK +zuul_url=ssh://SotK@172.16.20.44:29418 + +[smtp] +server=mail.codethink.co.uk +port=25 +default_from=zuul@sotk-test-zuul +default_to=adam.coldrick@codethink.co.uk -- cgit v1.2.1