From 05efbf3c892d55ac420d109aef71882ff86da9da Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Wed, 31 Jan 2024 15:19:50 -0700 Subject: [PATCH] Bug 1877823 - add simple descriptions for new items in attributes.rst. r=gabriel,releng-reviewers Differential Revision: https://phabricator.services.mozilla.com/D201550 --- taskcluster/docs/attributes.rst | 50 ++++++++++++++------------------- 1 file changed, 21 insertions(+), 29 deletions(-) diff --git a/taskcluster/docs/attributes.rst b/taskcluster/docs/attributes.rst index 5e725fc25942..e8773661a051 100644 --- a/taskcluster/docs/attributes.rst +++ b/taskcluster/docs/attributes.rst @@ -477,60 +477,52 @@ For Snap tests tasks, used to disambiguate task label build-type ========== -To do. +For android builds, the type of build: typically debug, nightly, beta, release. component ========= -To do. - -aab -=== -To do. +For android-components builds, the name of the component. apks ==== -To do. +For android apk build tasks, the list of apk artifact names. + +aab +=== +For android aab build tasks, the aab artifact names. release-type ============ -To do. +For android builds, the type of release: typically debug, nightly, beta, release. shipping-product ================ -To do. +For android tasks, the shipping product: Fenix, Focus, or an android-component name. artifacts ========= -To do. - -screenshots -=========== -To do. - -legacy -====== -To do. +For android-components tasks, a dictionary mapping extensions to artifact names. is_final_chunked_task ===================== -To do. +Used by taskcluster.android_taskgraph.transforms.chunk to mark the last task in a chunk group. -run_on_tasks_for -================ -XXX Should not be needed! - -primary-kind-dependency -======================= -https://taskcluster-taskgraph.readthedocs.io/en/latest/reference/transforms/from_deps.html#primary-kind +legacy +====== +Used by Fenix UI tests to select UI tests on legacy Android devices and API levels. nightly-test ============ -To do. +Used by Fenix browsertime tests to mark the task as part of the nightly-test graph. + +screenshots +=========== +Used by Fenix UI tests to mark the task as part of the screenshots graph. abi === -To do. +Used by android browsertime tasks to track the abi of the product under test. apk === -To do. +Used by android browsertime tasks to track the path to the apk of the product under test.