From: Fatih Degirmenci Date: Mon, 30 Aug 2021 09:06:59 +0000 (+0200) Subject: nsm: Increase build timeout for Meridio jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=21621c8a05960428f28f30aa67d277338662b51f;p=infra%2Fcicd.git 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 --- 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