-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Collapsing sub-package explosion in Travis config into a script. #2473
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
This script will be extended a great deal in coming commits.
|
Green build before I pushed 2nd commit: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/164164263 |
a3ec46f to
d7f79cd
Compare
|
@tseaver PTAL |
| msg_parts.append('- ' + package) | ||
| msg = '\n'.join(msg_parts) | ||
| print(msg, file=sys.stderr) | ||
| sys.exit(len(failed_packages)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Merging as-is, putting fix for the error code issue in #2475. |
|
Fingers crossed AppVeyor goes green: https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python/build/1.0.767.master |
This script will be extended a great deal in coming commits.
Note that this doesn't actually make the tests run faster, but it's a minimal change for a PR and I will be sending lots of changes on top of it.
Also, this fixes the current b0rken state of AppVeyor, so that's a plus.
Also, the 2nd commit uses a lesser known feature of
tox: