This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree 2 files changed +16
-4
lines changed 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,16 @@ jobs:
212
212
# erroring about invalid credentials instead.
213
213
if : github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1'
214
214
215
+ - name : Upload Datadog metrics
216
+ if : needs.calculate_matrix.outputs.run_type == 'try'
217
+ env :
218
+ DATADOG_SITE : datadoghq.com
219
+ DATADOG_API_KEY : ${{ secrets.DATADOG_API_KEY }}
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"
224
+
215
225
# This job isused to tell bors the final status of the build, as there is no practical way to detect
216
226
# when a workflow is successful listening to webhooks only in our current bors implementation (homu).
217
227
outcome :
Original file line number Diff line number Diff line change 96
96
# These jobs automatically inherit envs.try, to avoid repeating
97
97
# it in each job definition.
98
98
try :
99
- - image : dist-x86_64-linux
100
- env :
101
- CODEGEN_BACKENDS : llvm,cranelift
102
- << : *job-linux-16c
99
+ - image : mingw-check-tidy
100
+ << : *job-linux-4c
101
+ # - image: dist-x86_64-linux
102
+ # env:
103
+ # CODEGEN_BACKENDS: llvm,cranelift
104
+ # <<: *job-linux-16c
103
105
104
106
# Main CI jobs that have to be green to merge a commit into master
105
107
# These jobs automatically inherit envs.auto, to avoid repeating
You can’t perform that action at this time.
0 commit comments