File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,15 @@ jobs:
218
218
# erroring about invalid credentials instead.
219
219
if : github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1'
220
220
221
+ - name : Upload Datadog metrics
222
+ if : needs.calculate_matrix.outputs.run_type == 'try'
223
+ env :
224
+ DATADOG_SITE : datadoghq.com
225
+ DATADOG_API_KEY : ${{ secrets.DATADOG_API_KEY }}
226
+ run : |
227
+ npm install -g @datadog/datadog-ci
228
+ datadog-ci measure --level job --measures "build-duration-test:100"
229
+
221
230
# This job isused to tell bors the final status of the build, as there is no practical way to detect
222
231
# when a workflow is successful listening to webhooks only in our current bors implementation (homu).
223
232
outcome :
Original file line number Diff line number Diff line change 89
89
# These jobs automatically inherit envs.try, to avoid repeating
90
90
# it in each job definition.
91
91
try :
92
- - image : dist-x86_64-linux
93
- env :
94
- CODEGEN_BACKENDS : llvm,cranelift
95
- << : *job-linux-16c
92
+ - image : mingw-check
93
+ << : *job-linux-4c
94
+ # - image: dist-x86_64-linux
95
+ # env:
96
+ # CODEGEN_BACKENDS: llvm,cranelift
97
+ # <<: *job-linux-16c
96
98
97
99
# Main CI jobs that have to be green to merge a commit into master
98
100
# These jobs automatically inherit envs.auto, to avoid repeating
You can’t perform that action at this time.
0 commit comments