From c4571425289627f8c445e830b06c2187a6824330 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Fri, 1 Jul 2022 18:26:41 +0200 Subject: [PATCH] debug: Increase max job timeout Allow debugging CI infrastructure issues. The change proposed in openstack-charmers/zaza#524 pauses a job on install hook failures. This change follows along to allow humans to look at any instances stuck in this state. --- main.yaml | 2 +- zuul.d/jobs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.yaml b/main.yaml index db8c2bb..c462862 100644 --- a/main.yaml +++ b/main.yaml @@ -4,7 +4,7 @@ # report-build-page is disabled so that we don't send links # to this Zuul to Gerrit when reporting job success/failure report-build-page: false - max-job-timeout: 28800 + max-job-timeout: 86400 source: github-git: config-projects: diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5091df6..a9c2785 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -173,7 +173,7 @@ # abstract job; use as parent for other jobs abstract: true parent: configure-juju - timeout: 10800 + timeout: 86400 attempts: 4 semaphore: functional-test # as an alternate to semaphores, or along side them, we could define