-
Notifications
You must be signed in to change notification settings - Fork 186
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
livepeer/starter: remove testTranscoder flag #2472
base: master
Are you sure you want to change the base?
Conversation
…n O with no capabilities The -testTranscoder flag defaults to true which requires all hardware transcoders to call core.TestTranscoderCapabilities() to discover transcoding caps. Setting this flag to false is not a valid use case anymore so this change deprecates that option.
d2ca380
to
3f98047
Compare
Codecov Report
@@ Coverage Diff @@
## master #2472 +/- ##
===================================================
+ Coverage 55.06159% 55.07886% +0.01726%
===================================================
Files 94 94
Lines 19727 19719 -8
===================================================
- Hits 10862 10861 -1
+ Misses 8263 8256 -7
Partials 602 602
Continue to review full report at Codecov.
|
Searching across all repos, it looks like we set it to false in some of our livepeer-in-a-box configs: https://github.com/search?q=org%3Alivepeer+testTranscoder&type=code @iameli would removing this break things? |
Tested on nvidia card with:
|
Perhaps this flag in livepeer-in-a-box is alright for now since it's a fork. I'm guessing we'll have to setup automerges from |
I think we can merge this PR, since capability test runs only with hardware acceleration enabled. LGTM after rebasing. |
@emranemran could you please close up this ticket? |
What does this pull request do? Explain your changes. (required)
The -testTranscoder flag defaults to true which requires all hardware
transcoders to call core.TestTranscoderCapabilities() to discover
transcoding caps. Setting this flag to false is not a valid use case
anymore so this change deprecates that option.
Specific updates (required)
How did you test each of these updates (required)
Does this pull request close any open issues?
Fix #2450
Checklist:
make
runs successfully[ ] All tests in./test.sh
pass