| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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. |
Sorry, something went wrong.
|
/assign |
Sorry, something went wrong.
There was a problem hiding this comment.
/lgtm
/approve
Sorry, something went wrong.
|
[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 Details Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing /approve in a comment |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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