Bug 1424334: Re-enable symbol upload on buildbot, reverting change from Bug 1424323; rs=bustage-fix draft
authorTom Prince <mozilla@hocat.ca>
Fri, 08 Dec 2017 12:50:13 -0700
changeset 23453 f9f9447d55bdfa9deb0b4f4aa13827241d2f5428
parent 23452 22b42e07fbda794aea92abd5bdf7c0195cff2828
push id173
push userbmo:mozilla@hocat.ca
push dateFri, 08 Dec 2017 20:04:31 +0000
reviewersbustage-fix
bugs1424334, 1424323
Bug 1424334: Re-enable symbol upload on buildbot, reverting change from Bug 1424323; rs=bustage-fix MozReview-Commit-ID: BiOXFaSYzJc
mail/config/mozconfigs/common
--- a/mail/config/mozconfigs/common
+++ b/mail/config/mozconfigs/common
@@ -6,9 +6,12 @@ fi
 ac_add_options --enable-calendar
 
 if [ "$MOZ_IS_COMM_TOPDIR" = "1" ]; then
   mk_add_options CLIENT_PY_ARGS="$([ -f "$topsrcdir/build/client.py-args" ] && cat "$topsrcdir/build/client.py-args")"
   mk_add_options ALWAYS_RUN_CLIENT_PY=1
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1424334
   export SOCORRO_SYMBOL_UPLOAD_URL='https://crash-stats.mozilla.com/symbols/upload'
+  if [ "x$IS_NIGHTLY" = "xyes" ]; then
+    MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
+  fi
 fi