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

Limits which unit tests are run in "push" builds on Travis. #2499

Closed
wants to merge 1 commit into from

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Oct 5, 2016

Fixes #2480.

I imagine this functionality will be use-able to limit system tests as well, so this is a very good thing to have.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 5, 2016
import subprocess

# Mimic six here, but avoid any dependencies outside
# the standard library.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

id_val = int(matches[0])
api_url = GITHUB_API_PR_TEMPLATE % (id_val,)

response = urlopen(api_url)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor Author

dhermes commented Oct 17, 2016

I'm going to return to this and use http://ci-diff-helper.readthedocs.io/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants