-
Notifications
You must be signed in to change notification settings - Fork 438
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
[BUILD] add loongarch info #3052
Conversation
Thanks for the patch. Please sign the CLA so it can be merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3052 +/- ##
==========================================
+ Coverage 87.12% 87.78% +0.66%
==========================================
Files 200 195 -5
Lines 6109 5953 -156
==========================================
- Hits 5322 5225 -97
+ Misses 787 728 -59 |
LGTM once the CLA is signed. |
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.
LGTM once the CLA is signed.
@loong-hy thanks for the contribution. Could you please take look at signing the CLA so we can merge the PR? |
/easycla |
Already signed. Thank you. |
[BUILD] add loongarch info (open-telemetry#3052)
about loongarch: https://docs.kernel.org/arch/loongarch/introduction.html
`
......
Start 413: exporter.OstreamLogExporter.DefaultLogRecordToCout
413/421 Test #413: exporter.OstreamLogExporter.DefaultLogRecordToCout ................................................... Passed 0.00 sec
Start 414: exporter.OStreamLogRecordExporter.SimpleLogToCout
414/421 Test #414: exporter.OStreamLogRecordExporter.SimpleLogToCout .................................................... Passed 0.00 sec
Start 415: exporter.OStreamLogRecordExporter.LogWithStringAttributesToCerr
415/421 Test #415: exporter.OStreamLogRecordExporter.LogWithStringAttributesToCerr ...................................... Passed 0.00 sec
Start 416: exporter.OStreamLogRecordExporter.LogWithVariantTypesToClog
416/421 Test #416: exporter.OStreamLogRecordExporter.LogWithVariantTypesToClog .......................................... Passed 0.00 sec
Start 417: exporter.OStreamLogRecordExporter.IntegrationTest
417/421 Test #417: exporter.OStreamLogRecordExporter.IntegrationTest .................................................... Passed 0.00 sec
Start 418: exporter.OStreamLogRecordExporter.IntegrationTestWithEventId
418/421 Test #418: exporter.OStreamLogRecordExporter.IntegrationTestWithEventId ......................................... Passed 0.00 sec
Start 419: exporter.OStreamLogRecordExporter.Factory
419/421 Test #419: exporter.OStreamLogRecordExporter.Factory ............................................................ Passed 0.00 sec
Start 420: exporter.InMemorySpanData.AddRecordable
420/421 Test #420: exporter.InMemorySpanData.AddRecordable .............................................................. Passed 0.00 sec
Start 421: exporter.InMemorySpanExporter.ExportBatch
421/421 Test #421: exporter.InMemorySpanExporter.ExportBatch ............................................................ Passed 0.00 sec
100% tests passed, 0 tests failed out of 421
Total Test time (real) = 11.78 sec
`