Skip to content

Commit 2c3dc53

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ 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: dev-hato/actions-workflow-metrics@v1

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
run: yarn global add typescript@4.9.5
119119
- name: install dependencies
120120
run: yarn install --frozen-lockfile --network-concurrency 1
121+
- name: Start Workflow Telemetry
122+
uses: dev-hato/actions-workflow-metrics@v1
121123
- name: Unit Coverage
122124
run: |
123125
set -ex

0 commit comments

Comments
 (0)