You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test(CI): upload junit reports to datadog
Signed-off-by: Alexandre Rulleau <[email protected]>
* fix(CI): normalize paths and set GitHub repository URL in JUnit upload
- Replace absolute file paths with paths relative to the repository root
before uploading to Datadog
- Add git.repository_url tag pointing to GitHub instead of GitLab to
ensure Test Optimization features work correctly
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* fix: restore CODEOWNER file
Signed-off-by: Alexandre Rulleau <[email protected]>
---------
Signed-off-by: Alexandre Rulleau <[email protected]>
Co-authored-by: Manuel Palenzuela Merino <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
- make test ARGS="--output-on-failure --repeat until-fail:10" # channel is non-deterministic, so run tests a few more times. At the moment, Catch2 tests are not automatically adding labels, so run all tests instead of just channel's: https://github.com/catchorg/Catch2/issues/1590
55
+
- mkdir -p "${CI_PROJECT_DIR}/artifacts"
56
+
- make test ARGS="--output-junit ${CI_PROJECT_DIR}/artifacts/components-ubsan-results.xml --output-on-failure --repeat until-fail:10" # channel is non-deterministic, so run tests a few more times. At the moment, Catch2 tests are not automatically adding labels, so run all tests instead of just channel's: https://github.com/catchorg/Catch2/issues/1590
0 commit comments