Bug 1384417 - Make sccache toolchain jobs tier 1. r?gps draft
authorMike Hommey <mh+mozilla@glandium.org>
Wed, 26 Jul 2017 15:17:15 +0900
changeset 615738 0a1a82f4906c2f126655c834f3f3335e27ad70fc
parent 615737 582c0821cf78c8b0ce1e996c76b989d17c54484a
child 615767 d153d4e7acd17f52b577e5d5ec6148e15789edee
push id70450
push userbmo:mh+mozilla@glandium.org
push dateWed, 26 Jul 2017 09:01:17 +0000
reviewersgps
bugs1384417
milestone56.0a1
Bug 1384417 - Make sccache toolchain jobs tier 1. r?gps It's depended upon by tier 1 jobs.
taskcluster/ci/toolchain/linux.yml
taskcluster/ci/toolchain/windows.yml
--- a/taskcluster/ci/toolchain/linux.yml
+++ b/taskcluster/ci/toolchain/linux.yml
@@ -150,17 +150,17 @@ linux64-libdmg:
         toolchain-artifact: public/build/dmg.tar.xz
 
 linux64-sccache:
     description: "sccache toolchain build"
     treeherder:
         kind: build
         platform: toolchains/opt
         symbol: TL(sccache)
-        tier: 2
+        tier: 1
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
         docker-image: {in-tree: desktop-build}
         max-run-time: 36000
         env:
             TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/linux64/clang.manifest"
     run:
         using: toolchain-script
--- a/taskcluster/ci/toolchain/windows.yml
+++ b/taskcluster/ci/toolchain/windows.yml
@@ -97,17 +97,17 @@ win64-clang-tidy:
         - win64-sccache
 
 win64-sccache:
     description: "sccache toolchain build"
     treeherder:
         kind: build
         platform: toolchains/opt
         symbol: TW64(sccache)
-        tier: 2
+        tier: 1
     worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
     worker:
         max-run-time: 36000
         env:
             TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/sccache-build.manifest"
     run:
         using: toolchain-script
         script: build-sccache.sh