-
Notifications
You must be signed in to change notification settings - Fork 310
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
Rename external plugin to agent #1666
Conversation
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1666 +/- ##
=======================================
Coverage 71.02% 71.03%
=======================================
Files 336 336
Lines 30786 30793 +7
Branches 5587 5588 +1
=======================================
+ Hits 21867 21874 +7
+ Misses 8373 8364 -9
- Partials 546 555 +9
|
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Yee Hing Tong <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
.github/workflows/pythonpublish.yml
Outdated
@@ -161,12 +161,12 @@ jobs: | |||
registry: ghcr.io | |||
username: "${{ secrets.FLYTE_BOT_USERNAME }}" | |||
password: "${{ secrets.FLYTE_BOT_PAT }}" | |||
- name: Prepare External Plugin Service Image Names | |||
id: external-plugin-service-names | |||
- name: Prepare Fylte Agent Image Names |
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.
nit: Fylte
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.
good catch, thanks
setup.py
Outdated
@@ -29,7 +29,7 @@ | |||
}, | |||
install_requires=[ | |||
"googleapis-common-protos>=1.57", | |||
"flyteidl>=1.5.6", | |||
"flyteidl>1.5.6", |
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.
this should be flyteidl>=1.5.9
, no?
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.
bumped version to 1.5.10. we yanked 1.5.9
Signed-off-by: Kevin Su <[email protected]>
TL;DR
as title
Type
Are all requirements met?
Complete description
^^^
Tracking Issue
https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA