summaryrefslogtreecommitdiffstats
path: root/taskcluster/docs/attributes.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /taskcluster/docs/attributes.rst
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/docs/attributes.rst')
-rw-r--r--taskcluster/docs/attributes.rst52
1 files changed, 52 insertions, 0 deletions
diff --git a/taskcluster/docs/attributes.rst b/taskcluster/docs/attributes.rst
index 31ddecf3a2..e8773661a0 100644
--- a/taskcluster/docs/attributes.rst
+++ b/taskcluster/docs/attributes.rst
@@ -474,3 +474,55 @@ snap_test_type
For Snap tests tasks, used to disambiguate task label
.. _primary one: https://taskcluster-taskgraph.readthedocs.io/en/latest/reference/transforms/from_deps.html#primary-kind
+
+build-type
+==========
+For android builds, the type of build: typically debug, nightly, beta, release.
+
+component
+=========
+For android-components builds, the name of the component.
+
+apks
+====
+For android apk build tasks, the list of apk artifact names.
+
+aab
+===
+For android aab build tasks, the aab artifact names.
+
+release-type
+============
+For android builds, the type of release: typically debug, nightly, beta, release.
+
+shipping-product
+================
+For android tasks, the shipping product: Fenix, Focus, or an android-component name.
+
+artifacts
+=========
+For android-components tasks, a dictionary mapping extensions to artifact names.
+
+is_final_chunked_task
+=====================
+Used by taskcluster.android_taskgraph.transforms.chunk to mark the last task in a chunk group.
+
+legacy
+======
+Used by Fenix UI tests to select UI tests on legacy Android devices and API levels.
+
+nightly-test
+============
+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
+===
+Used by android browsertime tasks to track the abi of the product under test.
+
+apk
+===
+Used by android browsertime tasks to track the path to the apk of the product under test.