From cbc58156b108c656d25b16aee7f62523b04d11b3 Mon Sep 17 00:00:00 2001 From: afenner Date: Mon, 19 Oct 2020 13:56:51 +0100 Subject: [PATCH] Increase Timeouts on ONAP build jobs Hopefully the last attempt to fix the build failure https://jenkins.nordix.org/job/onap-release-ubuntu1804-elalto/5/ which I think is related to the long time the build/upload/download is taking Change-Id: I9fb1e258d50ff51adc2db68995c5a5d6c0372e9e Signed-off-by: afenner --- jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml | 6 +++--- jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml b/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml index 814cf3fd..2242a18d 100644 --- a/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml +++ b/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml @@ -176,7 +176,7 @@ wipe-workspace: true wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' @@ -261,7 +261,7 @@ wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' @@ -294,7 +294,7 @@ option: project wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' diff --git a/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml b/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml index 9f552698..512fccb7 100644 --- a/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml +++ b/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml @@ -225,7 +225,7 @@ wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' @@ -326,7 +326,7 @@ wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' @@ -368,7 +368,7 @@ wrappers: - build-timeout: - timeout: 300 + timeout: 600 - credentials-binding: - file: credential-id: '{openrc-credentials-file}' -- 2.25.1