Bug 1558258 - Only run GeckoView unit and Android HW media tests on non-ESR trees. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D34396

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ryan VanderMeulen 2019-06-10 19:28:37 +00:00
parent 91f14eaf0d
commit 8da85f8ef1
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ geckoview-junit:
run-on-projects:
by-test-platform:
android-em-4.3-arm7-api-16/opt: ['try']
default: built-projects
default: ['try', 'trunk', 'mozilla-beta', 'mozilla-release']
mozharness:
script: android_emulator_unittest.py
config:

View File

@ -307,6 +307,7 @@ mochitest-media:
run-on-projects:
by-test-platform:
android-hw-.*-api-16/opt: ['try']
android-hw-.*-api-16/(?:debug|pgo)?: ['try', 'trunk', 'mozilla-beta', 'mozilla-release']
android-em-4.*/.*: ['try'] # bug 1553955
windows10-aarch64/opt: ['try', 'mozilla-central']
default: built-projects