summaryrefslogtreecommitdiffstats
path: root/zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zuul.yaml')
-rw-r--r--zuul.yaml56
1 files changed, 52 insertions, 4 deletions
diff --git a/zuul.yaml b/zuul.yaml
index c134318..c617474 100644
--- a/zuul.yaml
+++ b/zuul.yaml
@@ -1,9 +1,57 @@
+- pipeline:
+ name: check
+ manager: independent
+ trigger:
+ gerrit:
+ - event: patchset-created
+ - event: comment-added
+ comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
+ success:
+ gerrit:
+ Verified: 1
+ failure:
+ gerrit:
+ Verified: -1
+
+- pipeline:
+ name: gate
+ manager: dependent
+ require:
+ gerrit:
+ open: True
+ current-patchset: True
+ approval:
+ - Verified: [1, 2]
+ username: zuul-ericsson
+ trigger:
+ gerrit:
+ - event: comment-added
+ approval:
+ - Workflow: 1
+ - event: comment-added
+ approval:
+ - Verified: 1
+ username: zuul-ericsson
+ start:
+ gerrit:
+ Verified: 0
+ success:
+ gerrit:
+ Verified: 2
+ submit: true
+ failure:
+ gerrit:
+ Verified: -2
+
- project:
name: sandbox
check:
jobs:
- noop
- nodeset:
- nodes:
- - name: CirrOS-raw
- label: CirrOS-raw
+ gate:
+ jobs:
+ - noop
+# nodeset:
+# nodes:
+# - name: CirrOS-raw
+# label: CirrOS-raw