Skip to content

Commit 8990901

Browse files
CLDSRV-835: Collect workflow telemetry
Copy of scality/MetaData#2273 To help debug CI flakiness
1 parent 7676087 commit 8990901

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ 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: Start Workflow Telemetry
56+
uses: whywaita/workflow-telemetry-action@use_quickchart
57+
- name: Collect Workflow Telemetry
58+
# uses: catchpoint/workflow-telemetry-action@v2
59+
# Use a fork that fixes chart issue
60+
# https://github.com/catchpoint/workflow-telemetry-action/pull/98
61+
uses: whywaita/workflow-telemetry-action@use_quickchart
62+
with:
63+
theme: dark
64+
comment_on_pr: false
65+
proc_trace_chart_show: false

0 commit comments

Comments
 (0)