summaryrefslogtreecommitdiffstats
path: root/taskcluster/docs/kinds.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/kinds.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/kinds.rst')
-rw-r--r--taskcluster/docs/kinds.rst84
1 files changed, 80 insertions, 4 deletions
diff --git a/taskcluster/docs/kinds.rst b/taskcluster/docs/kinds.rst
index 1b9a18dd19..b54f95f0fa 100644
--- a/taskcluster/docs/kinds.rst
+++ b/taskcluster/docs/kinds.rst
@@ -351,6 +351,10 @@ release-notify-started
----------------------
Notify when a release has been started.
+release-notify-testrail
+-----------------------
+Create milestones in testrail for the next fenix/focus releases, and send a slack notification.
+
release-bouncer-sub
-------------------
Submits bouncer information for releases.
@@ -654,6 +658,10 @@ post-beetmover-checksums-dummy
------------------------------
Dummy tasks to consolidate beetmover-checksums dependencies to avoid taskcluster limits on number of dependencies per task.
+post-beetmover-components-dummy
+-------------------------------
+Dummy tasks to consolidate beetmover-components dependencies to avoid taskcluster limits on number of dependencies per task.
+
post-langpack-dummy
-------------------
Dummy tasks to consolidate language pack beetmover dependencies to avoid taskcluster limits on number of dependencies per task.
@@ -783,10 +791,6 @@ fxrecord
Visual metrics computation of desktop Firefox startup. The performance team
monitors this task to watch for regressions in Firefox startup performance.
-are-we-esmified-yet
----------------------
-Collects data about the transition to ECMAScript Modules from JSMs.
-
attribution
-----------
Injects attribution information into en-US installers.
@@ -807,3 +811,75 @@ trigger-comm-central
--------------------
Trigger a CI decision task on comm-central when conditions are met. Currently
used for verifying third party Rust code is consistent.
+
+build-components
+----------------
+Build android-components.
+
+build-bundle
+------------
+Build Focus, Klar, and Fenix android app bundles.
+
+build-apk
+---------
+Build Focus, Klar, and Fenix apks.
+
+build-samples-browser
+---------------------
+Build android samples browser.
+
+signing
+-------
+Sign android-components.
+
+signing-bundle
+--------------
+Sign Focus, Klar, and Fenix android app bundles.
+
+signing-apk
+-----------
+Sign Focus, Klar, and Fenix apks.
+
+test-components
+---------------
+Test android-components
+
+test-apk
+--------
+Test Focus, Klar, and Fenix apks.
+
+ui-test-apk
+-----------
+User interface tests for Focus, Klar, and Fenix apks.
+
+android-browsertime
+-------------------
+Browsertime tests for android.
+
+android-startup-test
+--------------------
+Startup test for android.
+
+post-signing
+------------
+Gating kind to wait for all android signing tasks.
+
+beetmover-components
+--------------------
+A beetmover task for android components.
+
+beetmover-android-app
+---------------------
+A beetmover task for android APKs and AABs.
+
+push-bundle
+-----------
+Push Focus and Fenix AABs to Google Play.
+
+push-bundle
+-----------
+Push Focus and Fenix AABs to Google Play.
+
+android-l10n
+------------
+Update android string resources from android-l10n repo.