Bug 1171736 - Add taskcluster scheduling logic (on try) for linux l10n. r=sfink

MozReview-Commit-ID: Auz7sOW5Ptr
This commit is contained in:
Justin Wood
2016-06-06 16:09:51 -04:00
parent 96e11c59ca
commit 4dbf0a1449
11 changed files with 228 additions and 4 deletions

View File

@@ -120,12 +120,18 @@ UNITTEST_PLATFORM_PRETTY_NAMES = {
# least build-ish things. Sort of. Anyway, these other things are implemented
# as different "platforms".
RIDEALONG_BUILDS = {
'linux': [
'linux-l10n',
],
'linux64': [
'linux64-l10n',
'sm-plain',
'sm-nonunified',
'sm-arm-sim',
'sm-arm64-sim',
'sm-compacting',
'sm-rootanalysis',
'sm-package',
],
}