diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /taskcluster/docs/attributes.rst | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.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.rst | 52 |
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. |