Separate the browsertime-results.tgz artifact into multiple smaller ones
Categories
(Testing :: Raptor, task, P2)
Tracking
(firefox121 fixed)
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: sparky, Assigned: afinder)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxp][operational])
Attachments
(2 files)
This bug is for separating the browsertime-results.tgz artifact into smaller pieces so that we can expire some of them (annotated videos, profiles) much earlier than the others (browsertime.json, original videos).
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 2•2 years ago
•
|
||
Alex, please modify browsertime_results_folders["videos_annotated"] to be "browsertime-videos-annotated". The fact that one key's value is contained in another one cause side-by-side to fail.
browsertime_results_folders = {
...
--- "videos": "browsertime-videos",
+++ "videos_annotated": "browsertime-videos-annotated",
"videos_original": "browsertime-videos-original",
...
}
Comment 3•2 years ago
|
||
Alex, could you please make another patch where to change mozperftest-tools version to 0.2.8? https://searchfox.org/mozilla-central/source/python/mozperftest/mozperftest/runner.py#203
--- "mozperftest-tools==0.2.6",
+++ "mozperftest-tools==0.2.8",
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D184574
| Assignee | ||
Comment 5•2 years ago
|
||
(In reply to Alexandru Ionescu (needinfo me) [:alexandrui] from comment #3)
Alex, could you please make another patch where to change
mozperftest-toolsversion to0.2.8? https://searchfox.org/mozilla-central/source/python/mozperftest/mozperftest/runner.py#203--- "mozperftest-tools==0.2.6", +++ "mozperftest-tools==0.2.8",
Created patch D189915 for updating mozperftest-tools.
Comment 8•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3b1bb1524b90
https://hg.mozilla.org/mozilla-central/rev/acba8a75249b
Updated•6 months ago
|
Description
•