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

Add Prow jobs to automate the release of Docker images and Python SDK #369

Merged
merged 6 commits into from
Dec 16, 2019

Conversation

davidheryanto
Copy link
Collaborator

@davidheryanto davidheryanto commented Dec 16, 2019

When a release tag (e.g. v0.3.5) is pushed, ProwJobs will be created to:

  • Publish Python SDK to pypi
  • Publish Docker images
  • Publish Helm chart

When a commit is pushed to the master branch, ProwJobs will be created to:

  • Publish Docker images with dev tag

This pull request also updates Prow config.yaml so it is up-to-date with the latest components in
https://github.com/kubernetes/test-infra/tree/821a860177455dab60160c7624950c2da5c092ed/prow/cluster

For Python release, the versioning is automated with this package: https://github.com/pypa/setuptools_scm/

- Publish Python SDK to pypi
- Publish Docker images
- Publish Helm chart

Also update Prow config for test-infra with image tag: v20191211
https://github.com/kubernetes/test-infra/tree/821a860177455dab60160c7624950c2da5c092ed/prow/cluster
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidheryanto

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@woop
Copy link
Member

woop commented Dec 16, 2019

/lgtm

@feast-ci-bot
Copy link
Collaborator

@davidheryanto: Updated the config configmap in namespace default at cluster default using the following files:

  • key config.yaml using file .prow/config.yaml

In response to this:

When a release tag (e.g. v0.3.5) is pushed, ProwJobs will be created to:

  • Publish Python SDK to pypi
  • Publish Docker images
  • Publish Helm chart

When a commit is pushed to the master branch, ProwJobs will be created to:

  • Publish Docker images with dev tag

This pull request also updates Prow config.yaml so it is up-to-date with the latest components in
https://github.com/kubernetes/test-infra/tree/821a860177455dab60160c7624950c2da5c092ed/prow/cluster

For Python release, the versioning is automated with this package: https://github.com/pypa/setuptools_scm/

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@davidheryanto davidheryanto deleted the automate-release-process branch December 23, 2019 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants