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

pytest: check if tests are already pushed before gathering all the tests #22

Open
solackerman opened this issue Aug 15, 2017 · 0 comments

Comments

@solackerman
Copy link
Contributor

Currently, all worker nodes

  • calculate the list of tests to push, then
  • check to see if that list has already been pushed to master, and if not,
  • try to push it.

We can shave off some test time if a worker first

  • checked to see if the list of tests has already been pushed. And if not,
  • calculate the list of tests to push, ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant