From ae3502a958bb9bb94b5f9154c0492b5fdaddd2b2 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 1 Feb 2023 09:58:36 +0000 Subject: [PATCH] Bug 1812106 - don't expire merge-automation tasks after 3 months. r=releng-reviewers,bhearsum DONTBUILD These tasks run basically once a month, so having them expire after 3 months means we're left with very little history to try and investigate trends/issues. Differential Revision: https://phabricator.services.mozilla.com/D168280 --- taskcluster/ci/merge-automation/kind.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/ci/merge-automation/kind.yml b/taskcluster/ci/merge-automation/kind.yml index 9a0a11977a1c..8e2b34147e5c 100644 --- a/taskcluster/ci/merge-automation/kind.yml +++ b/taskcluster/ci/merge-automation/kind.yml @@ -69,3 +69,4 @@ jobs: }] default: null run-on-projects: [] + expiration-policy: long