Closed
Bug 1812143
Opened 2 years ago
Closed 2 years ago
asan marionette and firefox-ui tasks try to download symbols, still
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
asan and tsan builds have special symbols, so mozharness "download_symbols" should be disabled, as noted in bug 1808416. That change is mostly working, but Windows and Linux asan marionette tasks still try (and fail) to download symbols.
Errors can be seen in the logs (even on non-failing tasks).
https://treeherder.mozilla.org/logviewer?job_id=403402779&repo=mozilla-central&lineNumber=730
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → gbrown
| Assignee | ||
Comment 1•2 years ago
|
||
mozharness configuration of download_symbols is extraneous in most cases because it is set appropriately
in taskcluster. Remove the mozharness overrides since they cause trouble for asan/tsan.
| Assignee | ||
Updated•2 years ago
|
Summary: asan marionette tasks try to download symbols → asan marionette and firefox-ui tasks try to download symbols, still
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/126de533c5bb
Do not attempt symbols download for asan/tsan marionette and firefox-ui test tasks r=jmaher
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•