Skip to content
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

Merged
merged 3 commits into from
May 18, 2018

Conversation

foolip
Copy link
Member

@foolip foolip commented May 17, 2018

Resolves #10923.


This change is Reviewable

Copy link
Contributor

@jugglinmike jugglinmike left a 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")
Copy link
Contributor

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]
Copy link
Contributor

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

Copy link
Member

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.

Copy link
Contributor

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

@jugglinmike jugglinmike merged commit 4707a95 into master May 18, 2018
@jugglinmike jugglinmike deleted the dont-update-pulls-dashboard branch May 18, 2018 18:06
@foolip
Copy link
Member Author

foolip commented May 21, 2018

Thanks for checking that it actually still works @jugglinmike, an important consideration indeed :)

@jugglinmike
Copy link
Contributor

Debugging through TravisCI is the most exciting part of my job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants