-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Automated cherry pick of #1099 #1100 #1101 #1102 #1108
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
Automated cherry pick of #1099 #1100 #1101 #1102 #1108
Conversation
Separate build matrix into 3 stages - verify-tag, test, and deploy - verify-tag compares the kubernetes.__version__ to $TRAVIS_TAG. Only runs on pushed tags - test runs the actual tests - deploy deploys the package to pypi. Only runs on pushed tags
@roycaihw Here is the cherry-pick PR for the Travis PyPI deployment stage changes. |
/assign |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: palnabarun, roycaihw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cherry pick of #1099 #1100 #1101 #1102 on release-11.0.
#1099: support travis pypi deployment
#1100: redo pypi token encryption for travis
#1101: Travis configuration now does extra tag validation
#1102: Fix verify_tag build stage in Travis pipeline