Bug 1463711 - Remove clobber step from searchfox builds. r?catlee draft
authorKartikaya Gupta <kgupta@mozilla.com>
Mon, 28 May 2018 13:08:26 -0400
changeset 800607 52dde32420717049d247d6caebb9d9de587e284a
parent 800491 a466172aed4bc2afc21169b749b8068a4b98c93f
push id111424
push userkgupta@mozilla.com
push dateMon, 28 May 2018 17:08:52 +0000
reviewerscatlee
bugs1463711
milestone62.0a1
Bug 1463711 - Remove clobber step from searchfox builds. r?catlee MozReview-Commit-ID: AfyEDCvYS9y
taskcluster/ci/searchfox/kind.yml
--- a/taskcluster/ci/searchfox/kind.yml
+++ b/taskcluster/ci/searchfox/kind.yml
@@ -29,17 +29,17 @@ jobs:
             job-name: linux64-searchfox-debug
         treeherder:
             platform: linux64/debug
         worker-type: aws-provisioner-v1/gecko-{level}-b-linux
         worker:
             max-run-time: 36000
         run:
             using: mozharness
-            actions: [clobber build]
+            actions: [build]
             config:
                 - builds/releng_base_firefox.py
                 - builds/releng_sub_linux_configs/64_searchfox_and_debug.py
             script: "mozharness/scripts/fx_desktop_build.py"
             tooltool-downloads: public
             keep-artifacts: false
         toolchains:
             - linux64-clang
@@ -53,17 +53,17 @@ jobs:
             platform: osx-cross/debug
         worker-type: aws-provisioner-v1/gecko-{level}-b-macosx64
         worker:
             max-run-time: 36000
             env:
                 TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
         run:
             using: mozharness
-            actions: [clobber get-secrets build update]
+            actions: [get-secrets build update]
             config:
                 - builds/releng_base_firefox.py
                 - builds/releng_base_mac_64_cross_builds.py
             script: "mozharness/scripts/fx_desktop_build.py"
             custom-build-variant-cfg: cross-debug-searchfox
             secrets: true
             tooltool-downloads: internal
             keep-artifacts: false