Bug 1641948: remove android opt builds from non-mozilla-central branches; reduce frequency of fat-aar builds r=snorp,Callek

snorp - I'm not sure if you want/need to review this yourself so I'm flagging you as optional.

Differential Revision: https://phabricator.services.mozilla.com/D77834
This commit is contained in:
Ben Hearsum 2020-06-03 20:52:38 +00:00
Родитель cb61ee92f5
Коммит 3dca5e3f67
5 изменённых файлов: 25 добавлений и 8 удалений

Просмотреть файл

@ -99,3 +99,6 @@ jobs:
config:
- builds/releng_base_android_64_builds.py
- taskcluster_nightly.py
optimization:
push-interval-25:
- android

Просмотреть файл

@ -74,6 +74,7 @@ android-x86/opt:
treeherder:
platform: android-4-2-x86/opt
symbol: B
run-on-projects: ['mozilla-central']
worker-type: b-linux
worker:
env:
@ -146,11 +147,11 @@ android-api-16/opt:
treeherder:
platform: android-4-0-armv7-api16/opt
symbol: B
run-on-projects: ['mozilla-central']
worker-type: b-linux
worker:
env:
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
MOZ_AUTOMATION_PACKAGE_TESTS: "1"
run:
actions: [get-secrets, build]
config: ["builds/releng_base_android_64_builds.py"]
@ -198,6 +199,7 @@ android-aarch64/opt:
treeherder:
platform: android-5-0-aarch64/opt
symbol: B
run-on-projects: ['mozilla-central']
worker-type: b-linux
worker:
env:
@ -273,11 +275,11 @@ android-x86_64/opt:
treeherder:
platform: android-5-0-x86_64/opt
symbol: B
run-on-projects: ['mozilla-central']
worker-type: b-linux
worker:
env:
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
MOZ_AUTOMATION_PACKAGE_TESTS: "1"
run:
actions: [get-secrets, build]
config: ["builds/releng_base_android_64_builds.py"]

Просмотреть файл

@ -356,6 +356,10 @@ mochitest-webgl1-core:
by-test-platform:
macosx.*64-ccov/.*: 7200
default: 1800
run-on-projects:
by-test-platform:
android-hw-.*(?<!-shippable)/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
default: built-projects
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
allow-software-gl-layers: false
mozharness:
@ -374,6 +378,10 @@ mochitest-webgl1-ext:
loopback-video: true
tier: default
max-run-time: 2700
run-on-projects:
by-test-platform:
android-hw-.*(?<!-shippable)/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
default: built-projects
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
allow-software-gl-layers: false
mozharness:
@ -393,6 +401,10 @@ mochitest-webgl2-core:
loopback-video: true
tier: default
max-run-time: 1800
run-on-projects:
by-test-platform:
android-hw-.*(?<!-shippable)/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
default: built-projects
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
allow-software-gl-layers: false
mozharness:

Просмотреть файл

@ -383,7 +383,7 @@ macosx1014-64-ccov/opt:
# android-em test platforms execute on android emulators.
android-em-7.0-x86_64/opt:
build-platform: android-x86_64/opt
build-platform: android-x86_64-shippable/opt
test-sets:
- android-x86_64-tests
@ -393,7 +393,7 @@ android-em-7.0-x86_64/debug:
- android-x86_64-tests
android-em-7.0-x86_64-qr/opt:
build-platform: android-x86_64/opt
build-platform: android-x86_64-shippable/opt
test-sets:
- android-x86_64-qr-tests
@ -407,7 +407,7 @@ android-em-7.0-x86_64-qr/debug:
# android-hw-g5-7-0 Motorola Moto G5 Android 7.0
android-hw-g5-7-0-arm7-api-16/opt:
build-platform: android-api-16/opt
build-platform: android-api-16-shippable/opt
test-sets:
- android-hw-arm7-browsertime
- android-hw-arm7-raptor
@ -434,7 +434,7 @@ android-hw-p2-8-0-arm7-api-16-shippable/opt:
- android-hw-arm7-pgo-unittests
android-hw-p2-8-0-arm7-api-16/opt:
build-platform: android-api-16/opt
build-platform: android-api-16-shippable/opt
test-sets:
- android-hw-arm7-browsertime
- android-hw-arm7-raptor
@ -449,7 +449,7 @@ android-hw-p2-8-0-arm7-api-16/debug:
- android-hw-arm7-debug-unittests
android-hw-p2-8-0-android-aarch64-qr/opt:
build-platform: android-api-16/opt
build-platform: android-api-16-shippable/opt
test-sets:
- android-hw-aarch64-qr

Просмотреть файл

@ -452,7 +452,7 @@ jobs:
MOZ_FETCHES_DIR: fetches
dependencies:
webrender-wrench-android-release: webrender-wrench-android-release
android-build: build-android-aarch64/opt
android-build: build-android-aarch64-shippable/opt
fetches:
webrender-wrench-android-release:
- 'wrench-release.apk'