Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8488: [Backport stable/1.2] Fix junit report pattern r=deepthidevaki a=npepinpe ## Description Fixes the Jenkins junit plugin pattern used to detect test reports in our CI pipeline. The flaky test plugin will add a `-flaky` suffix, so we need to add an additional `*` to the pattern. Unfortunately as it's not a regex but simply an Ant glob pattern, there is no way to further restrict matches, so there's still the risk it could collide and double the test reports. (cherry picked from commit 76eb54e) ## Related issues relates to #8472 Co-authored-by: Nicolas Pepin-Perreault <[email protected]>
- Loading branch information