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

Backport to v1.14 - Unify dependencies in agent image (#3008) #3010

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

eapolinario
Copy link
Collaborator

As title says. Backport #3008 to unblock the Flyte 1.14.1 release.

* Install all flyteagent image dependencies in a single command

Signed-off-by: Eduardo Apolinario <[email protected]>

* test - Can I run docker commands in gh workflows?

Signed-off-by: Eduardo Apolinario <[email protected]>

* Remove `-it` flag from `docker run`

Signed-off-by: Eduardo Apolinario <[email protected]>

* Remove quick test after confirming that running `docker run --rm ghcr.io/flyteorg/flyteagent:1.14.0 pyflyte serve agent --port 8000 --timeout 1` in a gh workflow works

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.71%. Comparing base (0b4a60a) to head (c1920cf).
Report is 3 commits behind head on release-v1.14.

Additional details and impacted files
@@                Coverage Diff                 @@
##           release-v1.14    #3010       +/-   ##
==================================================
+ Coverage          81.40%   91.71%   +10.31%     
==================================================
  Files                200      118       -82     
  Lines              21012     5132    -15880     
  Branches            2707        0     -2707     
==================================================
- Hits               17104     4707    -12397     
+ Misses              3151      425     -2726     
+ Partials             757        0      -757     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eapolinario eapolinario merged commit 873cddc into release-v1.14 Dec 17, 2024
105 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.

2 participants