Increase pipeline timeout for integration tests 00/139600/2
authorKhantwal <anamika.khantwal@accenture.com>
Fri, 29 Nov 2024 11:44:34 +0000 (17:14 +0530)
committerKhantwal <anamika.khantwal@accenture.com>
Mon, 2 Dec 2024 12:09:02 +0000 (17:39 +0530)
- Add build timeout to 120 minutes

Issue-ID: SDC-4702
Change-Id: I43f31d4a55fcd3433a1cf6f41806c5d8b95cf650
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
jjb/sdc/sdc.yaml
packer/README.markdown

index 5c89f5f..caecd4e 100644 (file)
@@ -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
index 597e64b..bc06d26 100644 (file)
@@ -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