summaryrefslogtreecommitdiffstats
path: root/zuul
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-22 11:53:16 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-22 11:53:16 -0800
commitcc3b962d7fd2576c7acba2536562fb3f29d2a7ae (patch)
tree61b44e9e46890797a8d82ded270d2209d92bcc80 /zuul
parent85adc7bc2ba0669f552da830bba07cd029a666a4 (diff)
Add verify / merge zuul jobs and update layout
* Update the zuul layout.yaml with changes that are currently being hand managed. * Add in the verify and merge jobs for zuul (which have temporarily been handmanged in as well) Change-Id: I1f86488165f384def27d03593d161a56f955e4b9 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'zuul')
-rw-r--r--zuul/layout.yaml33
1 files changed, 15 insertions, 18 deletions
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index b312e3dd..f826da3d 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1,3 +1,4 @@
+---
##############################################################################
### Pipelines
##############################################################################
@@ -68,9 +69,9 @@ pipelines:
project-templates:
- name: default-jobs
check:
- - '{name}-verify'
+ - '{name}-verify'
post-merge:
- - '{name}-merge'
+ - '{name}-merge'
##############################################################################
### Projects
@@ -80,23 +81,19 @@ projects:
- name: ci-management
check:
- ci-management-verify-jjb
- periodic-weekly:
- - ci-management-weekly
+ - ci-management-verify-zuul
post-merge:
- - ci-management-merge
+ - ci-management-merge-jjb
+ - ci-management-merge-zuul
- - name: csit
- check:
- - csit-vpp-bridge-domain
-
- - name: honeycomb
- template:
- - name: default-jobs
+# - name: csit
+# check:
+# - csit-vpp-bridge-domain
- - name: toolchain_test
- template:
- - name: default-jobs
+# - name: honeycomb
+# template:
+# - name: default-jobs
- - name: vpp
- template:
- - name: default-jobs
+# - name: vpp
+# template:
+# - name: default-jobs