We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e5e5e commit 8934848Copy full SHA for 8934848
.github/workflows/ci.yml
@@ -220,7 +220,7 @@ jobs:
220
DD_GITHUB_JOB_NAME: ${{ matrix.name }}
221
run: |
222
npm install -g @datadog/datadog-ci
223
- datadog-ci measure --level job --measures "build-duration-test:100"
+ datadog-ci measure --level job --measures "xbuild:100" --measures "xtest:50" --measures "xsubmodules:20"
224
225
# This job isused to tell bors the final status of the build, as there is no practical way to detect
226
# when a workflow is successful listening to webhooks only in our current bors implementation (homu).
0 commit comments