Closed brycekahle closed 3 days ago
/trigger-ci --variable RUN_ALL_BUILDS=true --variable RUN_KITCHEN_TESTS=true --variable RUN_E2E_TESTS=on --variable RUN_UNIT_TESTS=on --variable RUN_KMT_TESTS=on
/trigger-ci --variable RUN_ALL_BUILDS=true --varia...
View all feedbacks in Devflow UI.
2024-11-26 07:15:13 UTC
:information_source: Gitlab pipeline started
Started pipeline #49935418
Removed | Modified | Added | Renamed |
---|---|---|---|
0 | 24 | 0 | 0 |
:information_source: Diff available in the job log.
Metrics dashboard
Target profiles
Run ID: e9ec519e-40de-42d3-b00b-0cb5ff4df966
Baseline: 88703d8e3b462deac3f889d4e8efac46567d0e7e Comparison: 84668634e8c7c98fb6cc84771b8026ed15431bf1 Diff
perf | experiment | bounds_check_name | replicates_passed | links |
---|---|---|---|---|
❌ | file_to_blackhole_300ms_latency | lost_bytes | 9/10 | |
✅ | file_to_blackhole_0ms_latency | lost_bytes | 10/10 | |
✅ | file_to_blackhole_0ms_latency | memory_usage | 10/10 | |
✅ | file_to_blackhole_1000ms_latency | memory_usage | 10/10 | |
✅ | file_to_blackhole_1000ms_latency_linear_load | memory_usage | 10/10 | |
✅ | file_to_blackhole_100ms_latency | lost_bytes | 10/10 | |
✅ | file_to_blackhole_100ms_latency | memory_usage | 10/10 | |
✅ | file_to_blackhole_300ms_latency | memory_usage | 10/10 | |
✅ | file_to_blackhole_500ms_latency | lost_bytes | 10/10 | |
✅ | file_to_blackhole_500ms_latency | memory_usage | 10/10 | |
✅ | quality_gate_idle | memory_usage | 10/10 | bounds checks dashboard |
✅ | quality_gate_idle_all_features | memory_usage | 10/10 | bounds checks dashboard |
✅ Passed. All Quality Gates passed.
What does this PR do?
Fix config test when process event data stream is not supported
Motivation
Failing tests on
main
Describe how to test/QA your changes
Fixed tests.
Possible Drawbacks / Trade-offs
Additional Notes
Added
cmd/system-probe
paths to trigger KMT. KMT tests did not run in #31420, which caused the original author to miss this.