-
Notifications
You must be signed in to change notification settings - Fork 3k
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: use yaml.v2 as yaml parser #37423
Conversation
/hold |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #37423 +/- ##
==========================================
- Coverage 82.50% 80.55% -1.95%
==========================================
Files 1064 1354 +290
Lines 163530 188907 +25377
==========================================
+ Hits 134917 152177 +17260
- Misses 23268 31379 +8111
- Partials 5345 5351 +6
|
@foxspy E2e jenkins job failed, comment |
5cd3f4b
to
33551f2
Compare
/unhold |
@foxspy go-sdk check failed, comment |
@foxspy E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
33551f2
to
84fbb77
Compare
Signed-off-by: xianliang.li <[email protected]>
84fbb77
to
a9c78a5
Compare
@foxspy cpp-unit-test check failed, comment |
@foxspy E2e jenkins job failed, comment |
/run-cpu-e2e |
@foxspy E2e jenkins job failed, comment |
/run-cpu-e2e |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, foxspy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: #34298
Viper uses yaml.v2 as the parser. This PR will adopt the parsing logic from Viper to handle YAML files, ensuring maximum consistency in parsing.