[py] run grid specific tests on windows during scheduled tests - #18054
Conversation
…d run them on the Windows nightly
PR Summary by QodoRun Python Grid-specific suites in Windows nightly CI
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
1.
|
|
Code review by qodo was updated up to the latest commit 59f0905 |
🔗 Related Issues
💥 What does this PR do?
test/selenium/webdriver/remote/) on the scheduled Windows job for chrome and firefox; until now they ran only on RBE.🔧 Implementation Notes
remote/directory moves out of theremote-commonglob into its owntest-<browser>-remote-gridsuite with the same-<browser>-remotetarget suffix, so the per-file targets, the test index, andtest-<browser>-remote(still 63 tests for chrome) are unchanged.test-<browser>-gridaggregate wraps that suite for the nightly matrix; it also includestest-<browser>-remote-bidiwhenREMOTE_BIDI_TESTSis non-empty, which it currently is not, so a BiDi file opted in later reaches the Windows job without a CI edit.🤖 AI assistance
💡 Additional Considerations
REMOTE_BIDI_TESTS(ref: [py] Install web extensions from the driver #17970) now runs over Grid on Windows as well as RBE🔄 Types of changes