Use SwiftShader for Chrome and unpin the version used on Taskcluster#29095
Use SwiftShader for Chrome and unpin the version used on Taskcluster#29095
Conversation
|
Unpinning tried in 26c315e, looks promising. |
05f3d46 to
0a813df
Compare
|
I've rebased to trigger some more full runs, which should be compared against https://wpt.fyi/results/?run_id=5642481121099776. https://community-tc.services.mozilla.com/tasks/groups/ZUFrBGhzSByuXXSrRwCcQQ is for 0a813df, just changing the command line args to --use-gl=angle --use-angle=swiftshader. https://community-tc.services.mozilla.com/tasks/groups/DQY__Z5hQH6NbjWptRORhQ is for cd02f2b, additionally unpinning the Chrome version. |
|
Sigh, |
|
@jgraham this fix is a bit unsightly, do you think it's acceptable? |
|
I wonder if we should make |
past
left a comment
There was a problem hiding this comment.
Looks good to me, but I do see the merit of jgraham's suggestion.
This should allow unpinning Chrome to the latest version, but it's first done while keeping the version pinned to vet the differences. Part of #28209.
0652093 to
a086a0e
Compare
This reverts #28661. This requires updating infrastructure/server/context.any.js expectations.
a086a0e to
b02b092
Compare
|
This seems to have worked. @jgraham would you care to review the new |
With --use-gl=angle --use-angle=swiftshader Chrome doesn't crash on startup,
allowing us to unpin the version used.
The original problem hasn't been resolved, but it's tracked by a Chromium bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=1208904
Fixes #28209.