-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[py]: enable chrome beta tests for CI-RBE #16125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We should disable |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We should disable it everywhere :) That test fails like 80% of the time and is our only consistently flaky test. I tried to fix it once but was unsuccessful. |
I agree, it's a lot flaky. Let's add it too |
User description
🔗 Related Issues
💥 What does this PR do?
Enabled tests for chrome beta as per discussion - #16118 (comment)
🔧 Implementation Notes
Ruby already added http archives for chrome beta and chromedriver - #15874
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement
Description
Enable Chrome Beta browser testing in Python CI-RBE
Add Chrome Beta configuration to Bazel build system
Skip DevTools tests for Chrome Beta compatibility
Create dedicated test suite for Chrome Beta
Diagram Walkthrough
File Walkthrough
browsers.bzl
Add Chrome Beta browser configuration
py/private/browsers.bzl
chrome_beta_data
from common browsers configurationchrome_beta_args
with Linux and macOS Chrome Beta binary pathsBUILD.bazel
Configure Chrome Beta test suites
py/BUILD.bazel
devtools_tests.py
for chrome-beta in common test suitestest-chrome-beta
test suite for Chrome Beta specifictests