2019-05-11 00:19:48 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
---
|
2018-10-24 00:27:42 +03:00
|
|
|
job-defaults:
|
2019-07-05 18:19:00 +03:00
|
|
|
attributes:
|
|
|
|
artifact_map: taskcluster/taskgraph/manifests/fennec_geckoview.yml
|
2016-09-12 21:34:06 +03:00
|
|
|
index:
|
|
|
|
product: mobile
|
|
|
|
worker:
|
2017-09-15 22:31:16 +03:00
|
|
|
docker-image: {in-tree: android-build}
|
2016-09-12 21:34:06 +03:00
|
|
|
max-run-time: 7200
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
2017-10-18 23:05:54 +03:00
|
|
|
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
|
|
|
|
artifacts:
|
2019-07-05 18:19:14 +03:00
|
|
|
- name: public/build/maven
|
|
|
|
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
|
|
|
|
type: directory
|
2018-04-04 20:50:34 +03:00
|
|
|
- name: public/build/geckoview-androidTest.apk
|
2018-11-07 02:21:30 +03:00
|
|
|
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/outputs/apk/androidTest/withGeckoBinaries/debug/geckoview-withGeckoBinaries-debug-androidTest.apk
|
2018-04-04 20:50:34 +03:00
|
|
|
type: file
|
2017-11-11 08:36:41 +03:00
|
|
|
- name: public/build/geckoview_example.apk
|
2018-11-07 02:21:30 +03:00
|
|
|
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview_example/outputs/apk/withGeckoBinaries/debug/geckoview_example-withGeckoBinaries-debug.apk
|
2017-11-11 08:36:41 +03:00
|
|
|
type: file
|
|
|
|
- name: public/build
|
|
|
|
path: /builds/worker/artifacts/
|
|
|
|
type: directory
|
2016-09-12 21:34:06 +03:00
|
|
|
run:
|
|
|
|
using: mozharness
|
|
|
|
script: "mozharness/scripts/fx_desktop_build.py"
|
2016-12-01 17:03:16 +03:00
|
|
|
secrets: true
|
2019-04-23 19:13:46 +03:00
|
|
|
mozconfig-variant: null
|
2016-09-12 21:34:06 +03:00
|
|
|
tooltool-downloads: internal
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- android-gradle-dependencies
|
|
|
|
- android-ndk-linux
|
|
|
|
- android-sdk-linux
|
|
|
|
- linux64-clang
|
|
|
|
- linux64-rust-android
|
|
|
|
- linux64-rust-size
|
|
|
|
- linux64-cbindgen
|
|
|
|
- linux64-nasm
|
|
|
|
- linux64-node
|
2018-07-24 13:53:37 +03:00
|
|
|
|
2019-04-23 19:13:46 +03:00
|
|
|
android-api-16/debug:
|
|
|
|
description: "Android 4.0 api-16+ Debug"
|
|
|
|
index:
|
|
|
|
job-name: android-api-16-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-0-armv7-api16/debug
|
|
|
|
symbol: B
|
|
|
|
worker-type: b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
|
|
|
custom-build-variant-cfg: api-16-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-04-23 19:13:46 +03:00
|
|
|
|
2016-09-12 21:34:06 +03:00
|
|
|
android-x86/opt:
|
|
|
|
description: "Android 4.2 x86 Opt"
|
|
|
|
index:
|
|
|
|
job-name: android-x86-opt
|
2018-08-09 13:09:27 +03:00
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
2016-09-12 21:34:06 +03:00
|
|
|
treeherder:
|
|
|
|
platform: android-4-2-x86/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2016-09-12 21:34:06 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
2016-09-12 21:34:06 +03:00
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2016-09-12 21:34:06 +03:00
|
|
|
custom-build-variant-cfg: x86
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2018-08-31 06:35:20 +03:00
|
|
|
|
|
|
|
android-x86-fuzzing/debug:
|
|
|
|
description: "Android x86 Fuzzing Debug"
|
|
|
|
index:
|
|
|
|
job-name: android-x86-fuzzing-debug
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-2-x86/debug
|
|
|
|
symbol: Bf
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-08-31 06:35:20 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2018-08-31 06:35:20 +03:00
|
|
|
custom-build-variant-cfg: x86-fuzzing-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2018-08-07 20:53:57 +03:00
|
|
|
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
android-x86-nightly/opt:
|
|
|
|
description: "Android 4.2 x86 Nightly"
|
|
|
|
attributes:
|
2018-08-09 13:09:27 +03:00
|
|
|
enable-full-crashsymbols: true
|
2019-04-23 19:13:46 +03:00
|
|
|
nightly: true
|
2018-10-11 01:09:50 +03:00
|
|
|
shipping-phase: build
|
2017-12-06 06:36:54 +03:00
|
|
|
shipping-product: fennec
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
index:
|
2017-01-10 00:23:04 +03:00
|
|
|
job-name: android-x86-opt
|
2019-04-16 12:46:07 +03:00
|
|
|
type: android-nightly
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
treeherder:
|
|
|
|
platform: android-4-2-x86/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: N
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
run:
|
2018-10-23 00:50:26 +03:00
|
|
|
actions: [get-secrets, build, multi-l10n]
|
Bug 1322041 - Support android x86, arm; and desktop linux, linux64 nightlies via Taskcluster. Unsigned. r=dustin
Involved work which landed on the date project branch with:
* Bug 1321040, by Callek (https://hg.mozilla.org/projects/date/rev/625e2238eddb)
* Bug 1319546, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/70a23d243d2c, https://hg.mozilla.org/projects/date/rev/01e3de270a4f)
* Bug 1277579, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/c3a160ac642b, https://hg.mozilla.org/projects/date/rev/40ee5ff8fad8, https://hg.mozilla.org/projects/date/rev/ec159b8dba7f, https://hg.mozilla.org/projects/date/rev/afd3823c852b)
* Bug 1306166, by kmoir@mozilla.com (https://hg.mozilla.org/projects/date/rev/ff2e467cc345)
MozReview-Commit-ID: 8aZr6TqjRMR
--HG--
extra : rebase_source : bbb894ce57ef1ded707176561bd3ca9dc10ca04e
2016-12-05 01:18:03 +03:00
|
|
|
config:
|
|
|
|
- builds/releng_base_android_64_builds.py
|
|
|
|
- taskcluster_nightly.py
|
|
|
|
custom-build-variant-cfg: x86
|
|
|
|
|
2017-08-09 17:18:15 +03:00
|
|
|
android-api-16/opt:
|
|
|
|
description: "Android 4.0 api-16+ Opt"
|
2016-09-12 21:34:06 +03:00
|
|
|
index:
|
2017-08-09 17:18:15 +03:00
|
|
|
job-name: android-api-16-opt
|
2018-08-09 13:09:27 +03:00
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
2016-09-12 21:34:06 +03:00
|
|
|
treeherder:
|
2017-08-31 12:17:54 +03:00
|
|
|
platform: android-4-0-armv7-api16/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2016-09-12 21:34:06 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
2016-09-12 21:34:06 +03:00
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2017-08-09 17:18:15 +03:00
|
|
|
custom-build-variant-cfg: api-16
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2016-09-12 21:34:06 +03:00
|
|
|
|
2019-03-19 02:53:31 +03:00
|
|
|
android-api-16/pgo:
|
|
|
|
description: "Android 4.0 api-16+ PGO"
|
|
|
|
use-pgo: true
|
|
|
|
index:
|
|
|
|
job-name: android-api-16-pgo
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-0-armv7-api16/pgo
|
|
|
|
symbol: Bpgo(B)
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2019-03-19 02:53:31 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-06-01 02:56:16 +03:00
|
|
|
custom-build-variant-cfg: api-16
|
2019-03-19 02:53:31 +03:00
|
|
|
|
2018-01-05 02:45:56 +03:00
|
|
|
android-api-16-without-google-play-services/opt:
|
|
|
|
description: "Android 4.0 api-16+ (without Google Play Services) Opt"
|
|
|
|
index:
|
|
|
|
job-name: android-api-16-without-google-play-services-opt
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-0-armv7-api16/opt
|
|
|
|
symbol: BnoGPS
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-01-05 02:45:56 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: android-api-16-without-google-play-services
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2018-01-05 02:45:56 +03:00
|
|
|
custom-build-variant-cfg: api-16-without-google-play-services
|
|
|
|
run-on-projects: ['mozilla-central']
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2018-01-05 02:45:56 +03:00
|
|
|
|
2017-08-09 17:18:15 +03:00
|
|
|
android-api-16-nightly/opt:
|
|
|
|
description: "Android 4.0 api-16+ Nightly"
|
2019-04-30 18:55:45 +03:00
|
|
|
use-pgo: android-api-16/pgo
|
2016-09-16 11:20:38 +03:00
|
|
|
attributes:
|
2018-08-09 13:09:27 +03:00
|
|
|
enable-full-crashsymbols: true
|
2019-04-23 19:13:46 +03:00
|
|
|
nightly: true
|
2018-10-11 01:09:50 +03:00
|
|
|
shipping-phase: build
|
2017-12-06 06:36:54 +03:00
|
|
|
shipping-product: fennec
|
2016-09-16 11:20:38 +03:00
|
|
|
index:
|
2017-08-09 17:18:15 +03:00
|
|
|
job-name: android-api-16-opt
|
2019-04-16 12:46:07 +03:00
|
|
|
type: android-nightly-with-multi-l10n
|
2016-09-16 11:20:38 +03:00
|
|
|
treeherder:
|
2017-08-31 12:17:54 +03:00
|
|
|
platform: android-4-0-armv7-api16/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: N
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2016-09-16 11:20:38 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
2016-09-16 11:20:38 +03:00
|
|
|
run:
|
2018-10-23 00:50:26 +03:00
|
|
|
actions: [get-secrets, build, multi-l10n]
|
2016-09-16 11:20:38 +03:00
|
|
|
config:
|
|
|
|
- builds/releng_base_android_64_builds.py
|
|
|
|
- taskcluster_nightly.py
|
2019-06-01 02:56:16 +03:00
|
|
|
custom-build-variant-cfg: api-16
|
2017-05-25 23:53:33 +03:00
|
|
|
|
|
|
|
android-aarch64/opt:
|
|
|
|
description: "Android 5.0 AArch64 Opt"
|
|
|
|
index:
|
|
|
|
job-name: android-aarch64-opt
|
2018-08-09 13:09:27 +03:00
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
2017-05-25 23:53:33 +03:00
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2017-05-25 23:53:33 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
2017-05-25 23:53:33 +03:00
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2017-05-25 23:53:33 +03:00
|
|
|
custom-build-variant-cfg: aarch64
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2017-05-25 23:53:33 +03:00
|
|
|
|
2019-05-03 00:36:46 +03:00
|
|
|
android-aarch64/pgo:
|
|
|
|
description: "Android 5.0 AArch64 PGO"
|
|
|
|
use-pgo: android-api-16/pgo
|
|
|
|
index:
|
|
|
|
job-name: android-aarch64-pgo
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/pgo
|
|
|
|
symbol: Bpgo(B)
|
|
|
|
worker-type: b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-06-01 02:56:16 +03:00
|
|
|
custom-build-variant-cfg: aarch64
|
2019-05-03 00:36:46 +03:00
|
|
|
|
2018-11-29 01:46:37 +03:00
|
|
|
android-aarch64/debug:
|
|
|
|
description: "Android 5.0 AArch64 Debug"
|
|
|
|
index:
|
|
|
|
job-name: android-aarch64-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/debug
|
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-11-29 01:46:37 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2018-11-29 01:46:37 +03:00
|
|
|
custom-build-variant-cfg: aarch64-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2018-11-29 01:46:37 +03:00
|
|
|
|
2017-05-25 23:53:33 +03:00
|
|
|
android-aarch64-nightly/opt:
|
|
|
|
description: "Android 5.0 AArch64 Nightly"
|
2019-05-10 00:55:41 +03:00
|
|
|
use-pgo: android-api-16/pgo
|
2017-05-25 23:53:33 +03:00
|
|
|
attributes:
|
2018-08-09 13:09:27 +03:00
|
|
|
enable-full-crashsymbols: true
|
2019-04-23 19:13:46 +03:00
|
|
|
nightly: true
|
2018-10-11 01:09:50 +03:00
|
|
|
shipping-phase: build
|
2017-12-06 06:36:54 +03:00
|
|
|
shipping-product: fennec
|
2017-05-25 23:53:33 +03:00
|
|
|
index:
|
|
|
|
job-name: android-aarch64-opt
|
2019-04-16 12:46:07 +03:00
|
|
|
type: android-nightly
|
2017-05-25 23:53:33 +03:00
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/opt
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: N
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2017-05-25 23:53:33 +03:00
|
|
|
worker:
|
2017-06-06 10:17:40 +03:00
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
2017-05-25 23:53:33 +03:00
|
|
|
run:
|
2018-10-23 00:50:26 +03:00
|
|
|
actions: [get-secrets, build, multi-l10n]
|
2017-05-25 23:53:33 +03:00
|
|
|
config:
|
|
|
|
- builds/releng_base_android_64_builds.py
|
|
|
|
- taskcluster_nightly.py
|
2019-06-01 02:56:16 +03:00
|
|
|
custom-build-variant-cfg: aarch64
|
2018-09-13 19:09:26 +03:00
|
|
|
|
|
|
|
android-x86_64/opt:
|
|
|
|
description: "Android 5.0 x86-64 Opt"
|
|
|
|
index:
|
|
|
|
job-name: android-x86_64-opt
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-x86_64/opt
|
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-09-13 19:09:26 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2018-09-13 19:09:26 +03:00
|
|
|
custom-build-variant-cfg: x86_64
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2018-09-13 19:09:26 +03:00
|
|
|
|
|
|
|
android-x86_64-nightly/opt:
|
|
|
|
description: "Android 5.0 x86-64 Nightly"
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
2019-04-23 19:13:46 +03:00
|
|
|
nightly: true
|
2018-10-11 01:09:50 +03:00
|
|
|
shipping-phase: build
|
2018-09-13 19:09:26 +03:00
|
|
|
shipping-product: fennec
|
|
|
|
index:
|
|
|
|
job-name: android-x86_64-opt
|
2019-04-16 12:46:07 +03:00
|
|
|
type: android-nightly
|
2018-09-13 19:09:26 +03:00
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-x86_64/opt
|
|
|
|
symbol: N
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-09-13 19:09:26 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
run:
|
2018-10-23 00:50:26 +03:00
|
|
|
actions: [get-secrets, build, multi-l10n]
|
2018-09-13 19:09:26 +03:00
|
|
|
config:
|
|
|
|
- builds/releng_base_android_64_builds.py
|
|
|
|
- taskcluster_nightly.py
|
|
|
|
custom-build-variant-cfg: x86_64
|
2018-11-29 01:46:37 +03:00
|
|
|
|
|
|
|
android-x86_64/debug:
|
|
|
|
description: "Android 5.0 x86-64 Debug"
|
|
|
|
index:
|
|
|
|
job-name: android-x86_64-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-x86_64/debug
|
|
|
|
symbol: B
|
2019-04-02 19:50:36 +03:00
|
|
|
worker-type: b-linux
|
2018-11-29 01:46:37 +03:00
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
2019-05-20 22:14:06 +03:00
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: x86_64-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-04-23 19:13:46 +03:00
|
|
|
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-api-16-gcp/debug:
|
|
|
|
description: "Android 4.0 api-16+ Debug - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-api-16-gcp-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-0-armv7-api16/debug
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: api-16-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-04-23 19:13:46 +03:00
|
|
|
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-x86-gcp/opt:
|
|
|
|
description: "Android 4.2 x86 Opt - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-x86-gcp-opt
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-2-x86/opt
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: x86
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-api-16-gcp/opt:
|
|
|
|
description: "Android 4.0 api-16+ Opt - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-api-16-gcp-opt
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-4-0-armv7-api16/opt
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: api-16
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-aarch64-gcp/opt:
|
|
|
|
description: "Android 5.0 AArch64 Opt - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-aarch64-gcp-opt
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/opt
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: aarch64
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-aarch64-gcp/debug:
|
|
|
|
description: "Android 5.0 AArch64 Debug - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-aarch64-gcp-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-aarch64/debug
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: aarch64-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-x86_64-gcp/opt:
|
|
|
|
description: "Android 5.0 x86-64 Opt - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-x86_64-gcp-opt
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-x86_64/opt
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
|
|
|
run:
|
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2019-05-20 22:14:06 +03:00
|
|
|
custom-build-variant-cfg: x86_64
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|
2019-05-20 22:14:06 +03:00
|
|
|
|
|
|
|
android-x86_64-gcp/debug:
|
|
|
|
description: "Android 5.0 x86-64 Debug - built on GCP"
|
|
|
|
index:
|
|
|
|
job-name: android-x86_64-gcp-debug
|
|
|
|
attributes:
|
|
|
|
enable-full-crashsymbols: true
|
|
|
|
treeherder:
|
|
|
|
platform: android-5-0-x86_64/debug
|
|
|
|
symbol: Bg
|
|
|
|
tier: 3
|
|
|
|
worker-type: gce/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
env:
|
|
|
|
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
|
|
|
|
PERFHERDER_EXTRA_OPTIONS: gcp
|
2018-11-29 01:46:37 +03:00
|
|
|
run:
|
2019-01-07 22:20:56 +03:00
|
|
|
actions: [get-secrets, build]
|
2019-04-23 19:13:46 +03:00
|
|
|
config: ["builds/releng_base_android_64_builds.py"]
|
2018-11-29 01:46:37 +03:00
|
|
|
custom-build-variant-cfg: x86_64-debug
|
2019-08-14 05:37:17 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-sccache
|