From e16ce1fa7102cce38bac8218806644117e919d68 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Mon, 18 Sep 2023 10:49:14 -0500 Subject: [PATCH] Only set max-run-time > 24h on generic-workers --- taskcluster/ci/collect-mono-trg/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/collect-mono-trg/kind.yml b/taskcluster/ci/collect-mono-trg/kind.yml index d39913d31..1073e2c85 100644 --- a/taskcluster/ci/collect-mono-trg/kind.yml +++ b/taskcluster/ci/collect-mono-trg/kind.yml @@ -37,7 +37,7 @@ task-defaults: worker-type: b-linux-large worker: docker-image: {"in-tree": "train"} - max-run-time: 2592000 + max-run-time: 86400 artifacts: - name: public/build path: /builds/worker/artifacts