-
Notifications
You must be signed in to change notification settings - Fork 6
[In Progress] Bump + Release KFP + Docker #141
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Shubham Vij <[email protected]>
Co-authored-by: Shubham Vij <[email protected]>
Co-authored-by: Shubham Vij <[email protected]>
Co-authored-by: Shubham Vij <[email protected]>
Co-authored-by: Shubham Vij <[email protected]>
@@ -0,0 +1,224 @@ | |||
""" |
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.
Renaming and slighlty modifying scripts/bump_version.py
script.
GIGL_SRC_IMAGE_CUDA = "TODO - make this public" | ||
GIGL_SRC_IMAGE_CPU = "TODO - make this public" | ||
GIGL_DATAFLOW_IMAGE = "TODO - make this public" | ||
|
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.
migrated to python/gigl/common/constants.py
push: | ||
# branches: | ||
# - main | ||
# - 'release/*' |
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.
TODO: remove on-push.
We can reserve this workflow to only be executed from workflow_dispatch
Scope of work done
Where is the documentation for this feature?: N/A
Did you add automated tests or write a test plan?
Updated Changelog.md? NO
Ready for code review?: NO