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

[CI] Automate release pipeline-adapters #5651

Merged
merged 2 commits into from
May 29, 2024

Conversation

liranbg
Copy link
Member

@liranbg liranbg commented May 29, 2024

MLRun's pipeline adapters was developed under a private pypi account now moved under Iguazio's official account.
In addition, This PR introduces a Github workflow to trigger manual releases upon need.

The current proposed flow is

  1. Upon MLRun's release - the minor version would be bumped, merged and triggered for release
  2. During MLRun's release cycle - the patch version would be bumped on PR, merged and only then triggered for release

Any specific need for release would be handled manually.

@liranbg liranbg requested a review from quaark May 29, 2024 10:21
Copy link
Member

@quaark quaark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, minor workflow comments

Comment on lines 21 to 27
description: 'Comma-separated list of packages to release'
default: '*'
options:
- '*'
- 'mlrun-pipelines-kfp-common'
- 'mlrun-pipelines-kfp-v1-8'
- 'mlrun-pipelines-kfp-v2'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this give us a dropdown of options to select?
If so, the description isn't accurate as it's not a Comma-separated list of packages to release

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update description

@liranbg liranbg merged commit 117db13 into mlrun:development May 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants