Skip to content

Commit 2dfadae

Browse files
committed
Increase deadline and maximum runtime for check_tree_sitter_* tasks to 3 hours
1 parent 6191fca commit 2dfadae

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.taskcluster.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ tasks:
173173
- {$eval: as_slugid("lint_test_task")}
174174
- {$eval: as_slugid("windows_test_task")}
175175
created: {$fromNow: ''}
176-
deadline: {$fromNow: '1 hour'}
176+
deadline: {$fromNow: '3 hours'}
177177
provisionerId: proj-relman
178178
workerType: ci
179179
payload:
180-
maxRunTime: 3600
180+
maxRunTime: 10800
181181
image: "rust:bookworm"
182182
command:
183183
- "/bin/bash"
@@ -207,11 +207,11 @@ tasks:
207207
- {$eval: as_slugid("lint_test_task")}
208208
- {$eval: as_slugid("windows_test_task")}
209209
created: {$fromNow: ''}
210-
deadline: {$fromNow: '1 hour'}
210+
deadline: {$fromNow: '3 hours'}
211211
provisionerId: proj-relman
212212
workerType: ci
213213
payload:
214-
maxRunTime: 3600
214+
maxRunTime: 10800
215215
image: "rust:bookworm"
216216
command:
217217
- "/bin/bash"
@@ -241,11 +241,11 @@ tasks:
241241
- {$eval: as_slugid("lint_test_task")}
242242
- {$eval: as_slugid("windows_test_task")}
243243
created: {$fromNow: ''}
244-
deadline: {$fromNow: '1 hour'}
244+
deadline: {$fromNow: '3 hours'}
245245
provisionerId: proj-relman
246246
workerType: ci
247247
payload:
248-
maxRunTime: 3600
248+
maxRunTime: 10800
249249
image: "rust:bookworm"
250250
command:
251251
- "/bin/bash"
@@ -275,11 +275,11 @@ tasks:
275275
- {$eval: as_slugid("lint_test_task")}
276276
- {$eval: as_slugid("windows_test_task")}
277277
created: {$fromNow: ''}
278-
deadline: {$fromNow: '1 hour'}
278+
deadline: {$fromNow: '3 hours'}
279279
provisionerId: proj-relman
280280
workerType: ci
281281
payload:
282-
maxRunTime: 3600
282+
maxRunTime: 10800
283283
image: "rust:bookworm"
284284
command:
285285
- "/bin/bash"
@@ -309,11 +309,11 @@ tasks:
309309
- {$eval: as_slugid("lint_test_task")}
310310
- {$eval: as_slugid("windows_test_task")}
311311
created: {$fromNow: ''}
312-
deadline: {$fromNow: '1 hour'}
312+
deadline: {$fromNow: '3 hours'}
313313
provisionerId: proj-relman
314314
workerType: ci
315315
payload:
316-
maxRunTime: 3600
316+
maxRunTime: 10800
317317
image: "rust:bookworm"
318318
command:
319319
- "/bin/bash"
@@ -343,11 +343,11 @@ tasks:
343343
- {$eval: as_slugid("lint_test_task")}
344344
- {$eval: as_slugid("windows_test_task")}
345345
created: {$fromNow: ''}
346-
deadline: {$fromNow: '1 hour'}
346+
deadline: {$fromNow: '3 hours'}
347347
provisionerId: proj-relman
348348
workerType: ci
349349
payload:
350-
maxRunTime: 3600
350+
maxRunTime: 10800
351351
image: "rust:bookworm"
352352
command:
353353
- "/bin/bash"
@@ -377,11 +377,11 @@ tasks:
377377
- {$eval: as_slugid("lint_test_task")}
378378
- {$eval: as_slugid("windows_test_task")}
379379
created: {$fromNow: ''}
380-
deadline: {$fromNow: '1 hour'}
380+
deadline: {$fromNow: '3 hours'}
381381
provisionerId: proj-relman
382382
workerType: ci
383383
payload:
384-
maxRunTime: 3600
384+
maxRunTime: 10800
385385
image: "rust:bookworm"
386386
command:
387387
- "/bin/bash"

0 commit comments

Comments
 (0)