[BUILD] add loongarch info#3052
Merged
marcalff merged 4 commits intoopen-telemetry:mainfrom Sep 18, 2024
Merged
Conversation
Member
|
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 |
ThomsonTan
reviewed
Sep 5, 2024
lalitb
approved these changes
Sep 6, 2024
Member
|
LGTM once the CLA is signed. |
marcalff
approved these changes
Sep 6, 2024
Member
marcalff
left a comment
There was a problem hiding this comment.
LGTM once the CLA is signed.
ThomsonTan
approved these changes
Sep 6, 2024
owent
approved these changes
Sep 9, 2024
Contributor
|
@loong-hy thanks for the contribution. Could you please take look at signing the CLA so we can merge the PR? |
Member
|
/easycla |
Contributor
Author
Already signed. Thank you. |
malkia
added a commit
to malkia/opentelemetry-cpp
that referenced
this pull request
Sep 18, 2024
[BUILD] add loongarch info (open-telemetry#3052)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
`