feat(ci): build otel images and run integration tests with them#1013
Open
Molter73 wants to merge 1 commit into
Open
feat(ci): build otel images and run integration tests with them#1013Molter73 wants to merge 1 commit into
Molter73 wants to merge 1 commit into
Conversation
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1013 +/- ##
=======================================
Coverage 32.95% 32.95%
=======================================
Files 21 21
Lines 2971 2971
Branches 2971 2971
=======================================
Hits 979 979
Misses 1989 1989
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
85722a4 to
e2a1695
Compare
b118a82 to
faefb58
Compare
e2a1695 to
f964087
Compare
faefb58 to
b8cd802
Compare
f964087 to
5c66700
Compare
b8cd802 to
f6461e3
Compare
5c66700 to
69acc30
Compare
f6461e3 to
2be7397
Compare
6 tasks
69acc30 to
046a472
Compare
2be7397 to
d36e05b
Compare
735c159 to
16f5d71
Compare
d36e05b to
48a74a3
Compare
16f5d71 to
31f8ee3
Compare
48a74a3 to
a770ac5
Compare
31f8ee3 to
cbf9c70
Compare
1600ccf to
458d238
Compare
This enables building images with the opentelemetry output enabled, making it easier to run integration tests with it. Since the grpc output already tests all kernels we support, these tests are only run on fedora-coreos.
458d238 to
c9b6fa2
Compare
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.
Description
This enables building images with the opentelemetry output enabled, making it easier to run integration tests with it.
Since the grpc output already tests all kernels we support, these tests are only run on fedora-coreos.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
TODO(replace-me)
Use this space to explain how you tested your PR, or, if you didn't test it, why you did not do so. (Valid reasons include "CI is sufficient" or "No testable changes")
In addition to reviewing your code, reviewers must also review your testing instructions, and make sure they are sufficient.
For more details, ref the Confluence page about this section.
Summary by CodeRabbit
New Features
Improvements