-
Notifications
You must be signed in to change notification settings - Fork 1
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
RE2022-336: update tool containers to use threads_per_tool_run #711
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #711 +/- ##
===========================================
- Coverage 46.25% 46.25% -0.01%
===========================================
Files 78 78
Lines 7017 7018 +1
===========================================
Hits 3246 3246
- Misses 3771 3772 +1 ☔ View full report in Codecov by Sentry. |
- Remove the 'threads' and 'program_threads' parameters | ||
- and introduce the capability to specify the number of threads per tool run | ||
- pass job_id to the tool container and remove node_id |
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.
I don't think you want the hyphen on 2nd line do you? I think that starts a new string
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.
👍
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.
Not sure if indentation needs to be added or not
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.
👍 sure.
No description provided.