Closed
Bug 1992054
Opened 11 months ago
Closed 11 months ago
Refactor MOZ_PERFHERDER_UPLOAD setting to define artifacts outside task-defaults for ApkSize
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myeongjun.ko, Assigned: myeongjun.ko)
References
Details
Attachments
(1 file)
Currently, the MOZ_PERFHERDER_UPLOAD setting and artifact definitions for APK size tracking are inherited from the task-defaults. [0]
This causes unrelated tasks to also expose artifact lists unintentionally. [1]
We should refactor so that any tasks with track-apk-size: True define configuration explicitly, instead of relying on task-defaults.
[0]
https://searchfox.org/firefox-main/source/taskcluster/kinds/build-apk/kind.yml#18,26-29
[1]
https://treeherder.mozilla.org/jobs?repo=try&revision=508837881b3c0a136cf5c1fb38cbf3dd287c9f70&selectedTaskRun=d9PEhV5NS7OOuHbP25xhSg.0
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/d9PEhV5NS7OOuHbP25xhSg/runs/0/artifacts/public/build/perfherder-data-apk-size.json
| Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Attachment #9517761 -
Attachment description: WIP: Bug 1992054 - Refactor MOZ_PERFHERDER_UPLOAD setting to define artifacts outside task-defaults for ApkSize → Bug 1992054 - Refactor MOZ_PERFHERDER_UPLOAD setting to define artifacts outside task-defaults for ApkSize r=sparky
Pushed by myeongjun.ko@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/da0847eb0ebe
https://hg.mozilla.org/integration/autoland/rev/7e57104adf46
Refactor MOZ_PERFHERDER_UPLOAD setting to define artifacts outside task-defaults for ApkSize r=perftest-reviewers,sparky
Comment 3•11 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•