-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Stop posting PR results to pulls.web-platform-tests.org #11060
Conversation
5ccc22f
to
ed0ed4d
Compare
This reverts commit ed0ed4d.
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.
I pushed up a dummy commit to demonstrate that the stability checker continues to operate as expected.
@@ -248,7 +200,6 @@ def main(): | |||
|
|||
venv = Virtualenv(os.environ.get("VIRTUAL_ENV", os.path.join(wpt_root, "_venv"))) | |||
venv.install_requirements(os.path.join(wpt_root, "tools", "wptrunner", "requirements.txt")) | |||
venv.install("requests") |
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.
I've kind of wanted to do this for a while :)
@@ -281,8 +231,6 @@ def run(venv, wpt_args, **kwargs): | |||
|
|||
setup_logging() | |||
|
|||
browser_name = wpt_args.product.split(":")[0] |
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.
Surprised that the linter doesn't recognized unused variables
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.
We've had that turned off all the way back to 624c87e. The initial whitelist was essentially just everything we failed at that point.
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.
Thanks for the context! What do you think about enabling that feature? #11097
Thanks for checking that it actually still works @jugglinmike, an important consideration indeed :) |
Debugging through TravisCI is the most exciting part of my job! |
Resolves #10923.
This change is