-
Notifications
You must be signed in to change notification settings - Fork 374
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
K8s lib injection tests new scenarios #4234
base: master
Are you sure you want to change the base?
K8s lib injection tests new scenarios #4234
Conversation
👋 Hey @DataDog/ruby-guild, please fill "Change log entry" section in the pull request description. If changes need to be present in CHANGELOG.md you can state it this way **Change log entry**
Yes. A brief summary to be placed into the CHANGELOG.md (possible answers Yes/Yep/Yeah) Or you can opt out like that **Change log entry**
None. (possible answers No/Nope/None) Visited at: 2024-12-17 15:54:08 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22093 Passed, 1458 Skipped, 5m 44.21s Total Time |
BenchmarksBenchmark execution time: 2024-12-18 09:35:00 Comparing candidate commit 07603f5 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4234 +/- ##
==========================================
- Coverage 97.75% 97.74% -0.02%
==========================================
Files 1355 1355
Lines 82145 82144 -1
Branches 4216 4216
==========================================
- Hits 80301 80288 -13
- Misses 1844 1856 +12 ☔ View full report in Codecov by Sentry. |
What does this PR do?
Adapt the gitlab pipeline to add the new k8s lib injection tests scenarios
Motivation:
We need to ensure the scalability of the system-tests k8s lib injection tests.
We added the new scenarios on system-tests. We changed the one pipeline and now on the tracer we need to create the test matrix with the new scenarios
Change log entry
Additional Notes:
How to test the change?