зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1426586 - Add android hardware test platforms for android-hw, r=gbrown,jmaher
This commit is contained in:
Родитель
6ce54f285d
Коммит
3398d343c8
|
@ -4,12 +4,15 @@ job-defaults:
|
|||
script:
|
||||
by-test-platform:
|
||||
android-em.*: android_emulator_unittest.py
|
||||
android-hw.*: android_hardware_unittest.py
|
||||
default: desktop_unittest.py
|
||||
config:
|
||||
by-test-platform:
|
||||
android-em.*:
|
||||
- android/android_common.py
|
||||
- android/androidarm_4_3.py
|
||||
android-hw.*:
|
||||
- android/android_hw.py
|
||||
linux.*:
|
||||
- unittests/linux_unittest.py
|
||||
- remove_executables.py
|
||||
|
@ -62,7 +65,7 @@ jittest:
|
|||
windows10-64-ccov/debug: 6
|
||||
macosx.*: 1
|
||||
android-em-4.3-arm7-api-15/debug: 20
|
||||
android-em.*: 10
|
||||
android.*: 10
|
||||
default: 6
|
||||
max-run-time:
|
||||
by-test-platform:
|
||||
|
@ -74,3 +77,7 @@ jittest:
|
|||
windows.*: false
|
||||
macosx.*: false
|
||||
default: true
|
||||
tier:
|
||||
by-test-platform:
|
||||
android-hw.*: 3
|
||||
default: default
|
||||
|
|
|
@ -7,6 +7,7 @@ job-defaults:
|
|||
script:
|
||||
by-test-platform:
|
||||
android-em.*: android_emulator_unittest.py
|
||||
android-hw.*: android_hardware_unittest.py
|
||||
default: desktop_unittest.py
|
||||
config:
|
||||
by-test-platform:
|
||||
|
@ -19,6 +20,8 @@ job-defaults:
|
|||
android-em.*:
|
||||
- android/android_common.py
|
||||
- android/androidarm_4_3.py
|
||||
android-hw.*:
|
||||
- android/android_hw.py
|
||||
linux.*:
|
||||
- unittests/linux_unittest.py
|
||||
- remove_executables.py
|
||||
|
@ -294,12 +297,13 @@ mochitest-media:
|
|||
mochitest-flavor: plain
|
||||
chunked:
|
||||
by-test-platform:
|
||||
android-em.*: false
|
||||
android.*: false
|
||||
macosx64.*: false
|
||||
windows10-64.*: false
|
||||
default: true
|
||||
tier:
|
||||
by-test-platform:
|
||||
android-hw.*: 3
|
||||
linux64-qr/.*: 1
|
||||
default: default
|
||||
|
||||
|
@ -350,8 +354,8 @@ mochitest-webgl:
|
|||
virtualization: virtual-with-gpu
|
||||
chunks:
|
||||
by-test-platform:
|
||||
android-em.*: 10
|
||||
android-em-7.0-x86/opt: 1
|
||||
android-em.*: 10
|
||||
windows.*: 8
|
||||
default: 3
|
||||
e10s:
|
||||
|
|
Загрузка…
Ссылка в новой задаче