Skip to content

Commit e83e6f1

Browse files
CLDSRV-835: Add telemetry to action summary
Copy of scality/MetaData#2273 To help debug CI flakiness
1 parent 7676087 commit e83e6f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/actions/setup-ci/action.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,12 @@ runs:
5252
run: |
5353
cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 6, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
5454
mv config.json.new config.json
55+
- name: Collect Workflow Telemetry
56+
# uses: catchpoint/workflow-telemetry-action@v2
57+
# Use a fork that fixes chart issue
58+
# https://github.com/catchpoint/workflow-telemetry-action/pull/98
59+
uses: whywaita/workflow-telemetry-action@use_quickchart
60+
with:
61+
theme: dark
62+
comment_on_pr: false
63+
proc_trace_chart_show: false

0 commit comments

Comments
 (0)