From 5059db691b3057868dace7f58df855e1fe134938 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 22 Aug 2024 13:10:26 -0700 Subject: [PATCH] Set tox-linters job timeout to the default This job only takes a few minutes to run. There isn't any reason to use an hour long timeout on this job as a result. Reset it back to the default and simplify the config. Change-Id: Id808e2fa35caa7cf627014b04d1560326eeebc5b --- zuul.d/project.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6d6ec9a3c2..4157a7a848 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -6,8 +6,7 @@ jobs: - opendev-tox-docs - opendev-buildset-registry - - tox-linters: - timeout: 3600 + - tox-linters - system-config-run-base - system-config-run-base-ansible-devel: voting: false @@ -169,8 +168,7 @@ jobs: - opendev-tox-docs - opendev-buildset-registry - - tox-linters: - timeout: 3600 + - tox-linters - system-config-run-base - system-config-run-borg-backup - system-config-run-dns