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 Docker image build and FlyteAgent update steps to "Developing agents" doc #5009

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

neverett
Copy link
Contributor

@neverett neverett commented Mar 5, 2024

What changes were proposed in this pull request?

Adds the "Build a new image" and "Update FlyteAgent" steps to the new "Developing agents" doc. Once those steps are copied in, I'll remove the old doc, since it's fairly outdated now.

Check all the applicable boxes

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

Docs link

TBD

nikki everett added 2 commits March 5, 2024 16:13
Signed-off-by: nikki everett <[email protected]>
@neverett neverett requested review from eapolinario and pingsutw March 5, 2024 22:21
@neverett neverett self-assigned this Mar 5, 2024
@neverett neverett requested a review from ppiegaze as a code owner March 5, 2024 22:21
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Mar 5, 2024
@neverett neverett changed the title Add Docker image build and flyteagent update steps to Developing agents docs Add Docker image build and FlyteAgent update steps to "Developing agents" doc Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.00%. Comparing base (da20f70) to head (2fb26d8).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5009      +/-   ##
==========================================
+ Coverage   58.97%   59.00%   +0.02%     
==========================================
  Files         645      645              
  Lines       55562    55542      -20     
==========================================
+ Hits        32768    32770       +2     
+ Misses      20199    20181      -18     
+ Partials     2595     2591       -4     
Flag Coverage Δ
unittests 59.00% <ø> (+0.02%) ⬆️

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.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Mar 5, 2024
pingsutw
pingsutw previously approved these changes Mar 5, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 5, 2024
Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

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

Can we change the timeout time to 10s?
It's too short for the openai chatgpt agent.

ppiegaze
ppiegaze previously approved these changes Mar 6, 2024
Signed-off-by: Kevin Su <[email protected]>
@pingsutw pingsutw dismissed stale reviews from ppiegaze and themself via 2fb26d8 March 6, 2024 15:57
@neverett neverett merged commit fd42f65 into master Mar 6, 2024
49 checks passed
@neverett neverett deleted the nikki/docs/update-developing-agents branch March 6, 2024 17:05
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
…nts" doc (flyteorg#5009)

* add docker image build and flyteagent update steps

Signed-off-by: nikki everett <[email protected]>

* fix link

Signed-off-by: nikki everett <[email protected]>

* remove old agents doc and redirect to new agents guide

Signed-off-by: nikki everett <[email protected]>

* update timeout

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: nikki everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants