From 14758300d8ed79961fac9dd6b800111ea7184739 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 11 Dec 2014 17:57:23 +0000 Subject: Make mason.configure install the new Mason config --- mason/share/zuul-layout.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mason/share/zuul-layout.yaml (limited to 'mason/share/zuul-layout.yaml') diff --git a/mason/share/zuul-layout.yaml b/mason/share/zuul-layout.yaml new file mode 100644 index 00000000..a845a62f --- /dev/null +++ b/mason/share/zuul-layout.yaml @@ -0,0 +1,22 @@ +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: baserock/baserock/definitions + check: + - build: + - build_test -- cgit v1.2.1