Not all tests use tooltool caches
Categories
(Release Engineering :: Applications: MozharnessCore, enhancement)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: catlee, Assigned: catlee)
Details
Attachments
(1 file)
When poking around some logs, I noticed that not all of our tests make use of tooltool caches on the worker, resulting in having to download the same artifacts over and over again.
For example:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=227744668&repo=autoland&lineNumber=15 says that "changing ownership of volume /builds/worker/tooltool-cache", but that directory hasn't been declared as a cache in the task definition here: https://tools.taskcluster.net/groups/EqFAm8SBSBSbpYhTmPKZjw/tasks/cwAMcFZ5Si2aVFcY3L7-QA/details
Also, in many cases the tooltool.py invocation does not properly pass in the cache directory, even though it has been set in the environment. e.g.
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=227744668&repo=autoland&lineNumber=917
Assignee | ||
Comment 1•6 years ago
|
||
respect TOOLTOOL_CACHE environment variable in mixin
Assignee | ||
Updated•6 years ago
|
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Description
•