blob: f11972c1d1b6c48dd07671a50a9ab1222fbc022f [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. Blaircdd00072012-06-08 19:17:28 -0700136layout.yaml
137~~~~~~~~~~~
138
Clark Boylan00635dc2012-09-19 14:03:08 -0700139This is the main configuration file for Zuul, where all of the pipelines
James E. Blaircdd00072012-06-08 19:17:28 -0700140and projects are defined, what tests should be run, and what actions
Clark Boylan00635dc2012-09-19 14:03:08 -0700141Zuul should perform. There are three sections: pipelines, jobs, and
James E. Blaircdd00072012-06-08 19:17:28 -0700142projects.
143
James E. Blaire5a847f2012-07-10 15:29:14 -0700144.. _includes:
145
146Includes
147""""""""
148
149Custom functions to be used in Zuul's configuration may be provided
150using the ``includes`` directive. It accepts a list of files to
151include, and currently supports one type of inclusion, a python file::
152
153 includes:
154 - python-file: local_functions.py
155
156**python-file**
157 The path to a python file. The file will be loaded and objects that
158 it defines will be placed in a special environment which can be
159 referenced in the Zuul configuration. Currently only the
160 parameter-function attribute of a Job uses this feature.
161
Clark Boylan00635dc2012-09-19 14:03:08 -0700162Pipelines
163"""""""""
James E. Blaircdd00072012-06-08 19:17:28 -0700164
Clark Boylan00635dc2012-09-19 14:03:08 -0700165Zuul can have any number of independent pipelines. Whenever a matching
166Gerrit event is found for a pipeline, that event is added to the
167pipeline, and the jobs specified for that pipeline are run. When all
168jobs specified for the pipeline that were triggered by an event are
169completed, Zuul reports back to Gerrit the results.
James E. Blaircdd00072012-06-08 19:17:28 -0700170
Clark Boylan00635dc2012-09-19 14:03:08 -0700171There are no pre-defined pipelines in Zuul, rather you can define
172whatever pipelines you need in the layout file. This is a very flexible
173system that can accommodate many kinds of workflows.
James E. Blaircdd00072012-06-08 19:17:28 -0700174
Clark Boylan00635dc2012-09-19 14:03:08 -0700175Here is a quick example of a pipeline definition followed by an
James E. Blaircdd00072012-06-08 19:17:28 -0700176explanation of each of the parameters::
177
178 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700179 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700180 trigger:
181 - event: patchset-created
182 success:
183 verified: 1
184 failure:
185 verified: -1
186
187**name**
188 This is used later in the project definition to indicate what jobs
Clark Boylan00635dc2012-09-19 14:03:08 -0700189 should be run for events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700190
James E. Blair8dbd56a2012-12-22 10:55:10 -0800191**description**
192 This is an optional field that may be used to provide a textual
193 description of the pipeline.
194
James E. Blair56370192013-01-14 15:47:28 -0800195**success-message**
196 An optional field that supplies the introductory text in message
197 reported back to Gerrit when all the voting builds are successful.
198 Defaults to "Build successful."
199
200**failure-message**
201 An optional field that supplies the introductory text in message
202 reported back to Gerrit when at least one voting build fails.
203 Defaults to "Build failed."
204
James E. Blaircdd00072012-06-08 19:17:28 -0700205**manager**
Clark Boylan00635dc2012-09-19 14:03:08 -0700206 There are currently two schemes for managing pipelines:
James E. Blaircdd00072012-06-08 19:17:28 -0700207
Clark Boylan00635dc2012-09-19 14:03:08 -0700208 *IndependentPipelineManager*
209 Every event in this pipeline should be treated as independent of
210 other events in the pipeline. This is appropriate when the order of
211 events in the pipeline doesn't matter because the results of the
212 actions this pipeline performs can not affect other events in the
213 pipeline. For example, when a change is first uploaded for review,
James E. Blaircdd00072012-06-08 19:17:28 -0700214 you may want to run tests on that change to provide early feedback
215 to reviewers. At the end of the tests, the change is not going to
216 be merged, so it is safe to run these tests in parallel without
Clark Boylan00635dc2012-09-19 14:03:08 -0700217 regard to any other changes in the pipeline. They are independent.
James E. Blaircdd00072012-06-08 19:17:28 -0700218
Clark Boylan00635dc2012-09-19 14:03:08 -0700219 Another type of pipeline that is independent is a post-merge
220 pipeline. In that case, the changes have already merged, so the
221 results can not affect any other events in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700222
Clark Boylan00635dc2012-09-19 14:03:08 -0700223 *DependentPipelineManager*
224 The dependent pipeline manager is designed for gating. It ensures
James E. Blaircdd00072012-06-08 19:17:28 -0700225 that every change is tested exactly as it is going to be merged
226 into the repository. An ideal gating system would test one change
227 at a time, applied to the tip of the repository, and only if that
228 change passed tests would it be merged. Then the next change in
229 line would be tested the same way. In order to achieve parallel
Clark Boylan00635dc2012-09-19 14:03:08 -0700230 testing of changes, the dependent pipeline manager performs
James E. Blaircdd00072012-06-08 19:17:28 -0700231 speculative execution on changes. It orders changes based on
Clark Boylan00635dc2012-09-19 14:03:08 -0700232 their entry into the pipeline. It begins testing all changes in
233 parallel, assuming that each change ahead in the pipeline will pass
James E. Blaircdd00072012-06-08 19:17:28 -0700234 its tests. If they all succeed, all the changes can be tested and
Clark Boylan00635dc2012-09-19 14:03:08 -0700235 merged in parallel. If a change near the front of the pipeline
236 fails its tests, each change behind it ignores whatever tests have
237 been completed and are tested again without the change in front.
238 This way gate tests may run in parallel but still be tested
239 correctly, exactly as they will appear in the repository when
240 merged.
James E. Blaircdd00072012-06-08 19:17:28 -0700241
Clark Boylan00635dc2012-09-19 14:03:08 -0700242 One important characteristic of the DependentPipelineManager is that
James E. Blaircdd00072012-06-08 19:17:28 -0700243 it analyzes the jobs that are triggered by different projects, and
244 if those projects have jobs in common, it treats those projects as
245 related, and they share a single virtual queue of changes. Thus,
246 if there is a job that performs integration testing on two
247 projects, those two projects will automatically share a virtual
248 change queue. If a third project does not invoke that job, it
Clark Boylan00635dc2012-09-19 14:03:08 -0700249 will be part of a separate virtual change queue, and changes to
250 it will not depend on changes to the first two jobs.
James E. Blaircdd00072012-06-08 19:17:28 -0700251
252 For more detail on the theory and operation of Zuul's
Clark Boylan00635dc2012-09-19 14:03:08 -0700253 DependentPipelineManager, see: :doc:`gating`.
James E. Blaircdd00072012-06-08 19:17:28 -0700254
255**trigger**
Clark Boylan00635dc2012-09-19 14:03:08 -0700256 This describes what Gerrit events should be placed in the pipeline.
James E. Blaircdd00072012-06-08 19:17:28 -0700257 Triggers are not exclusive -- matching events may be placed in
Clark Boylan00635dc2012-09-19 14:03:08 -0700258 multiple pipelines, and they will behave independently in each of the
259 pipelines they match. Multiple triggers may be listed. Further
James E. Blaircdd00072012-06-08 19:17:28 -0700260 parameters describe the kind of events that match:
261
262 *event*
263 The event name from gerrit. Examples: ``patchset-created``,
264 ``comment-added``, ``ref-updated``. This field is treated as a
265 regular expression.
266
267 *branch*
268 The branch associated with the event. Example: ``master``. This
269 field is treated as a regular expression, and multiple branches may
270 be listed.
271
272 *ref*
273 On ref-updated events, the branch parameter is not used, instead the
274 ref is provided. Currently Gerrit has the somewhat idiosyncratic
275 behavior of specifying bare refs for branch names (e.g., ``master``),
276 but full ref names for other kinds of refs (e.g., ``refs/tags/foo``).
277 Zuul matches what you put here exactly against what Gerrit
278 provides. This field is treated as a regular expression, and
279 multiple refs may be listed.
280
281 *approval*
282 This is only used for ``comment-added`` events. It only matches if
283 the event has a matching approval associated with it. Example:
284 ``code-review: 2`` matches a ``+2`` vote on the code review category.
285 Multiple approvals may be listed.
286
Antoine Mussob4e809e2012-12-06 16:58:06 +0100287 *email_filter*
288 This is used for any event. It takes a regex applied on the performer
Antoine Musso5f110422012-12-18 23:22:13 +0100289 email, i.e Gerrit account email address. If you want to specify
290 several email filters, you must use a YAML list. Make sure to use non
291 greedy matchers and to escapes dots!
292 Example: ``email_filter: ^.*?@example\.org$``.
Antoine Mussob4e809e2012-12-06 16:58:06 +0100293
Clark Boylanb9bcb402012-06-29 17:44:05 -0700294 *comment_filter*
295 This is only used for ``comment-added`` events. It accepts a list of
296 regexes that are searched for in the comment string. If any of these
297 regexes matches a portion of the comment string the trigger is
298 matched. ``comment_filter: retrigger`` will match when comments
299 containing 'retrigger' somewhere in the comment text are added to a
300 change.
301
James E. Blair2fa50962013-01-30 21:50:41 -0800302**dequeue-on-new-patchset**
303 Normally, if a new patchset is uploaded to a change that is in a
304 pipeline, the existing entry in the pipeline will be removed (with
305 jobs canceled and any dependent changes that can no longer merge as
306 well. To suppress this behavior (and allow jobs to continue
307 running), set this to ``false``. Default: ``true``.
308
James E. Blair6736beb2013-07-11 15:18:15 -0700309**dequeue-on-conflict**
310 Normally, if there is a merge conflict or similar error with a
311 change, Zuul will immediately remove it from the queue, even if the
312 error is only due to a change that happened to be enqueued ahead of
313 it. If you would like to keep the change in the queue until it is
314 at the head to be certain that the merge conflict is intrinsic to
315 the change, set this to ``false``. Default: ``true``.
316
James E. Blaircdd00072012-06-08 19:17:28 -0700317**success**
318 Describes what Zuul should do if all the jobs complete successfully.
319 This section is optional; if it is omitted, Zuul will run jobs and
320 do nothing on success; it will not even report a message to Gerrit.
321 If the section is present, it will leave a message on the Gerrit
322 review. Each additional argument is assumed to be an argument to
323 ``gerrit review``, with the boolean value of ``true`` simply
324 indicating that the argument should be present without following it
325 with a value. For example, ``verified: 1`` becomes ``gerrit
326 review --verified 1`` and ``submit: true`` becomes ``gerrit review
327 --submit``.
328
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400329**failure**
James E. Blaircdd00072012-06-08 19:17:28 -0700330 Uses the same syntax as **success**, but describes what Zuul should
331 do if at least one job fails.
James E. Blairdc253862012-06-13 17:12:42 -0700332
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400333**start**
James E. Blairdc253862012-06-13 17:12:42 -0700334 Uses the same syntax as **success**, but describes what Zuul should
Clark Boylan00635dc2012-09-19 14:03:08 -0700335 do when a change is added to the pipeline manager. This can be used,
James E. Blairdc253862012-06-13 17:12:42 -0700336 for example, to reset the value of the Verified review category.
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400337
James E. Blair64ed6f22013-07-10 14:07:23 -0700338**precedence**
339 Indicates how the build scheduler should prioritize jobs for
340 different pipelines. Each pipeline may have one precedence, jobs
341 for pipelines with a higher precedence will be run before ones with
342 lower. The value should be one of ``high``, ``normal``, or ``low``.
343 Default: ``normal``.
344
Clark Boylan00635dc2012-09-19 14:03:08 -0700345Some example pipeline configurations are included in the sample layout
346file. The first is called a *check* pipeline::
James E. Blaircdd00072012-06-08 19:17:28 -0700347
348 - name: check
Clark Boylan00635dc2012-09-19 14:03:08 -0700349 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700350 trigger:
351 - event: patchset-created
352 success:
353 verified: 1
354 failure:
355 verified: -1
356
357This will trigger jobs each time a new patchset (or change) is
358uploaded to Gerrit, and report +/-1 values to Gerrit in the
359``verified`` review category. ::
360
361 - name: gate
Clark Boylan00635dc2012-09-19 14:03:08 -0700362 manager: DependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700363 trigger:
364 - event: comment-added
365 approval:
366 - approved: 1
367 success:
368 verified: 2
369 submit: true
370 failure:
371 verified: -2
372
373This will trigger jobs whenever a reviewer leaves a vote of ``1`` in the
374``approved`` review category in Gerrit (a non-standard category).
375Changes will be tested in such a way as to guarantee that they will be
376merged exactly as tested, though that will happen in parallel by
377creating a virtual queue of dependent changes and performing
378speculative execution of jobs. ::
379
380 - name: post
Clark Boylan00635dc2012-09-19 14:03:08 -0700381 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700382 trigger:
383 - event: ref-updated
384 ref: ^(?!refs/).*$
385
386This will trigger jobs whenever a change is merged to a named branch
387(e.g., ``master``). No output will be reported to Gerrit. This is
388useful for side effects such as creating per-commit tarballs. ::
389
390 - name: silent
Clark Boylan00635dc2012-09-19 14:03:08 -0700391 manager: IndependentPipelineManager
James E. Blaircdd00072012-06-08 19:17:28 -0700392 trigger:
393 - event: patchset-created
394
395This also triggers jobs when changes are uploaded to Gerrit, but no
396results are reported to Gerrit. This is useful for jobs that are in
Antoine Mussoce333842012-10-16 14:42:35 +0200397development and not yet ready to be presented to developers. ::
398
399 pipelines:
400 - name: post-merge
401 manager: IndependentPipelineManager
402 trigger:
403 - event: change-merged
404 success:
405 force-message: True
406 failure:
407 force-message: True
408
409The ``change-merged`` events happen when a change has been merged in the git
410repository. The change is thus closed and Gerrit will not accept modifications
411to the review scoring such as ``code-review`` or ``verified``. By using the
412``force-message: True`` parameter, Zuul will pass ``--force-message`` to the
413``gerrit review`` command, thus making sure the message is actually
414sent back to Gerrit regardless of approval scores.
415That kind of pipeline is nice to run regression or performance tests.
416
417.. note::
418 The ``change-merged`` event does not include the commit sha1 which can be
419 hazardous, it would let you report back to Gerrit though. If you were to
420 build a tarball for a specific commit, you should consider insteading using
421 the ``ref-updated`` event which does include the commit sha1 (but lack the
422 Gerrit change number).
James E. Blaircdd00072012-06-08 19:17:28 -0700423
424Jobs
425""""
426
427The jobs section is optional, and can be used to set attributes of
428jobs that are independent of their association with a project. For
429example, if a job should return a customized message on failure, that
430may be specified here. Otherwise, Zuul does not need to be told about
431each job as it builds a list from the project specification.
432
433**name**
434 The name of the job. This field is treated as a regular expression
435 and will be applied to each job that matches.
436
James E. Blaire5a847f2012-07-10 15:29:14 -0700437**failure-message (optional)**
438 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700439
James E. Blaire5a847f2012-07-10 15:29:14 -0700440**success-message (optional)**
441 The message that should be reported to Gerrit if the job fails.
James E. Blaircdd00072012-06-08 19:17:28 -0700442
James E. Blair6aea36d2012-12-17 13:03:24 -0800443**failure-pattern (optional)**
444 The URL that should be reported to Gerrit if the job fails.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700445 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800446 zuul.conf. May be supplied as a string pattern with substitutions
447 as described in url_pattern in :ref:`zuulconf`.
448
449**success-pattern (optional)**
450 The URL that should be reported to Gerrit if the job succeeds.
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700451 Defaults to the build URL or the url_pattern configured in
James E. Blair6aea36d2012-12-17 13:03:24 -0800452 zuul.conf. May be supplied as a string pattern with substitutions
453 as described in url_pattern in :ref:`zuulconf`.
454
James E. Blair222d4982012-07-16 09:31:19 -0700455**hold-following-changes (optional)**
456 This is a boolean that indicates that changes that follow this
Clark Boylan00635dc2012-09-19 14:03:08 -0700457 change in a dependent change pipeline should wait until this job
James E. Blair222d4982012-07-16 09:31:19 -0700458 succeeds before launching. If this is applied to a very short job
459 that can predict whether longer jobs will fail early, this can be
460 used to reduce the number of jobs that Zuul will launch and
461 ultimately have to cancel. In that case, a small amount of
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400462 parallelization of jobs is traded for more efficient use of testing
James E. Blair222d4982012-07-16 09:31:19 -0700463 resources. On the other hand, to apply this to a long running job
464 would largely defeat the parallelization of dependent change testing
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400465 that is the main feature of Zuul. Default: ``false``.
James E. Blair222d4982012-07-16 09:31:19 -0700466
James E. Blaire5a847f2012-07-10 15:29:14 -0700467**branch (optional)**
James E. Blaircdd00072012-06-08 19:17:28 -0700468 This job should only be run on matching branches. This field is
469 treated as a regular expression and multiple branches may be
470 listed.
471
James E. Blair70c71582013-03-06 08:50:50 -0800472**files (optional)**
473 This job should only be run if at least one of the files involved in
474 the change (added, deleted, or modified) matches at least one of the
475 file patterns listed here. This field is treated as a regular
476 expression and multiple expressions may be listed.
477
Mathieu Gagnéd6d2a642013-06-11 20:59:58 -0400478**voting (optional)**
479 Boolean value (``true`` or ``false``) that indicates whatever
480 a job is voting or not. Default: ``true``.
481
James E. Blaire5a847f2012-07-10 15:29:14 -0700482**parameter-function (optional)**
483 Specifies a function that should be applied to the parameters before
484 the job is launched. The function should be defined in a python file
485 included with the :ref:`includes` directive. The function
486 should have the following signature:
487
James E. Blaird78576a2013-07-09 10:39:17 -0700488 .. function:: parameters(item, parameters)
James E. Blaire5a847f2012-07-10 15:29:14 -0700489
490 Manipulate the parameters passed to a job before a build is
491 launched. The ``parameters`` dictionary will already contain the
492 standard Zuul job parameters, and is expected to be modified
493 in-place.
494
James E. Blaird78576a2013-07-09 10:39:17 -0700495 :param item: the current queue item
496 :type item: zuul.model.QueueItem
James E. Blaire5a847f2012-07-10 15:29:14 -0700497 :param parameters: parameters to be passed to the job
498 :type parameters: dict
499
James E. Blair1f4c2bb2013-04-26 08:40:46 -0700500 If the parameter **ZUUL_NODE** is set by this function, then it will
501 be used to specify on what node (or class of node) the job should be
502 run.
503
James E. Blaircdd00072012-06-08 19:17:28 -0700504Here is an example of setting the failure message for jobs that check
505whether a change merges cleanly::
506
507 - name: ^.*-merge$
508 failure-message: This change was unable to be automatically merged
509 with the current state of the repository. Please rebase your
510 change and upload a new patchset.
511
512Projects
513""""""""
514
Clark Boylan00635dc2012-09-19 14:03:08 -0700515The projects section indicates what jobs should be run in each pipeline
James E. Blaircdd00072012-06-08 19:17:28 -0700516for events associated with each project. It contains a list of
517projects. Here is an example::
518
519 - name: example/project
520 check:
521 - project-merge:
522 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700523 - project-pep8
524 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700525 gate:
526 - project-merge:
527 - project-unittest
Clark Boylan00635dc2012-09-19 14:03:08 -0700528 - project-pep8
529 - project-pyflakes
James E. Blaircdd00072012-06-08 19:17:28 -0700530 post:
531 - project-publish
532
533**name**
534 The name of the project (as known by Gerrit).
535
Clark Boylan00635dc2012-09-19 14:03:08 -0700536This is followed by a section for each of the pipelines defined above.
537Pipelines may be omitted if no jobs should run for this project in a
538given pipeline. Within the pipeline section, the jobs that should be
James E. Blaircdd00072012-06-08 19:17:28 -0700539executed are listed. If a job is entered as a dictionary key, then
540jobs contained within that key are only executed if the key job
541succeeds. In the above example, project-unittest, project-pep8, and
542project-pyflakes are only executed if project-merge succeeds. This
543can help avoid running unnecessary jobs.
544
Paul Belangerffef9e42013-02-11 22:15:18 -0500545.. 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 -0700546
Antoine Musso80edd5a2013-02-13 15:37:53 +0100547Project Templates
548"""""""""""""""""
549
550Whenever you have lot of similiar projects (such as plugins for a project) you
551will most probably want to use the same pipeline configurations. The
552project templates let you define pipelines and job name templates to trigger.
553One can then just apply the template on its project which make it easier to
554update several similiar projects. As an example::
555
556 project-templates:
557 # Name of the template
558 - name: plugin-triggering
559 # Definition of pipelines just like for a `project`
560 check:
561 - '{jobprefix}-merge':
562 - '{jobprefix}-pep8'
563 - '{jobprefix}-pyflakes'
564 gate:
565 - '{jobprefix}-merge':
566 - '{jobprefix}-unittest'
567 - '{jobprefix}-pep8'
568 - '{jobprefix}-pyflakes'
569
570In your projects definition, you will then apply the template using the template
571key::
572
573 projects:
574 - name: plugin/foobar
575 template:
576 - name: plugin-triggering
577 jobprefix: plugin-foobar
578
579You can pass several parameters to a template. A ``parameter`` value will be
580used for expansion of ``{parameter}`` in the template strings.
James E. Blaircdd00072012-06-08 19:17:28 -0700581
582logging.conf
583~~~~~~~~~~~~
584This file is optional. If provided, it should be a standard
585:mod:`logging.config` module configuration file. If not present, Zuul will
586output all log messages of DEBUG level or higher to the console.
587
588Starting Zuul
589-------------
590
591To start Zuul, run **zuul-server**::
592
Antoine Mussob3aa8282013-04-19 15:16:59 +0200593 usage: zuul-server [-h] [-c CONFIG] [-l LAYOUT] [-d] [-t] [--version]
James E. Blaircdd00072012-06-08 19:17:28 -0700594
595 Project gating system.
596
597 optional arguments:
598 -h, --help show this help message and exit
599 -c CONFIG specify the config file
Antoine Mussob3aa8282013-04-19 15:16:59 +0200600 -l LAYOUT specify the layout file
James E. Blaircdd00072012-06-08 19:17:28 -0700601 -d do not run as a daemon
Antoine Mussob3aa8282013-04-19 15:16:59 +0200602 -t validate layout file syntax
603 --version show zuul version
James E. Blaircdd00072012-06-08 19:17:28 -0700604
605You may want to use the ``-d`` argument while you are initially setting
606up Zuul so you can detect any configuration errors quickly. Under
607normal operation, omit ``-d`` and let Zuul run as a daemon.
608
609If you send signal 1 (SIGHUP) to the zuul-server process, Zuul will
610stop executing new jobs, wait until all executing jobs are finished,
611reload its configuration, and resume. Any values in any of the
612configuration files may be changed, except the location of Zuul's PID
613file (a change to that will be ignored until Zuul is restarted).
Clark Boylanf231fa22013-02-08 12:28:53 -0800614
615If you send a SIGUSR1 to the zuul-server process, Zuul will stop
616executing new jobs, wait until all executing jobs are finished,
617then exit. While waiting to exit Zuul will queue Gerrit events and
618save these events prior to exiting. When Zuul starts again it will
619read these saved events and act on them.
Jeremy Stanley93e05f42013-03-08 17:29:17 +0000620
621If you need to abort zuul and intend to manually requeue changes for
622jobs which were running in its pipelines, prior to terminating you can
623use the zuul-changes.py tool script to simplify the process. For
624example, this would give you a list of Gerrit commands to reverify or
625recheck changes for the gate and check pipelines respectively::
626
627 ./tools/zuul-changes.py --review-host=review.openstack.org \
628 http://zuul.openstack.org/ gate 'reverify no bug'
629 ./tools/zuul-changes.py --review-host=review.openstack.org \
630 http://zuul.openstack.org/ check 'recheck no bug'