From: Khantwal Date: Fri, 29 Nov 2024 11:44:34 +0000 (+0530) Subject: Increase pipeline timeout for integration tests X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F139600%2F2;p=ci-management.git Increase pipeline timeout for integration tests - Add build timeout to 120 minutes Issue-ID: SDC-4702 Change-Id: I43f31d4a55fcd3433a1cf6f41806c5d8b95cf650 Signed-off-by: Anamika Khantwal --- diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 5c89f5fe5..caecd4e55 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -38,6 +38,7 @@ build-node: "ubuntu1804-docker-8c-8g" - "{project-name}-{stream}-sdc-merge-java": build-node: "ubuntu1804-docker-8c-16g" + build-timeout: 120 docker-pom: "pom.xml" mvn-profile: "docker" # yamllint disable-line rule:line-length diff --git a/packer/README.markdown b/packer/README.markdown index 597e64b0d..bc06d2649 100644 --- a/packer/README.markdown +++ b/packer/README.markdown @@ -26,12 +26,12 @@ This would build a bootable image in the Open-O CI cloud environment. From a high level, the builds: -- Boot a specified base image in the cloud -- Run a set of shell scripts, listed in the template's shell provisioner - section, to do any configuration required by the builder. -- Execute a shutdown of the running instance -- Execute a 'nova image-create' operation against the shutdown instance. -- Perform a 'nova delete' operation against the shutdown instance. +- Boot a specified base image in the cloud +- Run a set of shell scripts, listed in the template's shell provisioner + section, to do any configuration required by the builder. +- Execute a shutdown of the running instance +- Execute a 'nova image-create' operation against the shutdown instance. +- Perform a 'nova delete' operation against the shutdown instance. [1]: https://www.packer.io/ [2]: https://www.packer.io/intro/getting-started/setup.html