Closed
Bug 1742138
Opened 3 years ago
Closed 3 years ago
on fenix branch we still run perf tests on hardware for a non webrender config, webrender is 100% default
Categories
(Testing :: Performance, task, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: sparky)
Details
both g5 and aarch64 p2 tests have browsertime tests that run without --enable-webrender, but right now that flag is a no-op as webrender is default everywhere:
https://treeherder.mozilla.org/jobs?repo=fenix&selectedTaskRun=aQRIwDszQK-ZM1iHA7aLPQ.0&tier=1%2C2%2C3&searchStr=-hw-
Reporter | ||
Comment 1•3 years ago
|
||
I assume the fix is to change web-render-only
from False -> True:
https://github.com/mozilla-mobile/fenix/blob/9c97f7c6b6e62a4088e7bbbdcc26399f990aa5bc/taskcluster/ci/browsertime/kind.yml#L129
Flags: needinfo?(gmierz2)
Assignee | ||
Comment 2•3 years ago
|
||
Ah good catch, yup we can actually remove that line and it'll use the default of True
- want me to take care of this or have you already started?
Flags: needinfo?(gmierz2)
Reporter | ||
Comment 3•3 years ago
|
||
I haven't started on it- I don't have the repo checked out; happy to review
Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → gmierz2
Severity: -- → S3
Priority: -- → P1
Assignee | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•