diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 869ff11d411ba..bcbccb376ad1b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1074,6 +1074,16 @@ jobs: with: name: Kubernetes Logs path: /tmp/kubernetes_logs/* + + - 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: Workshop64/buildpulse-action@main + with: + account: 59758427 + repository: 283046497 + path: "/actions-runner/_work/airbyte/airbyte/*" + key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }} + secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }} # # In case of self-hosted EC2 errors, remove this block.