From 89348486ea3d4ae4879a58eee848d020b3586df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 29 Jun 2024 21:17:39 +0200 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78be8b3e07078..87d8d046e7d41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: DD_GITHUB_JOB_NAME: ${{ matrix.name }} run: | npm install -g @datadog/datadog-ci - datadog-ci measure --level job --measures "build-duration-test:100" + datadog-ci measure --level job --measures "xbuild:100" --measures "xtest:50" --measures "xsubmodules:20" # This job isused to tell bors the final status of the build, as there is no practical way to detect # when a workflow is successful listening to webhooks only in our current bors implementation (homu).