blob: 1a6a23de9bf728f4d5d7e566db375b89a27d57c0 [file] [log] [blame]
James E. Blaircdd00072012-06-08 19:17:28 -07001:title: Zuul
2
3Zuul
4====
5
6Configuration
7-------------
8
9Zuul has three configuration files:
10
11**zuul.conf**
James E. Blair1f4c2bb2013-04-26 08:40:46 -070012 Connection information for Gerrit and Gearman, locations of the
13 other config files
James E. Blaircdd00072012-06-08 19:17:28 -070014**layout.yaml**
Clark Boylan00635dc2012-09-19 14:03:08 -070015 Project and pipeline configuration -- what Zuul does
James E. Blaircdd00072012-06-08 19:17:28 -070016**logging.conf**
17 Python logging config
18
19Examples of each of the three files can be found in the etc/ directory
20of the source distribution.
21
James E. Blair6aea36d2012-12-17 13:03:24 -080022.. _zuulconf:
23
James E. Blaircdd00072012-06-08 19:17:28 -070024zuul.conf
25~~~~~~~~~
26
27Zuul will look for ``/etc/zuul/zuul.conf`` or ``~/zuul.conf`` to
28bootstrap its configuration. Alternately, you may specify ``-c
29/path/to/zuul.conf`` on the command line.
30
James E. Blair1f4c2bb2013-04-26 08:40:46 -070031Gerrit and Gearman connection information are each described in a
32section of zuul.conf. The location of the other two configuration
33files (as well as the location of the PID file when running Zuul as a
34server) are specified in a third section.
James E. Blaircdd00072012-06-08 19:17:28 -070035
Clark Boylan9b670902012-09-28 13:47:56 -070036The three sections of this config and their options are documented below.
37You can also find an example zuul.conf file in the git
38`repository
K Jonathan Harker97e457e2013-02-26 13:29:38 -080039<https://github.com/openstack-infra/zuul/blob/master/etc/zuul.conf-sample>`_
Clark Boylan9b670902012-09-28 13:47:56 -070040
James E. Blair1f4c2bb2013-04-26 08:40:46 -070041gearman
Clark Boylan9b670902012-09-28 13:47:56 -070042"""""""
43
44**server**
James E. Blair1f4c2bb2013-04-26 08:40:46 -070045 Hostname or IP address of the Gearman server.
46 ``server=gearman.example.com``
Clark Boylan9b670902012-09-28 13:47:56 -070047
James E. Blair1f4c2bb2013-04-26 08:40:46 -070048**port**
49 Port on which the Gearman server is listening
50 ``port=4730``
Clark Boylan9b670902012-09-28 13:47:56 -070051
James E. Blair77cc7b82013-07-15 13:22:37 -070052gearman_server
53""""""""""""""
54
55**start**
56 Whether to start the internal Gearman server (default: False).
57 ``start=true``
58
59**log_config**
60 Path to log config file for internal Gearman server.
61 ``log_config=/etc/zuul/gearman-logging.yaml``
62
Clark Boylan9b670902012-09-28 13:47:56 -070063gerrit
64""""""
65
66**server**
67 FQDN of Gerrit server.
68 ``server=review.example.com``
69
Antoine Musso27475012012-11-26 09:53:01 +010070**baseurl**
71 Optional: path to Gerrit web interface. Defaults to ``https://<value
72 of server>/``. ``baseurl=https://review.example.com/review_site/``
73
Clark Boylan9b670902012-09-28 13:47:56 -070074**user**
75 User name to use when logging into above server via ssh.
James E. Blair1f4c2bb2013-04-26 08:40:46 -070076 ``user=zuul``
Clark Boylan9b670902012-09-28 13:47:56 -070077
78**sshkey**
79 Path to SSH key to use when logging into above server.
James E. Blair1f4c2bb2013-04-26 08:40:46 -070080 ``sshkey=/home/zuul/.ssh/id_rsa``
Clark Boylan9b670902012-09-28 13:47:56 -070081
82zuul
83""""
84
85**layout_config**
James E. Blair4076e2b2014-01-28 12:42:20 -080086 Path to layout config file. Used by zuul-server only.
Clark Boylan9b670902012-09-28 13:47:56 -070087 ``layout_config=/etc/zuul/layout.yaml``
88
89**log_config**
James E. Blaira4430132014-02-17 08:32:07 -080090 Path to log config file. Used by zuul-server only.
Clark Boylan9b670902012-09-28 13:47:56 -070091 ``log_config=/etc/zuul/logging.yaml``
92
93**pidfile**
James E. Blaira4430132014-02-17 08:32:07 -080094 Path to PID lock file. Used by zuul-server only.
Clark Boylan9b670902012-09-28 13:47:56 -070095 ``pidfile=/var/run/zuul/zuul.pid``
96
97**state_dir**
James E. Blair4076e2b2014-01-28 12:42:20 -080098 Path to directory that Zuul should save state to. Used by all Zuul
99 commands.
Clark Boylan9b670902012-09-28 13:47:56 -0700100 ``state_dir=/var/lib/zuul``
101
James E. Blair4076e2b2014-01-28 12:42:20 -0800102**report_times**
103 Boolean value (``true`` or ``false``) that determines if Zuul should
104 include elapsed times for each job in the textual report. Used by
105 zuul-server only.
106 ``report_times=true``
107
108**status_url**
109 URL that will be posted in Zuul comments made to Gerrit changes when
110 starting jobs for a change. Used by zuul-server only.
111 ``status_url=https://zuul.example.com/status``
112
113**url_pattern**
114 If you are storing build logs external to the system that originally
115 ran jobs and wish to link to those logs when Zuul makes comments on
116 Gerrit changes for completed jobs this setting configures what the
117 URLs for those links should be. Used by zuul-server only.
118 ``http://logs.example.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}``
119
120**job_name_in_report**
121 Boolean value (``true`` or ``false``) that indicates whether the
122 job name should be included in the report (normally only the URL
123 is included). Defaults to ``false``. Used by zuul-server only.
124 ``job_name_in_report=true``
125
126merger
127""""""
128
Clark Boylan9b670902012-09-28 13:47:56 -0700129**git_dir**
130 Directory that Zuul should clone local git repositories to.
131 ``git_dir=/var/lib/zuul/git``
132
Paul Belangerb67aba12013-05-13 19:22:14 -0400133**git_user_email**
134 Optional: Value to pass to `git config user.email`.
135 ``git_user_email=zuul@example.com``
136
137**git_user_name**
138 Optional: Value to pass to `git config user.name`.
139 ``git_user_name=zuul``
140
Arx Cruzb1b010d2013-10-28 19:49:59 -0200141**zuul_url**
James E. Blair4076e2b2014-01-28 12:42:20 -0800142 URL of this merger's git repos, accessible to test workers. Usually
143 "http://zuul.example.com/p" or "http://zuul-merger01.example.com/p"
144 depending on whether the merger is co-located with the Zuul server.
Arx Cruzb1b010d2013-10-28 19:49:59 -0200145
James E. Blaira4430132014-02-17 08:32:07 -0800146**log_config**
147 Path to log config file for the merger process.
148 ``log_config=/etc/zuul/logging.yaml``
149
150**pidfile**
151 Path to PID lock file for the merger process.
152 ``pidfile=/var/run/zuul-merger/merger.pid``
153
Joshua Hesketh5fea8672013-08-19 17:32:01 +1000154smtp
155""""
156
157**server**
158 SMTP server hostname or address to use.
159 ``server=localhost``
160
161**default_from**
162 Who the email should appear to be sent from when emailing the report.
163 This can be overridden by individual pipelines.
164 ``default_from=zuul@example.com``
165
166**default_to**
167 Who the report should be emailed to by default.
168 This can be overridden by individual pipelines.
169 ``default_to=you@example.com``
170
James E. Blaircdd00072012-06-08 19:17:28 -0700171layout.yaml
172~~~~~~~~~~~
173
Clark Boylan00635dc2012-09-19 14:03:08 -0700174This is the main configuration file for Zuul, where all of the pipelines
James E. Blaircdd00072012-06-08 19:17:28 -0700175and projects are defined, what tests should be run, and what actions
Clark Boylan00635dc2012-09-19 14:03:08 -0700176Zuul should perform. There are three sections: pipelines, jobs, and
James E. Blaircdd00072012-06-08 19:17:28 -0700177projects.
178
James E. Blaire5a847f2012-07-10 15:29:14 -0700179.. _includes:
180
181Includes
182""""""""
183
184Custom functions to be used in Zuul's configuration may be provided
185using the ``includes`` directive. It accepts a list of files to
186include, and currently supports one type of inclusion, a python file::
187
188 includes:
189 - python-file: local_functions.py
190
191**python-file**
192 The path to a python file. The file will be loaded and objects that
193 it defines will be placed in a special environment which can be
194 referenced in the Zuul configuration. Currently only the
195 parameter-function attribute of a Job uses this feature.
196
Clark Boylan00635dc2012-09-19 14:03:08 -0700197Pipelines
198"""""""""
James E. Blaircdd00072012-06-08 19:17:28 -0700199
Clark Boylan00635dc2012-09-19 14:03:08 -0700200Zuul can have any number of independent pipelines. Whenever a matching
201Gerrit event is found for a pipeline, that event is added to the
202pipeline, and the jobs specified for that pipeline are run. When all
203jobs specified for the pipeline that were triggered by an event are
204completed, Zuul reports back to Gerrit the results.
James E. Blaircdd00072012-06-08 19:17:28 -0700205
Clark Boylan00635dc2012-09-19 14:03:08 -0700206There are no pre-defined pipelines in Zuul, rather you can define
207whatever pipelines you need in the layout file. This is a very flexible
208system that can accommodate many kinds of workflows.
James E. Blaircdd00072012-06-08 19:17:28 -0700209
Clark Boylan00635dc2012-09-19 14:03:08 -0700210Here is a quick example of a pipeline definition followed by an
James E. Blaircdd00072012-06-08 19:17:28 -0700211explanation of each of the parameters::
212
213 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700214 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700215 trigger:
James E. Blair6c358e72013-07-29 17:06:47 -0700216 gerrit:
217 - event: patchset-created
James E. Blaircdd00072012-06-08 19:17:28 -0700218 success:
219 verified: 1
220 failure:
221 verified: -1
222
223**name**
224 This is used later in the project definition to indicate what jobs
Clark Boylan00635dc2012-09-19 14:03:08 -0700225 should be run for events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700226
James E. Blair8dbd56a2012-12-22 10:55:10 -0800227**description**
228 This is an optional field that may be used to provide a textual
229 description of the pipeline.
230
James E. Blair56370192013-01-14 15:47:28 -0800231**success-message**
232 An optional field that supplies the introductory text in message
233 reported back to Gerrit when all the voting builds are successful.
234 Defaults to "Build successful."
235
236**failure-message**
237 An optional field that supplies the introductory text in message
238 reported back to Gerrit when at least one voting build fails.
239 Defaults to "Build failed."
240
James E. Blaircdd00072012-06-08 19:17:28 -0700241**manager**
Clark Boylan00635dc2012-09-19 14:03:08 -0700242 There are currently two schemes for managing pipelines:
James E. Blaircdd00072012-06-08 19:17:28 -0700243
Clark Boylan00635dc2012-09-19 14:03:08 -0700244 *IndependentPipelineManager*
245 Every event in this pipeline should be treated as independent of
246 other events in the pipeline. This is appropriate when the order of
247 events in the pipeline doesn't matter because the results of the
248 actions this pipeline performs can not affect other events in the
249 pipeline. For example, when a change is first uploaded for review,
James E. Blaircdd00072012-06-08 19:17:28 -0700250 you may want to run tests on that change to provide early feedback
251 to reviewers. At the end of the tests, the change is not going to
252 be merged, so it is safe to run these tests in parallel without
Clark Boylan00635dc2012-09-19 14:03:08 -0700253 regard to any other changes in the pipeline. They are independent.
James E. Blaircdd00072012-06-08 19:17:28 -0700254
Clark Boylan00635dc2012-09-19 14:03:08 -0700255 Another type of pipeline that is independent is a post-merge
256 pipeline. In that case, the changes have already merged, so the
257 results can not affect any other events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700258
Clark Boylan00635dc2012-09-19 14:03:08 -0700259 *DependentPipelineManager*
260 The dependent pipeline manager is designed for gating. It ensures
James E. Blaircdd00072012-06-08 19:17:28 -0700261 that every change is tested exactly as it is going to be merged
262 into the repository. An ideal gating system would test one change
263 at a time, applied to the tip of the repository, and only if that
264 change passed tests would it be merged. Then the next change in
265 line would be tested the same way. In order to achieve parallel
Clark Boylan00635dc2012-09-19 14:03:08 -0700266 testing of changes, the dependent pipeline manager performs
James E. Blaircdd00072012-06-08 19:17:28 -0700267 speculative execution on changes. It orders changes based on
Clark Boylan00635dc2012-09-19 14:03:08 -0700268 their entry into the pipeline. It begins testing all changes in
269 parallel, assuming that each change ahead in the pipeline will pass
James E. Blaircdd00072012-06-08 19:17:28 -0700270 its tests. If they all succeed, all the changes can be tested and
Clark Boylan00635dc2012-09-19 14:03:08 -0700271 merged in parallel. If a change near the front of the pipeline
272 fails its tests, each change behind it ignores whatever tests have
273 been completed and are tested again without the change in front.
274 This way gate tests may run in parallel but still be tested
275 correctly, exactly as they will appear in the repository when
276 merged.
James E. Blaircdd00072012-06-08 19:17:28 -0700277
Clark Boylan00635dc2012-09-19 14:03:08 -0700278 One important characteristic of the DependentPipelineManager is that
James E. Blaircdd00072012-06-08 19:17:28 -0700279 it analyzes the jobs that are triggered by different projects, and
280 if those projects have jobs in common, it treats those projects as
281 related, and they share a single virtual queue of changes. Thus,
282 if there is a job that performs integration testing on two
283 projects, those two projects will automatically share a virtual
284 change queue. If a third project does not invoke that job, it
Clark Boylan00635dc2012-09-19 14:03:08 -0700285 will be part of a separate virtual change queue, and changes to
286 it will not depend on changes to the first two jobs.
James E. Blaircdd00072012-06-08 19:17:28 -0700287
288 For more detail on the theory and operation of Zuul's
Clark Boylan00635dc2012-09-19 14:03:08 -0700289 DependentPipelineManager, see: :doc:`gating`.
James E. Blaircdd00072012-06-08 19:17:28 -0700290
291**trigger**
James E. Blair6c358e72013-07-29 17:06:47 -0700292 Exactly one trigger source must be supplied for each pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700293 Triggers are not exclusive -- matching events may be placed in
James E. Blair6c358e72013-07-29 17:06:47 -0700294 multiple pipelines, and they will behave independently in each of
295 the pipelines they match. You may select from the following:
James E. Blaircdd00072012-06-08 19:17:28 -0700296
James E. Blair6c358e72013-07-29 17:06:47 -0700297 **gerrit**
298 This describes what Gerrit events should be placed in the
299 pipeline. Multiple gerrit triggers may be listed. Further
300 parameters describe the kind of events that match:
James E. Blaircdd00072012-06-08 19:17:28 -0700301
James E. Blair6c358e72013-07-29 17:06:47 -0700302 *event*
303 The event name from gerrit. Examples: ``patchset-created``,
304 ``comment-added``, ``ref-updated``. This field is treated as a
305 regular expression.
James E. Blaircdd00072012-06-08 19:17:28 -0700306
James E. Blair6c358e72013-07-29 17:06:47 -0700307 *branch*
308 The branch associated with the event. Example: ``master``. This
309 field is treated as a regular expression, and multiple branches may
310 be listed.
James E. Blaircdd00072012-06-08 19:17:28 -0700311
James E. Blair6c358e72013-07-29 17:06:47 -0700312 *ref*
313 On ref-updated events, the branch parameter is not used, instead the
314 ref is provided. Currently Gerrit has the somewhat idiosyncratic
315 behavior of specifying bare refs for branch names (e.g., ``master``),
316 but full ref names for other kinds of refs (e.g., ``refs/tags/foo``).
317 Zuul matches what you put here exactly against what Gerrit
318 provides. This field is treated as a regular expression, and
319 multiple refs may be listed.
James E. Blaircdd00072012-06-08 19:17:28 -0700320
James E. Blair6c358e72013-07-29 17:06:47 -0700321 *approval*
322 This is only used for ``comment-added`` events. It only matches if
323 the event has a matching approval associated with it. Example:
324 ``code-review: 2`` matches a ``+2`` vote on the code review category.
325 Multiple approvals may be listed.
Antoine Mussob4e809e2012-12-06 16:58:06 +0100326
James E. Blair6c358e72013-07-29 17:06:47 -0700327 *email_filter*
328 This is used for any event. It takes a regex applied on the performer
Michael Prokop526926a2013-10-24 16:16:57 +0200329 email, i.e. Gerrit account email address. If you want to specify
James E. Blair6c358e72013-07-29 17:06:47 -0700330 several email filters, you must use a YAML list. Make sure to use non
331 greedy matchers and to escapes dots!
332 Example: ``email_filter: ^.*?@example\.org$``.
333
Joshua Heskethb8a817e2013-12-27 11:21:38 +1100334 *username_filter*
335 This is used for any event. It takes a regex applied on the performer
336 username, i.e. Gerrit account name. If you want to specify several
337 username filters, you must use a YAML list. Make sure to use non greedy
338 matchers and to escapes dots!
339 Example: ``username_filter: ^jenkins$``.
340
James E. Blair6c358e72013-07-29 17:06:47 -0700341 *comment_filter*
342 This is only used for ``comment-added`` events. It accepts a list of
343 regexes that are searched for in the comment string. If any of these
344 regexes matches a portion of the comment string the trigger is
345 matched. ``comment_filter: retrigger`` will match when comments
346 containing 'retrigger' somewhere in the comment text are added to a
347 change.
Clark Boylanb9bcb402012-06-29 17:44:05 -0700348
James E. Blairc053d022014-01-22 14:57:33 -0800349 *require-approval*
350 This may be used for any event. It requires that a certain kind
351 of approval be present for the current patchset of the change (the
352 approval could be added by the event in question). It takes
353 several sub-parameters, all of which are optional and are combined
354 together so that there must be an approval matching all specified
355 requirements.
356
357 *username*
358 If present, an approval from this username is required.
359
360 *email-filter*
361 If present, an approval with this email address is required. It
362 is treated as a regular expression as above.
363
364 *older-than*
365 If present, the approval must be older than this amount of time
366 to match. Provide a time interval as a number with a suffix of
367 "w" (weeks), "d" (days), "h" (hours), "m" (minutes), "s"
368 (seconds). Example "48h" or "2d".
369
370 *newer-than*
371 If present, the approval must be newer than this amount of time
372 to match. Same format as "older-than".
373
374 Any other field is interpreted as a review category and value
375 pair. For example "verified: 1" would require that the approval
376 be for a +1 vote in the "Verified" column.
377
James E. Blair63bb0ef2013-07-29 17:14:51 -0700378 **timer**
379 This trigger will run based on a cron-style time specification.
380 It will enqueue an event into its pipeline for every project
381 defined in the configuration. Any job associated with the
382 pipeline will run in response to that event.
383
384 *time*
385 The time specification in cron syntax. Only the 5 part syntax is
386 supported, not the symbolic names. Example: ``0 0 * * *`` runs
387 at midnight.
388
389
James E. Blair2fa50962013-01-30 21:50:41 -0800390**dequeue-on-new-patchset**
391 Normally, if a new patchset is uploaded to a change that is in a
392 pipeline, the existing entry in the pipeline will be removed (with
393 jobs canceled and any dependent changes that can no longer merge as
394 well. To suppress this behavior (and allow jobs to continue
395 running), set this to ``false``. Default: ``true``.
396
James E. Blaircdd00072012-06-08 19:17:28 -0700397**success**
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000398 Describes where Zuul should report to if all the jobs complete
399 successfully.
James E. Blaircdd00072012-06-08 19:17:28 -0700400 This section is optional; if it is omitted, Zuul will run jobs and
401 do nothing on success; it will not even report a message to Gerrit.
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000402 If the section is present, the listed reporter plugins will be
403 asked to report on the jobs.
404 Each reporter's value dictionary is handled by the reporter. See
405 reporters for more details.
James E. Blaircdd00072012-06-08 19:17:28 -0700406
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400407**failure**
James E. Blaircdd00072012-06-08 19:17:28 -0700408 Uses the same syntax as **success**, but describes what Zuul should
409 do if at least one job fails.
James E. Blairdc253862012-06-13 17:12:42 -0700410
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400411**start**
James E. Blairdc253862012-06-13 17:12:42 -0700412 Uses the same syntax as **success**, but describes what Zuul should
Clark Boylan00635dc2012-09-19 14:03:08 -0700413 do when a change is added to the pipeline manager. This can be used,
James E. Blairdc253862012-06-13 17:12:42 -0700414 for example, to reset the value of the Verified review category.
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400415
James E. Blair64ed6f22013-07-10 14:07:23 -0700416**precedence**
417 Indicates how the build scheduler should prioritize jobs for
418 different pipelines. Each pipeline may have one precedence, jobs
419 for pipelines with a higher precedence will be run before ones with
420 lower. The value should be one of ``high``, ``normal``, or ``low``.
421 Default: ``normal``.
422
Clark Boylanc2d19e42014-01-23 14:08:58 -0800423**window**
424 DependentPipelineManagers only. Zuul can rate limit
425 DependentPipelineManagers in a manner similar to TCP flow control.
426 Jobs are only started for changes in the queue if they sit in the
427 actionable window for the pipeline. The initial length of this window
428 is configurable with this value. The value given should be a positive
429 integer value. A value of ``0`` disables rate limiting on the
430 DependentPipelineManager.
431 Default: ``20``.
432
433**window-floor**
434 DependentPipelineManagers only. This is the minimum value for the
435 window described above. Should be a positive non zero integer value.
436 Default: ``3``.
437
438**window-increase-type**
439 DependentPipelineManagers only. This value describes how the window
440 should grow when changes are successfully merged by zuul. A value of
441 ``linear`` indicates that ``window-increase-factor`` should be added
442 to the previous window value. A value of ``exponential`` indicates
443 that ``window-increase-factor`` should be multiplied against the
444 previous window value and the result will become the window size.
445 Default: ``linear``.
446
447**window-increase-factor**
448 DependentPipelineManagers only. The value to be added or mulitplied
449 against the previous window value to determine the new window after
450 successful change merges.
451 Default: ``1``.
452
453**window-decrease-type**
454 DependentPipelineManagers only. This value describes how the window
455 should shrink when changes are not able to be merged by Zuul. A value
456 of ``linear`` indicates that ``window-decrease-factor`` should be
457 subtracted from the previous window value. A value of ``exponential``
458 indicates that ``window-decrease-factor`` should be divided against
459 the previous window value and the result will become the window size.
460 Default: ``exponential``.
461
462**window-decrease-factor**
463 DependentPipelineManagers only. The value to be subtracted or divided
464 against the previous window value to determine the new window after
465 unsuccessful change merges.
466 Default: ``2``.
467
Clark Boylan00635dc2012-09-19 14:03:08 -0700468Some example pipeline configurations are included in the sample layout
469file. The first is called a *check* pipeline::
James E. Blaircdd00072012-06-08 19:17:28 -0700470
471 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700472 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700473 trigger:
474 - event: patchset-created
475 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000476 gerrit:
477 verified: 1
James E. Blaircdd00072012-06-08 19:17:28 -0700478 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000479 gerrit:
480 verified: -1
James E. Blaircdd00072012-06-08 19:17:28 -0700481
482This will trigger jobs each time a new patchset (or change) is
483uploaded to Gerrit, and report +/-1 values to Gerrit in the
484``verified`` review category. ::
485
486 - name: gate
Clark Boylan00635dc2012-09-19 14:03:08 -0700487 manager: DependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700488 trigger:
489 - event: comment-added
490 approval:
491 - approved: 1
492 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000493 gerrit:
494 verified: 2
495 submit: true
James E. Blaircdd00072012-06-08 19:17:28 -0700496 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000497 gerrit:
498 verified: -2
James E. Blaircdd00072012-06-08 19:17:28 -0700499
500This will trigger jobs whenever a reviewer leaves a vote of ``1`` in the
501``approved`` review category in Gerrit (a non-standard category).
502Changes will be tested in such a way as to guarantee that they will be
503merged exactly as tested, though that will happen in parallel by
504creating a virtual queue of dependent changes and performing
505speculative execution of jobs. ::
506
507 - name: post
Clark Boylan00635dc2012-09-19 14:03:08 -0700508 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700509 trigger:
510 - event: ref-updated
511 ref: ^(?!refs/).*$
512
513This will trigger jobs whenever a change is merged to a named branch
514(e.g., ``master``). No output will be reported to Gerrit. This is
515useful for side effects such as creating per-commit tarballs. ::
516
517 - name: silent
Clark Boylan00635dc2012-09-19 14:03:08 -0700518 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700519 trigger:
520 - event: patchset-created
521
522This also triggers jobs when changes are uploaded to Gerrit, but no
523results are reported to Gerrit. This is useful for jobs that are in
Antoine Mussoce333842012-10-16 14:42:35 +0200524development and not yet ready to be presented to developers. ::
525
526 pipelines:
527 - name: post-merge
528 manager: IndependentPipelineManager
529 trigger:
530 - event: change-merged
531 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000532 gerrit:
533 force-message: True
Antoine Mussoce333842012-10-16 14:42:35 +0200534 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000535 gerrit:
536 force-message: True
Antoine Mussoce333842012-10-16 14:42:35 +0200537
538The ``change-merged`` events happen when a change has been merged in the git
539repository. The change is thus closed and Gerrit will not accept modifications
540to the review scoring such as ``code-review`` or ``verified``. By using the
541``force-message: True`` parameter, Zuul will pass ``--force-message`` to the
542``gerrit review`` command, thus making sure the message is actually
543sent back to Gerrit regardless of approval scores.
544That kind of pipeline is nice to run regression or performance tests.
545
546.. note::
547 The ``change-merged`` event does not include the commit sha1 which can be
548 hazardous, it would let you report back to Gerrit though. If you were to
Michael Prokop526926a2013-10-24 16:16:57 +0200549 build a tarball for a specific commit, you should consider instead using
Antoine Mussoce333842012-10-16 14:42:35 +0200550 the ``ref-updated`` event which does include the commit sha1 (but lack the
551 Gerrit change number).
James E. Blaircdd00072012-06-08 19:17:28 -0700552
553Jobs
554""""
555
556The jobs section is optional, and can be used to set attributes of
557jobs that are independent of their association with a project. For
558example, if a job should return a customized message on failure, that
559may be specified here. Otherwise, Zuul does not need to be told about
560each job as it builds a list from the project specification.
561
562**name**
563 The name of the job. This field is treated as a regular expression
564 and will be applied to each job that matches.
565
James E. Blaire5a847f2012-07-10 15:29:14 -0700566**failure-message (optional)**
567 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700568
James E. Blaire5a847f2012-07-10 15:29:14 -0700569**success-message (optional)**
570 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700571
James E. Blair6aea36d2012-12-17 13:03:24 -0800572**failure-pattern (optional)**
573 The URL that should be reported to Gerrit if the job fails.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700574 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800575 zuul.conf. May be supplied as a string pattern with substitutions
576 as described in url_pattern in :ref:`zuulconf`.
577
578**success-pattern (optional)**
579 The URL that should be reported to Gerrit if the job succeeds.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700580 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800581 zuul.conf. May be supplied as a string pattern with substitutions
582 as described in url_pattern in :ref:`zuulconf`.
583
James E. Blair222d4982012-07-16 09:31:19 -0700584**hold-following-changes (optional)**
585 This is a boolean that indicates that changes that follow this
Clark Boylan00635dc2012-09-19 14:03:08 -0700586 change in a dependent change pipeline should wait until this job
James E. Blair222d4982012-07-16 09:31:19 -0700587 succeeds before launching. If this is applied to a very short job
588 that can predict whether longer jobs will fail early, this can be
589 used to reduce the number of jobs that Zuul will launch and
590 ultimately have to cancel. In that case, a small amount of
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400591 parallelization of jobs is traded for more efficient use of testing
James E. Blair222d4982012-07-16 09:31:19 -0700592 resources. On the other hand, to apply this to a long running job
593 would largely defeat the parallelization of dependent change testing
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400594 that is the main feature of Zuul. Default: ``false``.
James E. Blair222d4982012-07-16 09:31:19 -0700595
James E. Blaire5a847f2012-07-10 15:29:14 -0700596**branch (optional)**
James E. Blaircdd00072012-06-08 19:17:28 -0700597 This job should only be run on matching branches. This field is
598 treated as a regular expression and multiple branches may be
599 listed.
600
James E. Blair70c71582013-03-06 08:50:50 -0800601**files (optional)**
602 This job should only be run if at least one of the files involved in
603 the change (added, deleted, or modified) matches at least one of the
604 file patterns listed here. This field is treated as a regular
605 expression and multiple expressions may be listed.
606
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400607**voting (optional)**
608 Boolean value (``true`` or ``false``) that indicates whatever
609 a job is voting or not. Default: ``true``.
610
James E. Blaire5a847f2012-07-10 15:29:14 -0700611**parameter-function (optional)**
612 Specifies a function that should be applied to the parameters before
613 the job is launched. The function should be defined in a python file
614 included with the :ref:`includes` directive. The function
615 should have the following signature:
616
James E. Blaird0470972013-07-29 10:05:43 -0700617 .. function:: parameters(item, job, parameters)
James E. Blaire5a847f2012-07-10 15:29:14 -0700618
619 Manipulate the parameters passed to a job before a build is
620 launched. The ``parameters`` dictionary will already contain the
621 standard Zuul job parameters, and is expected to be modified
622 in-place.
623
James E. Blaird78576a2013-07-09 10:39:17 -0700624 :param item: the current queue item
625 :type item: zuul.model.QueueItem
James E. Blaird0470972013-07-29 10:05:43 -0700626 :param job: the job about to be run
627 :type job: zuul.model.Job
James E. Blaire5a847f2012-07-10 15:29:14 -0700628 :param parameters: parameters to be passed to the job
629 :type parameters: dict
630
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700631 If the parameter **ZUUL_NODE** is set by this function, then it will
632 be used to specify on what node (or class of node) the job should be
633 run.
634
James E. Blaircdd00072012-06-08 19:17:28 -0700635Here is an example of setting the failure message for jobs that check
636whether a change merges cleanly::
637
638 - name: ^.*-merge$
639 failure-message: This change was unable to be automatically merged
640 with the current state of the repository. Please rebase your
641 change and upload a new patchset.
642
643Projects
644""""""""
645
Clark Boylan00635dc2012-09-19 14:03:08 -0700646The projects section indicates what jobs should be run in each pipeline
James E. Blaircdd00072012-06-08 19:17:28 -0700647for events associated with each project. It contains a list of
648projects. Here is an example::
649
650 - name: example/project
651 check:
652 - project-merge:
653 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700654 - project-pep8
655 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700656 gate:
657 - project-merge:
658 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700659 - project-pep8
660 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700661 post:
662 - project-publish
663
664**name**
665 The name of the project (as known by Gerrit).
666
James E. Blair19deff22013-08-25 13:17:35 -0700667**merge-mode (optional)**
668 An optional value that indicates what strategy should be used to
669 merge changes to this project. Supported values are:
670
671 ** merge-resolve **
672 Equivalent to 'git merge -s resolve'. This corresponds closely to
673 what Gerrit performs (using JGit) for a project if the "Merge if
674 necessary" merge mode is selected and "Automatically resolve
675 conflicts" is checked. This is the default.
676
677 ** merge **
678 Equivalent to 'git merge'.
679
680 ** cherry-pick **
681 Equivalent to 'git cherry-pick'.
682
Clark Boylan00635dc2012-09-19 14:03:08 -0700683This is followed by a section for each of the pipelines defined above.
684Pipelines may be omitted if no jobs should run for this project in a
685given pipeline. Within the pipeline section, the jobs that should be
James E. Blaircdd00072012-06-08 19:17:28 -0700686executed are listed. If a job is entered as a dictionary key, then
687jobs contained within that key are only executed if the key job
688succeeds. In the above example, project-unittest, project-pep8, and
689project-pyflakes are only executed if project-merge succeeds. This
690can help avoid running unnecessary jobs.
691
Paul Belangerffef9e42013-02-11 22:15:18 -0500692.. seealso:: The OpenStack Zuul configuration for a comprehensive example: https://github.com/openstack-infra/config/blob/master/modules/openstack_project/files/zuul/layout.yaml
James E. Blaircdd00072012-06-08 19:17:28 -0700693
Antoine Musso80edd5a2013-02-13 15:37:53 +0100694Project Templates
695"""""""""""""""""
696
Michael Prokop526926a2013-10-24 16:16:57 +0200697Whenever you have lot of similar projects (such as plugins for a project) you
Antoine Musso80edd5a2013-02-13 15:37:53 +0100698will most probably want to use the same pipeline configurations. The
699project templates let you define pipelines and job name templates to trigger.
700One can then just apply the template on its project which make it easier to
Michael Prokop526926a2013-10-24 16:16:57 +0200701update several similar projects. As an example::
Antoine Musso80edd5a2013-02-13 15:37:53 +0100702
703 project-templates:
704 # Name of the template
705 - name: plugin-triggering
706 # Definition of pipelines just like for a `project`
707 check:
708 - '{jobprefix}-merge':
709 - '{jobprefix}-pep8'
710 - '{jobprefix}-pyflakes'
711 gate:
712 - '{jobprefix}-merge':
713 - '{jobprefix}-unittest'
714 - '{jobprefix}-pep8'
715 - '{jobprefix}-pyflakes'
716
717In your projects definition, you will then apply the template using the template
718key::
719
720 projects:
721 - name: plugin/foobar
722 template:
723 - name: plugin-triggering
724 jobprefix: plugin-foobar
725
James E. Blairaea6cf62013-12-16 15:38:12 -0800726You can pass several parameters to a template. A ``parameter`` value
727will be used for expansion of ``{parameter}`` in the template
728strings. The parameter ``name`` will be automatically provided and
729will contain the short name of the project, that is the portion of the
730project name after the last ``/`` character.
James E. Blaircdd00072012-06-08 19:17:28 -0700731
James E. Blair3e98c022013-12-16 15:25:38 -0800732Multiple templates can be combined in a project, and the jobs from all
733of those templates will be added to the project. Individual jobs may
734also be added::
735
736 projects:
737 - name: plugin/foobar
738 template:
739 - name: plugin-triggering
740 jobprefix: plugin-foobar
741 - name: plugin-extras
742 jobprefix: plugin-foobar
743 check:
744 - foobar-extra-special-job
745
746The order of the jobs listed in the project (which only affects the
747order of jobs listed on the report) will be the jobs from each
748template in the order listed, followed by any jobs individually listed
749for the project.
750
751Note that if multiple templates are used for a project and one
752template specifies a job that is also specified in another template,
753or specified in the project itself, those jobs will be duplicated in
754the resulting project configuration.
755
James E. Blaircdd00072012-06-08 19:17:28 -0700756logging.conf
757~~~~~~~~~~~~
758This file is optional. If provided, it should be a standard
759:mod:`logging.config` module configuration file. If not present, Zuul will
760output all log messages of DEBUG level or higher to the console.
761
762Starting Zuul
763-------------
764
765To start Zuul, run **zuul-server**::
766
Antoine Mussob3aa8282013-04-19 15:16:59 +0200767 usage: zuul-server [-h] [-c CONFIG] [-l LAYOUT] [-d] [-t] [--version]
James E. Blaircdd00072012-06-08 19:17:28 -0700768
769 Project gating system.
770
771 optional arguments:
772 -h, --help show this help message and exit
773 -c CONFIG specify the config file
Antoine Mussob3aa8282013-04-19 15:16:59 +0200774 -l LAYOUT specify the layout file
James E. Blaircdd00072012-06-08 19:17:28 -0700775 -d do not run as a daemon
Antoine Mussob3aa8282013-04-19 15:16:59 +0200776 -t validate layout file syntax
777 --version show zuul version
James E. Blaircdd00072012-06-08 19:17:28 -0700778
779You may want to use the ``-d`` argument while you are initially setting
780up Zuul so you can detect any configuration errors quickly. Under
781normal operation, omit ``-d`` and let Zuul run as a daemon.
782
783If you send signal 1 (SIGHUP) to the zuul-server process, Zuul will
784stop executing new jobs, wait until all executing jobs are finished,
785reload its configuration, and resume. Any values in any of the
786configuration files may be changed, except the location of Zuul's PID
787file (a change to that will be ignored until Zuul is restarted).
Clark Boylanf231fa22013-02-08 12:28:53 -0800788
789If you send a SIGUSR1 to the zuul-server process, Zuul will stop
790executing new jobs, wait until all executing jobs are finished,
791then exit. While waiting to exit Zuul will queue Gerrit events and
792save these events prior to exiting. When Zuul starts again it will
793read these saved events and act on them.
Jeremy Stanley93e05f42013-03-08 17:29:17 +0000794
Michael Prokop526926a2013-10-24 16:16:57 +0200795If you need to abort Zuul and intend to manually requeue changes for
Jeremy Stanley93e05f42013-03-08 17:29:17 +0000796jobs which were running in its pipelines, prior to terminating you can
797use the zuul-changes.py tool script to simplify the process. For
798example, this would give you a list of Gerrit commands to reverify or
799recheck changes for the gate and check pipelines respectively::
800
801 ./tools/zuul-changes.py --review-host=review.openstack.org \
802 http://zuul.openstack.org/ gate 'reverify no bug'
803 ./tools/zuul-changes.py --review-host=review.openstack.org \
804 http://zuul.openstack.org/ check 'recheck no bug'
Clark Boylanfba9b242013-08-20 10:11:17 -0700805
806If you send a SIGUSR2 to the zuul-server process, Zuul will dump a stack
807trace for each running thread into its debug log. This is useful for
808tracking down deadlock or otherwise slow threads.