Bug 1373326 - Flesh out docs a bit. r=dustin

(For Landing more OSX Nightly Support from date to central)

MozReview-Commit-ID: 2zOkiBS294y

--HG--
extra : rebase_source : d380d4975f8480b65d44c07c099ef6f166228e01
This commit is contained in:
Justin Wood 2017-06-15 13:47:22 -04:00
parent cc6f557461
commit bfdd4c1e50

View File

@ -4,7 +4,7 @@ Task Kinds
This section lists and documents the available task kinds.
build
------
-----
Builds are tasks that produce an installer or other output that can be run by
users or automated tests. This is more restrictive than most definitions of
@ -12,7 +12,11 @@ users or automated tests. This is more restrictive than most definitions of
actions for static analysis or to produce instrumented artifacts.
build-signing
--------------
-------------
Many builds must be signed. The build-signing task takes the unsigned `build`
kind artifacts and passess them through signingscriptworker to a signing server
and returns signed results.
artifact-build
@ -51,7 +55,7 @@ on an appropriate signing format. One signing job is created for each nightly-l1
job (usually chunked).
source-test
------------
-----------
Source-tests are tasks that run directly from the Gecko source. This can include linting,
unit tests, source-code analysis, or measurement work. While source-test tasks run from
@ -153,7 +157,7 @@ The task definition used to create the image-building tasks is given in
Template <yaml-templates>`.
android-stuff
--------------
-------------
balrog
------
@ -185,15 +189,14 @@ This separate kind uses logic specific to localized artifacts, such as including
the language in the final artifact names.
beetmover-repackage
---------
-------------------
Beetmover-repackage is beetmover but for tasks that need an intermediate step
between signing and packaging, such as OSX. For more details see the definitions
of the Beetmover kind above and the repackage kind below.
checksums-signing
----------------
-----------------
Checksums-signing take as input the checksums file generated by beetmover tasks
and sign it via the signing scriptworkers. Returns the same file signed and
additional detached signature.