Skip to content

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

Merged
feast-ci-bot merged 6 commits into
masterfrom
automate-release-process
Dec 16, 2019
Merged

Add Prow jobs to automate the release of Docker images and Python SDK#369
feast-ci-bot merged 6 commits into
masterfrom
automate-release-process

Conversation

@davidheryanto

@davidheryanto davidheryanto commented Dec 16, 2019

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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

Details 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

woop commented Dec 16, 2019

Copy link
Copy Markdown
Member

/lgtm

@feast-ci-bot

Copy link
Copy Markdown
Collaborator

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

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

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