-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Passing default sampling strategies file as environment variable #3027
Passing default sampling strategies file as environment variable #3027
Conversation
Signed-off-by: Ashmita Bohara <[email protected]>
please post some testing evidence |
Codecov Report
@@ Coverage Diff @@
## master #3027 +/- ##
=======================================
Coverage 95.99% 95.99%
=======================================
Files 224 224
Lines 9773 9773
=======================================
Hits 9382 9382
- Misses 322 323 +1
+ Partials 69 68 -1
Continue to review full report at Codecov.
|
Hi @yurishkuro Thank you for the review. To test this change, I tried the following:
Having this environment variable didn't give me confidence that this file is being read.
Not fully sure that I am testing it in the right way. Regards. |
Thanks! A couple of suggestions:
|
Hi @yurishkuro Thank you for feedbacks. I tried the steps you mentioned.
Regards. |
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.
Great, thanks!
Signed-off-by: Ashmita Bohara [email protected]
Which problem is this PR solving?
Closes #3022
Short description of the changes
Setting env var SAMPLING_STRATEGIES_FILE with default value and removing default argument in all-in-one's Dockerfile.