blob: 6adfa30f880151d2a2dcca810f312564b845c99b [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**
86 Path to layout config file.
87 ``layout_config=/etc/zuul/layout.yaml``
88
89**log_config**
90 Path to log config file.
91 ``log_config=/etc/zuul/logging.yaml``
92
93**pidfile**
94 Path to PID lock file.
95 ``pidfile=/var/run/zuul/zuul.pid``
96
97**state_dir**
98 Path to directory that Zuul should save state to.
99 ``state_dir=/var/lib/zuul``
100
101**git_dir**
102 Directory that Zuul should clone local git repositories to.
103 ``git_dir=/var/lib/zuul/git``
104
Paul Belangerb67aba12013-05-13 19:22:14 -0400105**git_user_email**
106 Optional: Value to pass to `git config user.email`.
107 ``git_user_email=zuul@example.com``
108
109**git_user_name**
110 Optional: Value to pass to `git config user.name`.
111 ``git_user_name=zuul``
112
Clark Boylan9b670902012-09-28 13:47:56 -0700113**push_change_refs**
114 Boolean value (``true`` or ``false``) that determines if Zuul should
115 push change refs to the git origin server for the git repositories in
116 git_dir.
117 ``push_change_refs=true``
118
James E. Blair0ac6c012013-04-26 09:04:23 -0700119**report_times**
120 Boolean value (``true`` or ``false``) that determines if Zuul should
121 include elapsed times for each job in the textual report.
122 ``report_times=true``
123
Clark Boylan9b670902012-09-28 13:47:56 -0700124**status_url**
125 URL that will be posted in Zuul comments made to Gerrit changes when
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700126 starting jobs for a change.
127 ``status_url=https://zuul.example.com/status``
Clark Boylan9b670902012-09-28 13:47:56 -0700128
129**url_pattern**
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700130 If you are storing build logs external to the system that originally
131 ran jobs and wish to link to those logs when Zuul makes comments on
132 Gerrit changes for completed jobs this setting configures what the
133 URLs for those links should be.
Clark Boylan9b670902012-09-28 13:47:56 -0700134 ``http://logs.example.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}``
135
James E. Blair8fef52b2013-08-17 17:32:50 -0700136**job_name_in_report**
137 Boolean value (``true`` or ``false``) that indicates whether the
138 job name should be included in the report (normally only the URL
139 is included). Defaults to ``false``.
140 ``job_name_in_report=true``
141
Joshua Hesketh5fea8672013-08-19 17:32:01 +1000142smtp
143""""
144
145**server**
146 SMTP server hostname or address to use.
147 ``server=localhost``
148
149**default_from**
150 Who the email should appear to be sent from when emailing the report.
151 This can be overridden by individual pipelines.
152 ``default_from=zuul@example.com``
153
154**default_to**
155 Who the report should be emailed to by default.
156 This can be overridden by individual pipelines.
157 ``default_to=you@example.com``
158
James E. Blaircdd00072012-06-08 19:17:28 -0700159layout.yaml
160~~~~~~~~~~~
161
Clark Boylan00635dc2012-09-19 14:03:08 -0700162This is the main configuration file for Zuul, where all of the pipelines
James E. Blaircdd00072012-06-08 19:17:28 -0700163and projects are defined, what tests should be run, and what actions
Clark Boylan00635dc2012-09-19 14:03:08 -0700164Zuul should perform. There are three sections: pipelines, jobs, and
James E. Blaircdd00072012-06-08 19:17:28 -0700165projects.
166
James E. Blaire5a847f2012-07-10 15:29:14 -0700167.. _includes:
168
169Includes
170""""""""
171
172Custom functions to be used in Zuul's configuration may be provided
173using the ``includes`` directive. It accepts a list of files to
174include, and currently supports one type of inclusion, a python file::
175
176 includes:
177 - python-file: local_functions.py
178
179**python-file**
180 The path to a python file. The file will be loaded and objects that
181 it defines will be placed in a special environment which can be
182 referenced in the Zuul configuration. Currently only the
183 parameter-function attribute of a Job uses this feature.
184
Clark Boylan00635dc2012-09-19 14:03:08 -0700185Pipelines
186"""""""""
James E. Blaircdd00072012-06-08 19:17:28 -0700187
Clark Boylan00635dc2012-09-19 14:03:08 -0700188Zuul can have any number of independent pipelines. Whenever a matching
189Gerrit event is found for a pipeline, that event is added to the
190pipeline, and the jobs specified for that pipeline are run. When all
191jobs specified for the pipeline that were triggered by an event are
192completed, Zuul reports back to Gerrit the results.
James E. Blaircdd00072012-06-08 19:17:28 -0700193
Clark Boylan00635dc2012-09-19 14:03:08 -0700194There are no pre-defined pipelines in Zuul, rather you can define
195whatever pipelines you need in the layout file. This is a very flexible
196system that can accommodate many kinds of workflows.
James E. Blaircdd00072012-06-08 19:17:28 -0700197
Clark Boylan00635dc2012-09-19 14:03:08 -0700198Here is a quick example of a pipeline definition followed by an
James E. Blaircdd00072012-06-08 19:17:28 -0700199explanation of each of the parameters::
200
201 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700202 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700203 trigger:
James E. Blair6c358e72013-07-29 17:06:47 -0700204 gerrit:
205 - event: patchset-created
James E. Blaircdd00072012-06-08 19:17:28 -0700206 success:
207 verified: 1
208 failure:
209 verified: -1
210
211**name**
212 This is used later in the project definition to indicate what jobs
Clark Boylan00635dc2012-09-19 14:03:08 -0700213 should be run for events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700214
James E. Blair8dbd56a2012-12-22 10:55:10 -0800215**description**
216 This is an optional field that may be used to provide a textual
217 description of the pipeline.
218
James E. Blair56370192013-01-14 15:47:28 -0800219**success-message**
220 An optional field that supplies the introductory text in message
221 reported back to Gerrit when all the voting builds are successful.
222 Defaults to "Build successful."
223
224**failure-message**
225 An optional field that supplies the introductory text in message
226 reported back to Gerrit when at least one voting build fails.
227 Defaults to "Build failed."
228
James E. Blaircdd00072012-06-08 19:17:28 -0700229**manager**
Clark Boylan00635dc2012-09-19 14:03:08 -0700230 There are currently two schemes for managing pipelines:
James E. Blaircdd00072012-06-08 19:17:28 -0700231
Clark Boylan00635dc2012-09-19 14:03:08 -0700232 *IndependentPipelineManager*
233 Every event in this pipeline should be treated as independent of
234 other events in the pipeline. This is appropriate when the order of
235 events in the pipeline doesn't matter because the results of the
236 actions this pipeline performs can not affect other events in the
237 pipeline. For example, when a change is first uploaded for review,
James E. Blaircdd00072012-06-08 19:17:28 -0700238 you may want to run tests on that change to provide early feedback
239 to reviewers. At the end of the tests, the change is not going to
240 be merged, so it is safe to run these tests in parallel without
Clark Boylan00635dc2012-09-19 14:03:08 -0700241 regard to any other changes in the pipeline. They are independent.
James E. Blaircdd00072012-06-08 19:17:28 -0700242
Clark Boylan00635dc2012-09-19 14:03:08 -0700243 Another type of pipeline that is independent is a post-merge
244 pipeline. In that case, the changes have already merged, so the
245 results can not affect any other events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700246
Clark Boylan00635dc2012-09-19 14:03:08 -0700247 *DependentPipelineManager*
248 The dependent pipeline manager is designed for gating. It ensures
James E. Blaircdd00072012-06-08 19:17:28 -0700249 that every change is tested exactly as it is going to be merged
250 into the repository. An ideal gating system would test one change
251 at a time, applied to the tip of the repository, and only if that
252 change passed tests would it be merged. Then the next change in
253 line would be tested the same way. In order to achieve parallel
Clark Boylan00635dc2012-09-19 14:03:08 -0700254 testing of changes, the dependent pipeline manager performs
James E. Blaircdd00072012-06-08 19:17:28 -0700255 speculative execution on changes. It orders changes based on
Clark Boylan00635dc2012-09-19 14:03:08 -0700256 their entry into the pipeline. It begins testing all changes in
257 parallel, assuming that each change ahead in the pipeline will pass
James E. Blaircdd00072012-06-08 19:17:28 -0700258 its tests. If they all succeed, all the changes can be tested and
Clark Boylan00635dc2012-09-19 14:03:08 -0700259 merged in parallel. If a change near the front of the pipeline
260 fails its tests, each change behind it ignores whatever tests have
261 been completed and are tested again without the change in front.
262 This way gate tests may run in parallel but still be tested
263 correctly, exactly as they will appear in the repository when
264 merged.
James E. Blaircdd00072012-06-08 19:17:28 -0700265
Clark Boylan00635dc2012-09-19 14:03:08 -0700266 One important characteristic of the DependentPipelineManager is that
James E. Blaircdd00072012-06-08 19:17:28 -0700267 it analyzes the jobs that are triggered by different projects, and
268 if those projects have jobs in common, it treats those projects as
269 related, and they share a single virtual queue of changes. Thus,
270 if there is a job that performs integration testing on two
271 projects, those two projects will automatically share a virtual
272 change queue. If a third project does not invoke that job, it
Clark Boylan00635dc2012-09-19 14:03:08 -0700273 will be part of a separate virtual change queue, and changes to
274 it will not depend on changes to the first two jobs.
James E. Blaircdd00072012-06-08 19:17:28 -0700275
276 For more detail on the theory and operation of Zuul's
Clark Boylan00635dc2012-09-19 14:03:08 -0700277 DependentPipelineManager, see: :doc:`gating`.
James E. Blaircdd00072012-06-08 19:17:28 -0700278
279**trigger**
James E. Blair6c358e72013-07-29 17:06:47 -0700280 Exactly one trigger source must be supplied for each pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700281 Triggers are not exclusive -- matching events may be placed in
James E. Blair6c358e72013-07-29 17:06:47 -0700282 multiple pipelines, and they will behave independently in each of
283 the pipelines they match. You may select from the following:
James E. Blaircdd00072012-06-08 19:17:28 -0700284
James E. Blair6c358e72013-07-29 17:06:47 -0700285 **gerrit**
286 This describes what Gerrit events should be placed in the
287 pipeline. Multiple gerrit triggers may be listed. Further
288 parameters describe the kind of events that match:
James E. Blaircdd00072012-06-08 19:17:28 -0700289
James E. Blair6c358e72013-07-29 17:06:47 -0700290 *event*
291 The event name from gerrit. Examples: ``patchset-created``,
292 ``comment-added``, ``ref-updated``. This field is treated as a
293 regular expression.
James E. Blaircdd00072012-06-08 19:17:28 -0700294
James E. Blair6c358e72013-07-29 17:06:47 -0700295 *branch*
296 The branch associated with the event. Example: ``master``. This
297 field is treated as a regular expression, and multiple branches may
298 be listed.
James E. Blaircdd00072012-06-08 19:17:28 -0700299
James E. Blair6c358e72013-07-29 17:06:47 -0700300 *ref*
301 On ref-updated events, the branch parameter is not used, instead the
302 ref is provided. Currently Gerrit has the somewhat idiosyncratic
303 behavior of specifying bare refs for branch names (e.g., ``master``),
304 but full ref names for other kinds of refs (e.g., ``refs/tags/foo``).
305 Zuul matches what you put here exactly against what Gerrit
306 provides. This field is treated as a regular expression, and
307 multiple refs may be listed.
James E. Blaircdd00072012-06-08 19:17:28 -0700308
James E. Blair6c358e72013-07-29 17:06:47 -0700309 *approval*
310 This is only used for ``comment-added`` events. It only matches if
311 the event has a matching approval associated with it. Example:
312 ``code-review: 2`` matches a ``+2`` vote on the code review category.
313 Multiple approvals may be listed.
Antoine Mussob4e809e2012-12-06 16:58:06 +0100314
James E. Blair6c358e72013-07-29 17:06:47 -0700315 *email_filter*
316 This is used for any event. It takes a regex applied on the performer
317 email, i.e Gerrit account email address. If you want to specify
318 several email filters, you must use a YAML list. Make sure to use non
319 greedy matchers and to escapes dots!
320 Example: ``email_filter: ^.*?@example\.org$``.
321
322 *comment_filter*
323 This is only used for ``comment-added`` events. It accepts a list of
324 regexes that are searched for in the comment string. If any of these
325 regexes matches a portion of the comment string the trigger is
326 matched. ``comment_filter: retrigger`` will match when comments
327 containing 'retrigger' somewhere in the comment text are added to a
328 change.
Clark Boylanb9bcb402012-06-29 17:44:05 -0700329
James E. Blair63bb0ef2013-07-29 17:14:51 -0700330 **timer**
331 This trigger will run based on a cron-style time specification.
332 It will enqueue an event into its pipeline for every project
333 defined in the configuration. Any job associated with the
334 pipeline will run in response to that event.
335
336 *time*
337 The time specification in cron syntax. Only the 5 part syntax is
338 supported, not the symbolic names. Example: ``0 0 * * *`` runs
339 at midnight.
340
341
James E. Blair2fa50962013-01-30 21:50:41 -0800342**dequeue-on-new-patchset**
343 Normally, if a new patchset is uploaded to a change that is in a
344 pipeline, the existing entry in the pipeline will be removed (with
345 jobs canceled and any dependent changes that can no longer merge as
346 well. To suppress this behavior (and allow jobs to continue
347 running), set this to ``false``. Default: ``true``.
348
James E. Blaircdd00072012-06-08 19:17:28 -0700349**success**
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000350 Describes where Zuul should report to if all the jobs complete
351 successfully.
James E. Blaircdd00072012-06-08 19:17:28 -0700352 This section is optional; if it is omitted, Zuul will run jobs and
353 do nothing on success; it will not even report a message to Gerrit.
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000354 If the section is present, the listed reporter plugins will be
355 asked to report on the jobs.
356 Each reporter's value dictionary is handled by the reporter. See
357 reporters for more details.
James E. Blaircdd00072012-06-08 19:17:28 -0700358
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400359**failure**
James E. Blaircdd00072012-06-08 19:17:28 -0700360 Uses the same syntax as **success**, but describes what Zuul should
361 do if at least one job fails.
James E. Blairdc253862012-06-13 17:12:42 -0700362
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400363**start**
James E. Blairdc253862012-06-13 17:12:42 -0700364 Uses the same syntax as **success**, but describes what Zuul should
Clark Boylan00635dc2012-09-19 14:03:08 -0700365 do when a change is added to the pipeline manager. This can be used,
James E. Blairdc253862012-06-13 17:12:42 -0700366 for example, to reset the value of the Verified review category.
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400367
James E. Blair64ed6f22013-07-10 14:07:23 -0700368**precedence**
369 Indicates how the build scheduler should prioritize jobs for
370 different pipelines. Each pipeline may have one precedence, jobs
371 for pipelines with a higher precedence will be run before ones with
372 lower. The value should be one of ``high``, ``normal``, or ``low``.
373 Default: ``normal``.
374
Clark Boylan00635dc2012-09-19 14:03:08 -0700375Some example pipeline configurations are included in the sample layout
376file. The first is called a *check* pipeline::
James E. Blaircdd00072012-06-08 19:17:28 -0700377
378 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700379 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700380 trigger:
381 - event: patchset-created
382 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000383 gerrit:
384 verified: 1
James E. Blaircdd00072012-06-08 19:17:28 -0700385 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000386 gerrit:
387 verified: -1
James E. Blaircdd00072012-06-08 19:17:28 -0700388
389This will trigger jobs each time a new patchset (or change) is
390uploaded to Gerrit, and report +/-1 values to Gerrit in the
391``verified`` review category. ::
392
393 - name: gate
Clark Boylan00635dc2012-09-19 14:03:08 -0700394 manager: DependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700395 trigger:
396 - event: comment-added
397 approval:
398 - approved: 1
399 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000400 gerrit:
401 verified: 2
402 submit: true
James E. Blaircdd00072012-06-08 19:17:28 -0700403 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000404 gerrit:
405 verified: -2
James E. Blaircdd00072012-06-08 19:17:28 -0700406
407This will trigger jobs whenever a reviewer leaves a vote of ``1`` in the
408``approved`` review category in Gerrit (a non-standard category).
409Changes will be tested in such a way as to guarantee that they will be
410merged exactly as tested, though that will happen in parallel by
411creating a virtual queue of dependent changes and performing
412speculative execution of jobs. ::
413
414 - name: post
Clark Boylan00635dc2012-09-19 14:03:08 -0700415 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700416 trigger:
417 - event: ref-updated
418 ref: ^(?!refs/).*$
419
420This will trigger jobs whenever a change is merged to a named branch
421(e.g., ``master``). No output will be reported to Gerrit. This is
422useful for side effects such as creating per-commit tarballs. ::
423
424 - name: silent
Clark Boylan00635dc2012-09-19 14:03:08 -0700425 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700426 trigger:
427 - event: patchset-created
428
429This also triggers jobs when changes are uploaded to Gerrit, but no
430results are reported to Gerrit. This is useful for jobs that are in
Antoine Mussoce333842012-10-16 14:42:35 +0200431development and not yet ready to be presented to developers. ::
432
433 pipelines:
434 - name: post-merge
435 manager: IndependentPipelineManager
436 trigger:
437 - event: change-merged
438 success:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000439 gerrit:
440 force-message: True
Antoine Mussoce333842012-10-16 14:42:35 +0200441 failure:
Joshua Hesketh1879cf72013-08-19 14:13:15 +1000442 gerrit:
443 force-message: True
Antoine Mussoce333842012-10-16 14:42:35 +0200444
445The ``change-merged`` events happen when a change has been merged in the git
446repository. The change is thus closed and Gerrit will not accept modifications
447to the review scoring such as ``code-review`` or ``verified``. By using the
448``force-message: True`` parameter, Zuul will pass ``--force-message`` to the
449``gerrit review`` command, thus making sure the message is actually
450sent back to Gerrit regardless of approval scores.
451That kind of pipeline is nice to run regression or performance tests.
452
453.. note::
454 The ``change-merged`` event does not include the commit sha1 which can be
455 hazardous, it would let you report back to Gerrit though. If you were to
456 build a tarball for a specific commit, you should consider insteading using
457 the ``ref-updated`` event which does include the commit sha1 (but lack the
458 Gerrit change number).
James E. Blaircdd00072012-06-08 19:17:28 -0700459
460Jobs
461""""
462
463The jobs section is optional, and can be used to set attributes of
464jobs that are independent of their association with a project. For
465example, if a job should return a customized message on failure, that
466may be specified here. Otherwise, Zuul does not need to be told about
467each job as it builds a list from the project specification.
468
469**name**
470 The name of the job. This field is treated as a regular expression
471 and will be applied to each job that matches.
472
James E. Blaire5a847f2012-07-10 15:29:14 -0700473**failure-message (optional)**
474 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700475
James E. Blaire5a847f2012-07-10 15:29:14 -0700476**success-message (optional)**
477 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700478
James E. Blair6aea36d2012-12-17 13:03:24 -0800479**failure-pattern (optional)**
480 The URL that should be reported to Gerrit if the job fails.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700481 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800482 zuul.conf. May be supplied as a string pattern with substitutions
483 as described in url_pattern in :ref:`zuulconf`.
484
485**success-pattern (optional)**
486 The URL that should be reported to Gerrit if the job succeeds.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700487 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800488 zuul.conf. May be supplied as a string pattern with substitutions
489 as described in url_pattern in :ref:`zuulconf`.
490
James E. Blair222d4982012-07-16 09:31:19 -0700491**hold-following-changes (optional)**
492 This is a boolean that indicates that changes that follow this
Clark Boylan00635dc2012-09-19 14:03:08 -0700493 change in a dependent change pipeline should wait until this job
James E. Blair222d4982012-07-16 09:31:19 -0700494 succeeds before launching. If this is applied to a very short job
495 that can predict whether longer jobs will fail early, this can be
496 used to reduce the number of jobs that Zuul will launch and
497 ultimately have to cancel. In that case, a small amount of
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400498 parallelization of jobs is traded for more efficient use of testing
James E. Blair222d4982012-07-16 09:31:19 -0700499 resources. On the other hand, to apply this to a long running job
500 would largely defeat the parallelization of dependent change testing
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400501 that is the main feature of Zuul. Default: ``false``.
James E. Blair222d4982012-07-16 09:31:19 -0700502
James E. Blaire5a847f2012-07-10 15:29:14 -0700503**branch (optional)**
James E. Blaircdd00072012-06-08 19:17:28 -0700504 This job should only be run on matching branches. This field is
505 treated as a regular expression and multiple branches may be
506 listed.
507
James E. Blair70c71582013-03-06 08:50:50 -0800508**files (optional)**
509 This job should only be run if at least one of the files involved in
510 the change (added, deleted, or modified) matches at least one of the
511 file patterns listed here. This field is treated as a regular
512 expression and multiple expressions may be listed.
513
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400514**voting (optional)**
515 Boolean value (``true`` or ``false``) that indicates whatever
516 a job is voting or not. Default: ``true``.
517
James E. Blaire5a847f2012-07-10 15:29:14 -0700518**parameter-function (optional)**
519 Specifies a function that should be applied to the parameters before
520 the job is launched. The function should be defined in a python file
521 included with the :ref:`includes` directive. The function
522 should have the following signature:
523
James E. Blaird0470972013-07-29 10:05:43 -0700524 .. function:: parameters(item, job, parameters)
James E. Blaire5a847f2012-07-10 15:29:14 -0700525
526 Manipulate the parameters passed to a job before a build is
527 launched. The ``parameters`` dictionary will already contain the
528 standard Zuul job parameters, and is expected to be modified
529 in-place.
530
James E. Blaird78576a2013-07-09 10:39:17 -0700531 :param item: the current queue item
532 :type item: zuul.model.QueueItem
James E. Blaird0470972013-07-29 10:05:43 -0700533 :param job: the job about to be run
534 :type job: zuul.model.Job
James E. Blaire5a847f2012-07-10 15:29:14 -0700535 :param parameters: parameters to be passed to the job
536 :type parameters: dict
537
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700538 If the parameter **ZUUL_NODE** is set by this function, then it will
539 be used to specify on what node (or class of node) the job should be
540 run.
541
James E. Blaircdd00072012-06-08 19:17:28 -0700542Here is an example of setting the failure message for jobs that check
543whether a change merges cleanly::
544
545 - name: ^.*-merge$
546 failure-message: This change was unable to be automatically merged
547 with the current state of the repository. Please rebase your
548 change and upload a new patchset.
549
550Projects
551""""""""
552
Clark Boylan00635dc2012-09-19 14:03:08 -0700553The projects section indicates what jobs should be run in each pipeline
James E. Blaircdd00072012-06-08 19:17:28 -0700554for events associated with each project. It contains a list of
555projects. Here is an example::
556
557 - name: example/project
558 check:
559 - project-merge:
560 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700561 - project-pep8
562 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700563 gate:
564 - project-merge:
565 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700566 - project-pep8
567 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700568 post:
569 - project-publish
570
571**name**
572 The name of the project (as known by Gerrit).
573
James E. Blair19deff22013-08-25 13:17:35 -0700574**merge-mode (optional)**
575 An optional value that indicates what strategy should be used to
576 merge changes to this project. Supported values are:
577
578 ** merge-resolve **
579 Equivalent to 'git merge -s resolve'. This corresponds closely to
580 what Gerrit performs (using JGit) for a project if the "Merge if
581 necessary" merge mode is selected and "Automatically resolve
582 conflicts" is checked. This is the default.
583
584 ** merge **
585 Equivalent to 'git merge'.
586
587 ** cherry-pick **
588 Equivalent to 'git cherry-pick'.
589
Clark Boylan00635dc2012-09-19 14:03:08 -0700590This is followed by a section for each of the pipelines defined above.
591Pipelines may be omitted if no jobs should run for this project in a
592given pipeline. Within the pipeline section, the jobs that should be
James E. Blaircdd00072012-06-08 19:17:28 -0700593executed are listed. If a job is entered as a dictionary key, then
594jobs contained within that key are only executed if the key job
595succeeds. In the above example, project-unittest, project-pep8, and
596project-pyflakes are only executed if project-merge succeeds. This
597can help avoid running unnecessary jobs.
598
Paul Belangerffef9e42013-02-11 22:15:18 -0500599.. 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 -0700600
Antoine Musso80edd5a2013-02-13 15:37:53 +0100601Project Templates
602"""""""""""""""""
603
604Whenever you have lot of similiar projects (such as plugins for a project) you
605will most probably want to use the same pipeline configurations. The
606project templates let you define pipelines and job name templates to trigger.
607One can then just apply the template on its project which make it easier to
608update several similiar projects. As an example::
609
610 project-templates:
611 # Name of the template
612 - name: plugin-triggering
613 # Definition of pipelines just like for a `project`
614 check:
615 - '{jobprefix}-merge':
616 - '{jobprefix}-pep8'
617 - '{jobprefix}-pyflakes'
618 gate:
619 - '{jobprefix}-merge':
620 - '{jobprefix}-unittest'
621 - '{jobprefix}-pep8'
622 - '{jobprefix}-pyflakes'
623
624In your projects definition, you will then apply the template using the template
625key::
626
627 projects:
628 - name: plugin/foobar
629 template:
630 - name: plugin-triggering
631 jobprefix: plugin-foobar
632
633You can pass several parameters to a template. A ``parameter`` value will be
634used for expansion of ``{parameter}`` in the template strings.
James E. Blaircdd00072012-06-08 19:17:28 -0700635
636logging.conf
637~~~~~~~~~~~~
638This file is optional. If provided, it should be a standard
639:mod:`logging.config` module configuration file. If not present, Zuul will
640output all log messages of DEBUG level or higher to the console.
641
642Starting Zuul
643-------------
644
645To start Zuul, run **zuul-server**::
646
Antoine Mussob3aa8282013-04-19 15:16:59 +0200647 usage: zuul-server [-h] [-c CONFIG] [-l LAYOUT] [-d] [-t] [--version]
James E. Blaircdd00072012-06-08 19:17:28 -0700648
649 Project gating system.
650
651 optional arguments:
652 -h, --help show this help message and exit
653 -c CONFIG specify the config file
Antoine Mussob3aa8282013-04-19 15:16:59 +0200654 -l LAYOUT specify the layout file
James E. Blaircdd00072012-06-08 19:17:28 -0700655 -d do not run as a daemon
Antoine Mussob3aa8282013-04-19 15:16:59 +0200656 -t validate layout file syntax
657 --version show zuul version
James E. Blaircdd00072012-06-08 19:17:28 -0700658
659You may want to use the ``-d`` argument while you are initially setting
660up Zuul so you can detect any configuration errors quickly. Under
661normal operation, omit ``-d`` and let Zuul run as a daemon.
662
663If you send signal 1 (SIGHUP) to the zuul-server process, Zuul will
664stop executing new jobs, wait until all executing jobs are finished,
665reload its configuration, and resume. Any values in any of the
666configuration files may be changed, except the location of Zuul's PID
667file (a change to that will be ignored until Zuul is restarted).
Clark Boylanf231fa22013-02-08 12:28:53 -0800668
669If you send a SIGUSR1 to the zuul-server process, Zuul will stop
670executing new jobs, wait until all executing jobs are finished,
671then exit. While waiting to exit Zuul will queue Gerrit events and
672save these events prior to exiting. When Zuul starts again it will
673read these saved events and act on them.
Jeremy Stanley93e05f42013-03-08 17:29:17 +0000674
675If you need to abort zuul and intend to manually requeue changes for
676jobs which were running in its pipelines, prior to terminating you can
677use the zuul-changes.py tool script to simplify the process. For
678example, this would give you a list of Gerrit commands to reverify or
679recheck changes for the gate and check pipelines respectively::
680
681 ./tools/zuul-changes.py --review-host=review.openstack.org \
682 http://zuul.openstack.org/ gate 'reverify no bug'
683 ./tools/zuul-changes.py --review-host=review.openstack.org \
684 http://zuul.openstack.org/ check 'recheck no bug'
Clark Boylanfba9b242013-08-20 10:11:17 -0700685
686If you send a SIGUSR2 to the zuul-server process, Zuul will dump a stack
687trace for each running thread into its debug log. This is useful for
688tracking down deadlock or otherwise slow threads.