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

Add plugin_config for agent #4848

Merged
merged 2 commits into from
Feb 6, 2024
Merged

Add plugin_config for agent #4848

merged 2 commits into from
Feb 6, 2024

Conversation

pingsutw
Copy link
Member

@pingsutw pingsutw commented Feb 6, 2024

Tracking issue

https://flyte-org.slack.com/archives/CP2HDHKE1/p1707256191123719?thread_ts=1707249775.020769&cid=CP2HDHKE1

Why are the changes needed?

Propeller try to connect to the agent even if agent is disabled.

What changes were proposed in this pull request?

Add agent plugin config only when it's enabled.

How was this patch tested?

cloud

helm upgrade flyte flyteorg/flyte-core -n flyte --values values-eks.yaml

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

NA

Docs link

NA

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Feb 6, 2024
Signed-off-by: Kevin Su <[email protected]>
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 6, 2024
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3180b23) 58.97% compared to head (cbfb395) 58.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4848      +/-   ##
==========================================
+ Coverage   58.97%   58.98%   +0.01%     
==========================================
  Files         645      645              
  Lines       55162    55162              
==========================================
+ Hits        32530    32539       +9     
+ Misses      20058    20048      -10     
- Partials     2574     2575       +1     
Flag Coverage Δ
unittests 58.98% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@eapolinario eapolinario merged commit a087802 into master Feb 6, 2024
50 of 51 checks passed
@eapolinario eapolinario deleted the agent-plugin_config branch February 6, 2024 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants