Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8934848

Browse files
committed
WIP
1 parent 32e5e5e commit 8934848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
DD_GITHUB_JOB_NAME: ${{ matrix.name }}
221221
run: |
222222
npm install -g @datadog/datadog-ci
223-
datadog-ci measure --level job --measures "build-duration-test:100"
223+
datadog-ci measure --level job --measures "xbuild:100" --measures "xtest:50" --measures "xsubmodules:20"
224224
225225
# This job isused to tell bors the final status of the build, as there is no practical way to detect
226226
# when a workflow is successful listening to webhooks only in our current bors implementation (homu).

0 commit comments

Comments
 (0)