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

fix(configuration): merging global runner config to runner specific config #2849

Merged
merged 7 commits into from Aug 3, 2022

Conversation

jjmachan
Copy link
Contributor

@jjmachan jjmachan commented Aug 2, 2022

What does this PR address?

Fixes #(issue)

Before submitting:

Who can help review?

Feel free to tag members/contributors who can help review your PR.

@pep8speaks
Copy link

pep8speaks commented Aug 2, 2022

Hello @jjmachan, Thanks for updating this PR.

There are currently no PEP 8 issues detected in this PR. Cheers! 🍻

Comment last updated at 2022-08-02 11:19:14 UTC

@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #2849 (70ff2bd) into main (f3c2af5) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2849      +/-   ##
==========================================
+ Coverage   70.02%   70.12%   +0.09%     
==========================================
  Files         114      114              
  Lines        9811     9806       -5     
==========================================
+ Hits         6870     6876       +6     
+ Misses       2941     2930      -11     
Impacted Files Coverage Δ
bentoml/_internal/configuration/containers.py 80.95% <100.00%> (+5.80%) ⬆️

@jjmachan jjmachan marked this pull request as ready for review August 2, 2022 11:43
@jjmachan jjmachan requested a review from a team as a code owner August 2, 2022 11:43
@jjmachan jjmachan requested review from ssheng and sauyon and removed request for a team August 2, 2022 11:43
Copy link
Contributor

@sauyon sauyon left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@ssheng ssheng left a comment

Choose a reason for hiding this comment

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

Please add context to the PR, @jjmachan .

@ssheng ssheng merged commit 03cf315 into bentoml:main Aug 3, 2022
aarnphm pushed a commit that referenced this pull request Aug 3, 2022
…onfig (#2849)

* merge global and runner specific instructions

* tests

* fix pep8

* remove breakpoing

* flush

* more asserts

* close file to work in windows

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
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.

None yet

4 participants