Skip to content

Commit

Permalink
fix: add BuildPulse report for helm ac tests (#19785)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpuska513 authored Nov 24, 2022
1 parent acb0496 commit ede4d29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ede4d29

Please sign in to comment.