pti-rtp: change the build timeout to 1200 minutes.
The merge job for pti rtp repo runs out of allocated 9 hours with the
job half done. That implies to double time for building the image,
plus extra time for pushing the image to nexus repo, so increase the
timeout to 1200 to make sure the merge job will succeed. With that
success job execution, we could find out the exact building time and
change this timeout to be more accurate accordingly.
Evidence: https://jenkins.o-ran-sc.org/view/pti-rtp/job/
pti-rtp-shell-merge-master/5/console
16:49:20 NOTE: Running task 3957 of 7857
Issue-ID: INF-6
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I74905a69d9b10895cf4af03c69e7633633e63724
diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml
index ae05875..35c27ab 100644
--- a/jjb/pti-rtp/pti-rtp.yaml
+++ b/jjb/pti-rtp/pti-rtp.yaml
@@ -42,7 +42,7 @@
# demand 200GB storage
build-node: centos7-docker-2c-8g-200g
# runs about 9 hours
- build-timeout: 600
+ build-timeout: 1200
script: !include-raw-escape:
- install-yocto-prereq-centos.sh
- build-yocto.sh