Enable Fission Marionette tests on more platforms
Categories
(Remote Protocol :: Marionette, task, P2)
Tracking
(Fission Milestone:M7a, firefox-esr78 wontfix, firefox86 wontfix, firefox87 wontfix, firefox88 wontfix, firefox89 wontfix, firefox90 fixed)
People
(Reporter: cpeterson, Assigned: ahal)
References
(Blocks 1 open bug)
Details
(Whiteboard: [marionette-fission-reserve])
Attachments
(1 file)
Our testing strategy and list of tests we'd like to enable on which platforms:
https://docs.google.com/document/d/19MergQfMob2mdb_s7hlz5Ilj7Bn-Bbi324r6d2bZfxw/edit
We want to run these tests on:
- debug and opt builds
- Where “shippable” opt builds available, we prefer to test shippable opt builds on central and plain opt builds on autoland.
- autoland and central
- We prefer to run tests with Fission + WebRender (“qr”) where Marionette tests are already running with WebRender enabled: so enabling Fission with WebRender on windows10-64 but Fission without WebRender on Linux.
Add platforms:
- linux1804-64/debug (we’re already testing debug on central; we need debug on autoland. Fission without WebRender)
- linux1804-64-shippable/opt on central (we’re already testing opt on autoland; we need opt on central. Fission without WebRender)
- linux1804-64-asan/opt
- windows10-64-shippable-qr/opt on central (we’re already testing opt on autoland; we need opt on central. Fission with WebRender)
- windows10-64-qr/debug (we’re already testing debug on central; we need debug on autoland. Fission with WebRender)
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Tracking for Fission M7a
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Joel, not sure who nowadays could help us in doing those wanted changes. I would appreciate some help. Thanks.
Comment 4•4 years ago
|
||
:ahal has been tackling most of the new tests on fission work, redirecting to him.
Assignee | ||
Comment 5•4 years ago
|
||
Hey Henrik, I recently simplified the configs for getting fission running places, so it should be just the same as getting Mn running on any other platform:
https://searchfox.org/mozilla-central/rev/526a5089c61db85d4d43eb0e46edaf1f632e853a/taskcluster/ci/test/marionette.yml#24
Feel free to ping me in chat if it's not clear.
Comment 6•4 years ago
|
||
Andrew, it would actually take a me a while to understand how to get those requested test jobs added given various regexes and such.
Sadly I won't have the time to do any of that work right now. So if it's really wanted sooner than later someone else should pick it up.
Assignee | ||
Comment 7•4 years ago
|
||
Sounds good, I'll add this to our backlog.
In general we're trying to make our CI configuration more self-serve (as having everything block on Joel and I won't scale super well :)). So at some point I'd love to teach you or someone else on your team how to make these types of changes.
Ftr, my approach to solving this will be to use the new --diff
flag on mach taskgraph. E.g:
# make change to run-on-projects
$ ./mach taskgraph target --target-kind test --fast -p project=autoland --diff # verify tasks added/removed are what you expect on autoland
$ ./mach taskgraph target --target-kind test --fast -p project=mozilla-central --diff # verify tasks added/removed are what you expect on m-c
Comment 8•4 years ago
|
||
Thanks and sounds good. Right now it's just a time scaling issue. :/
Reporter | ||
Comment 9•4 years ago
|
||
Assigning remaining "Enable Fission tests on more platforms" bugs to ahal.
Assignee | ||
Comment 10•4 years ago
|
||
This bug has been added to releng's backlog and will be picked up sometime in the next few weeks. I'll likely end up taking this, but unassigning myself for now in case someone else ends up helping out.
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 11•4 years ago
|
||
Note linux64-qr is already enabled with Marionette (it was only browser-chrome where it wasn't).
Assignee | ||
Comment 12•4 years ago
|
||
This enables the following tasks on central:
+test-linux1804-64-asan/opt-marionette-fis-e10s
+test-linux1804-64-qr/debug-marionette-fis-e10s
+test-linux1804-64/debug-marionette-fis-e10s
+test-windows10-64-qr/debug-marionette-fis-e10s
+test-windows10-64/debug-marionette-fis-e10s
And the following task on autoland:
+test-linux1804-64-asan/opt-marionette-fis-e10s
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
bugherder |
Comment 15•4 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 16•4 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte / :marco for bugbug] from comment #15)
Since the status are different for nightly and release, what's the status for beta?
beta=wontfix
We don't need to enable these Fission tests for 89 Beta.
Updated•2 years ago
|
Description
•