From 21621c8a05960428f28f30aa67d277338662b51f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 30 Aug 2021 11:06:59 +0200 Subject: [PATCH] nsm: Increase build timeout for Meridio jobs Heavy development is going on with Meridio and image build times are increasing, causing periodic jobs to fail due to timeout. This change increases build timeout for all jobs in order to prevent builds failing due to increased build times so we can continue building images periodically and avoid verify and foss jobs to fail unnecessarily. See failures below. https://jenkins.nordix.org/view/NSM/ Change-Id: If14a8c93a1f0ef5afffd3b548dab330f0c8be1eb --- jjb/nsm/nordix-nsm-meridio-periodic.yaml | 2 +- jjb/nsm/nordix-nsm-meridio-verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/nsm/nordix-nsm-meridio-periodic.yaml b/jjb/nsm/nordix-nsm-meridio-periodic.yaml index 9a6825e74..264bce5ff 100644 --- a/jjb/nsm/nordix-nsm-meridio-periodic.yaml +++ b/jjb/nsm/nordix-nsm-meridio-periodic.yaml @@ -91,7 +91,7 @@ wrappers: - build-timeout: - timeout: 10 + timeout: 30 - nordixinfra-harbor-creds-wrapper - mask-passwords diff --git a/jjb/nsm/nordix-nsm-meridio-verify.yaml b/jjb/nsm/nordix-nsm-meridio-verify.yaml index be7d0ba09..c4b0a2880 100644 --- a/jjb/nsm/nordix-nsm-meridio-verify.yaml +++ b/jjb/nsm/nordix-nsm-meridio-verify.yaml @@ -164,7 +164,7 @@ wrappers: - build-timeout: - timeout: 10 + timeout: 30 - nordixinfra-harbor-creds-wrapper - mask-passwords -- 2.25.1