diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/docs/kinds.rst | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/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.rst | 84 |
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. |