Bug 1356700 - Don't set MOZ_AUTOMATION individually for hazard and l10n builds. r?mshal draft
authorMike Hommey <mh+mozilla@glandium.org>
Sat, 15 Apr 2017 07:36:59 +0900
changeset 563824 97d109af484b6934c0f566794e1063096b3612d5
parent 563823 057bb074a9cc1388311c2d91a9ae8169ebc737ea
child 624588 de765f3bcd7bbb5dd33e15c125d04baaffaad44a
push id54432
push userbmo:mh+mozilla@glandium.org
push dateMon, 17 Apr 2017 21:50:48 +0000
reviewersmshal
bugs1356700
milestone55.0a1
Bug 1356700 - Don't set MOZ_AUTOMATION individually for hazard and l10n builds. r?mshal
taskcluster/ci/hazard/kind.yml
taskcluster/scripts/builder/build-l10n.sh
--- a/taskcluster/ci/hazard/kind.yml
+++ b/taskcluster/ci/hazard/kind.yml
@@ -13,18 +13,16 @@ job-defaults:
     treeherder:
         kind: build
         tier: 1
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
         implementation: docker-worker
         max-run-time: 36000
         docker-image: {in-tree: desktop-build}
-        env:
-            MOZ_AUTOMATION: "1"
 
 jobs:
     linux64-shell-haz/debug:
         description: "JS Shell Hazard Analysis Linux"
         index:
             product: firefox
             job-name: shell-haz-debug
         treeherder:
--- a/taskcluster/scripts/builder/build-l10n.sh
+++ b/taskcluster/scripts/builder/build-l10n.sh
@@ -30,17 +30,16 @@ fail() {
     echo # make sure error message is on a new line
     echo "[build-l10n.sh:error]" "${@}"
     exit 1
 }
 
 export MOZ_CRASHREPORTER_NO_REPORT=1
 export MOZ_OBJDIR=obj-firefox
 export TINDERBOX_OUTPUT=1
-export MOZ_AUTOMATION=1
 
 # Ensure that in tree libraries can be found
 export LIBRARY_PATH=$LIBRARY_PATH:$WORKSPACE/src/obj-firefox:$WORKSPACE/src/gcc/lib64
 
 # test required parameters are supplied
 if [[ -z ${MOZHARNESS_SCRIPT} ]]; then fail "MOZHARNESS_SCRIPT is not set"; fi
 if [[ -z ${MOZHARNESS_CONFIG} ]]; then fail "MOZHARNESS_CONFIG is not set"; fi