Skip to content

Commit ede4d29

Browse files
authored
fix: add BuildPulse report for helm ac tests (#19785)
1 parent acb0496 commit ede4d29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,16 @@ jobs:
10741074
with:
10751075
name: Kubernetes Logs
10761076
path: /tmp/kubernetes_logs/*
1077+
1078+
- name: Upload test results to BuildPulse for flaky test detection
1079+
if: "!cancelled()" # Run this step even when the tests fail. Skip if the workflow is cancelled.
1080+
uses: Workshop64/buildpulse-action@main
1081+
with:
1082+
account: 59758427
1083+
repository: 283046497
1084+
path: "/actions-runner/_work/airbyte/airbyte/*"
1085+
key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
1086+
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
10771087

10781088

10791089
# # In case of self-hosted EC2 errors, remove this block.

0 commit comments

Comments
 (0)