Skip to content

Commit

Permalink
Increase pipeline timeout for integration tests
Browse files Browse the repository at this point in the history
- Add build timeout to 120 minutes

Issue-ID: SDC-4702
Change-Id: I43f31d4a55fcd3433a1cf6f41806c5d8b95cf650
Signed-off-by: Anamika Khantwal <[email protected]>
  • Loading branch information
anamikakhantwal-acc committed Dec 2, 2024
1 parent dc25c94 commit 1fb67f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions jjb/sdc/sdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions packer/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fb67f1

Please sign in to comment.