Skip to content

Commit

Permalink
[build] Integrate BuildPulse for flaky test analysis (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmane authored Dec 12, 2024
1 parent 08da960 commit 44b691a
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/rawWorkflows/gh-ci-parameterized-flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@
name: ${{ github.job }}
path: ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz
retention-days: 30
- name: Upload test results to BuildPulse for flaky test detection
if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
uses: buildpulse/buildpulse-action@main
with:
account: 100582612927
repository: 100441445875
path: |
**/TEST-*.xml
key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
Loading

0 comments on commit 44b691a

Please sign in to comment.