From: Jackie Huang Date: Fri, 29 Nov 2019 05:51:25 +0000 (+0800) Subject: pti-rtp: change the build timeout to 1200 minutes. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=93ca7b0b6bbd04756332f1998c9c77872945fc3c;p=ci-management.git 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 Change-Id: I74905a69d9b10895cf4af03c69e7633633e63724 --- diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index ae058750..35c27ab0 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