From: afenner Date: Mon, 19 Oct 2020 12:56:51 +0000 (+0100) Subject: Increase Timeouts on ONAP build jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=cbc58156b108c656d25b16aee7f62523b04d11b3;p=infra%2Fcicd.git 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 --- 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 814cf3fd6..2242a18da 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 9f552698a..512fccb76 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}'