Closed Bug 1571636 Opened 5 years ago Closed 5 years ago

Expose build resources data from automation build as artifacts

Categories

(Firefox Build System :: General, task)

task
Not set
normal

Tracking

(firefox70 fixed)

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

(Blocks 1 open bug)

Details

Attachments

(4 files, 1 obsolete file)

No description provided.

Rather than imply they should all be in the resources subdirectory.

The longer version is that this changes how the HTML viewer looks up
files. Instead of looking at a list file that contains a list of
build resources data, it now looks at a build_resources.json file that
either contains data directly, or a list of files containing data.

The build docker images need python-dev installed to build psutil, used
by the build resources monitor.

FWIW, this shows interesting stuff:
https://taskcluster-artifacts.net/RzlkFcHFQoeAUl--VOQ28Q/0/public/build/build_resources.html
That's a linux PGO build (not instr). The first part of the compile tier indicates https://github.com/rust-lang/cargo/issues/6747 might not be entirely fixed or some other related issue still exists. Then the two parts where we suck only 50% CPU is a combination of libxul-gtest waiting for libxul to finish and bug 1483846. I suspect the gap between both and the long tail after the second is the linker finishing to deal with debug info for each library. This makes me wonder if we should move the libxul-gtest build to a completely separate build. Or allow both libraries to build in parallel, but that'd suck much more memory and won't be twice as fast.

Attachment #9083250 - Attachment is obsolete: true
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/1cab7c3bd2b0 Get d3.js from https. r=nalexander https://hg.mozilla.org/integration/autoland/rev/d8b7cd29ebe1 Make the build resources list file contain the full relative path to all resource files. r=nalexander https://hg.mozilla.org/integration/autoland/rev/75201c842d49 Rename the build resources list file and allow it not to be a list. r=nalexander https://hg.mozilla.org/integration/autoland/rev/3fe035323cee Expose build resources data from automation builds as artifacts. r=nalexander
Blocks: 1571983
Regressions: 1572017
Blocks: 1575456
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: