Run wrench reftests on a device in CI
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Bug 1549776 added wrench reftests in CI, running on the Android emulator. We've since found some issues with the emulator's behaviour, and it would be good to also run the reftests on actual devices.
Assignee | ||
Comment 1•6 years ago
|
||
I have patches to do this but because of the Pixel 2 backlog it's hard to test them.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D33404
Assignee | ||
Comment 5•6 years ago
|
||
This is in preparation for having the same script be used for emulator
and device runs. No functional change in this patch; it just renames
the file and class.
Depends on D33405
Assignee | ||
Comment 6•6 years ago
|
||
The presence or absence of the DEVICE_SERIAL environment variable
is sufficient to control this.
Depends on D33406
Assignee | ||
Comment 7•6 years ago
|
||
Currently all jobs run on bitbar go through mozharness-test. However for
WebRender standalone testing (i.e. built without any Gecko stuff) we want
to run the WebRender wrench test harness on bitbar using run-task. This
adds the necessary support to run-task.
Depends on D33407
Assignee | ||
Comment 8•6 years ago
|
||
Note that on the bitbar workers we don't get to use a gecko checkout, so
we need to fetch the mozharness.zip and wrench reftests as artifacts from
other jobs.
Depends on D33408
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/44b33fe66dc5
https://hg.mozilla.org/mozilla-central/rev/a439229efd64
https://hg.mozilla.org/mozilla-central/rev/2a44a6ac6bd1
https://hg.mozilla.org/mozilla-central/rev/48306fd29453
https://hg.mozilla.org/mozilla-central/rev/e20f91f0ea08
https://hg.mozilla.org/mozilla-central/rev/fd26384a1def
Description
•