Closed
Bug 1333230
Opened 8 years ago
Closed 8 years ago
macosx-universal beta and release mozconfigs force MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox53 fixed, firefox54 fixed)
RESOLVED
FIXED
People
(Reporter: mshal, Assigned: mshal)
References
Details
Attachments
(1 file)
We don't support upload-symbols in Taskcluster yet (bug 1164615), but the macosx-universal/beta and release mozconfigs force MOZ_AUTOMATION_UPLOAD_SYMBOLS to 1. This value is already set to 0 in the build-linux.sh Taskcluster script, so we should only override it in the mozconfig if it isn't present in the environment. We do this elsewhere with the following shell construct:
MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8829665 [details]
Bug 1333230 - Disable uploadsymbols on TC cross OSX universal builds;
https://reviewboard.mozilla.org/r/106666/#review107720
Attachment #8829665 -
Flags: review?(rail) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3479be08b37d
Disable uploadsymbols on TC cross OSX universal builds; r=rail
Comment 5•8 years ago
|
||
This patch fixed one issue, only for bug 1333278 to be lurking behind that.
https://hg.mozilla.org/releases/mozilla-beta/rev/d738f701dd5d71d25ea8b502f15ca049c5dec52b
Whiteboard: [checkin-needed-aurora]
Comment 6•8 years ago
|
||
bugherder |
Comment 7•8 years ago
|
||
bugherder uplift |
status-firefox53:
--- → fixed
Whiteboard: [checkin-needed-aurora]
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•