Bug 1305061 - Don't run l10n try jobs on aurora. r=dustin draft
authorJustin Wood <Callek@gmail.com>
Fri, 23 Sep 2016 11:17:19 -0400
changeset 417042 edced643e07b519bc8ddf189df995e8771c8e260
parent 416981 60cc643978c7020926fe4145761e26945fcd5c37
child 532019 cec7c8a1a7414ffd0dc29e77434e4801e95f9077
push id30326
push userCallek@gmail.com
push dateFri, 23 Sep 2016 15:47:18 +0000
reviewersdustin
bugs1305061
milestone52.0a1
Bug 1305061 - Don't run l10n try jobs on aurora. r=dustin MozReview-Commit-ID: 9ReCdHUg1iY
taskcluster/ci/l10n/kind.yml
--- a/taskcluster/ci/l10n/kind.yml
+++ b/taskcluster/ci/l10n/kind.yml
@@ -24,16 +24,18 @@ job-defaults:
         max-run-time: 36000
         env:
             # NOTE: this should really be a different "using" since it's using
             # build-l10n.sh instead of build-linux.sh.  Preferably, build-linux.sh
             # and the mozharness run implementation should be modified to support
             # the functionality that l10n needs
 
             JOB_SCRIPT: "taskcluster/scripts/builder/build-l10n.sh"
+    # don't run anywhere by default, but still available via try
+    run-on-projects: []
     when:
         files-changed:
             - browser/locales/all-locales
             - python/compare-locales/**
             - testing/mozharness/configs/single_locale/**
             - testing/mozharness/mozharness/mozilla/l10n/locales.py
             - testing/mozharness/scripts/desktop_l10n.py
             - toolkit/locales/**