Add ARM chrome driver to our existing fetches
Categories
(Testing :: Raptor, task, P1)
Tracking
(firefox120 fixed)
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: kshampur, Assigned: aglavic)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
Once Bug 1808636 is done, we'd probably need to make use of the Mac ARM chromedriver for M1's if we wish to run chrome tests on these machines
e.g. for v111, https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.64/, the 3rd link in the list
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 1•1 year ago
|
||
just a note that since chromedriver 115 e.g. in Bug 1835383, it has been changed slightly the way to fetch the chrome drivers.
Reporter | ||
Comment 2•1 year ago
|
||
:andrej this may resolve the timeout issues on the m2
Reporter | ||
Comment 3•1 year ago
|
||
Here is some potential supporting evidence that this could help with the long test times https://github.com/titusfortner/webdrivers/issues/191#issuecomment-752960601
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Recently we added Mac OSX with apple silicon, the chromedrivers used for apple silicon are different than the ones used for non-apple silicon chips
In this patch I add the ability to use differnt chromedrivers for mac by modifying the extracted names section which is where we untar the zipped chromedriver
Assignee | ||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Description
•