Closed
Bug 1424323
Opened 8 years ago
Closed 8 years ago
Stop trying to upload symbols from Windows build jobs
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
bug 1424236 broke symbol uploads from nightlies, and I noticed that the Windows nightly build tasks failed. It turns out that Windows build tasks have been running `make uploadsymbols` and uploading symbols, even though there's also an upload-symbols task that runs after them to do that work!
Here's a recent Windows nightly build:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-searchStr=nightly&selectedJob=150622553
If you look in the log you'll see:
22:18:48 INFO - export MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
<...>
23:32:47 INFO - z:/build/build/src/obj-firefox/_virtualenv/Scripts/python.exe -u z:/build/build/src/toolkit/crashreporter/tools/upload_symbols.py 'dist/target.crashreporter-symbols-full.zip'
23:32:47 INFO - Uploading symbol file "dist/target.crashreporter-symbols-full.zip" to "https://crash-stats.mozilla.com/symbols/upload"
23:32:47 INFO - Attempt 1 of 5...
23:32:47 INFO - Uploaded successfully!
and here's the upload-symbols task that ran after it:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-searchStr=nightly&selectedJob=150659469
We disabled symbol uploads in Linux builds on docker-worker, but never did the same for Windows builds:
https://dxr.mozilla.org/mozilla-central/rev/457b0fe91e0d49a5bc35014fb6f86729cd5bac9b/taskcluster/scripts/builder/build-linux.sh#46
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8935840 [details]
bug 1424323 - remove MOZ_AUTOMATION_UPLOAD_SYMBOLS from in-tree mozconfigs.
https://reviewboard.mozilla.org/r/206714/#review212496
Attachment #8935840 -
Flags: review+
Updated•8 years ago
|
Attachment #8935840 -
Flags: review?(core-build-config-reviews)
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b6656f7bbc86
remove MOZ_AUTOMATION_UPLOAD_SYMBOLS from in-tree mozconfigs. r=rillian
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/d39b5cd2fc78
Keep build files in sync (Port bug 1424323: remove MOZ_AUTOMATION_UPLOAD_SYMBOLS from in-tree mozconfigs). r=tomprince(via IRC)
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•