Bug 1286075: adjust the branches where haz tasks run; r?sfink draft
authorDustin J. Mitchell <dustin@mozilla.com>
Fri, 09 Sep 2016 21:14:55 +0000
changeset 412766 6622eabd47544cb84676b7b65ab6a250d8e28708
parent 412765 66fe4ff47de8e843d4ab3b8a5bbb297b556233bc
child 531063 66f997bcf95d526f2d67ff0400e17321785b90e1
push id29252
push userdmitchell@mozilla.com
push dateMon, 12 Sep 2016 19:16:39 +0000
reviewerssfink
bugs1286075
milestone51.0a1
Bug 1286075: adjust the branches where haz tasks run; r?sfink MozReview-Commit-ID: Ips0u2PBiPO
taskcluster/ci/hazard/kind.yml
--- a/taskcluster/ci/hazard/kind.yml
+++ b/taskcluster/ci/hazard/kind.yml
@@ -32,19 +32,16 @@ jobs:
             symbol: SM-tc(H)
         run:
             using: hazard
             tooltool-manifest: "browser/config/tooltool-manifests/linux64/hazard.manifest"
             command: >
                 tc-vcs checkout workspace/gecko "$GECKO_BASE_REPOSITORY" "$GECKO_HEAD_REPOSITORY" "$GECKO_HEAD_REV" "$GECKO_HEAD_REF"
                 && cd ./workspace/gecko/taskcluster/scripts/builder
                 && ./build-haz-linux.sh --project shell $HOME/workspace
-        run-on-projects:
-            - integration
-            - release
         when:
             files-changed:
                 - js/public/**
                 - js/src/**
 
     linux64-haz/debug:
         description: "Browser Hazard Analysis Linux"
         index:
@@ -71,18 +68,18 @@ jobs:
             job-name:
                 buildbot: linux64-haz-mulet
                 gecko-v1: mulet-haz.debug
                 gecko-v2: mulet-haz-debug
         treeherder:
             platform: mulet-linux64/opt
             symbol: tc(H)
             tier: 3
-        run-on-projects:
-            - try
+        # don't run anywhere by default, but still available via try: -b d -p linux64-mulet-haz
+        run-on-projects: []
         worker:
             docker-image: {in-tree: builder}
         run:
             using: hazard
             tooltool-manifest: "gecko/b2g/dev/config/tooltool-manifests/linux64/hazard.manifest"
             mozconfig: "b2g/dev/config/mozconfigs/linux64/mulet-hazards"
             command: >
                 checkout-gecko workspace && cd ./workspace/gecko/taskcluster/scripts/builder