X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=ed339b47ceacb424c225893cd0c8ea6e963ee3f1;hb=5c8660637f7d0e180d4708c9b8d4b5693b0627fa;hp=f4ed03ea5d54302eb4215d7dc40c51fa370b990c;hpb=ad81f6222a99fc357790b56653845775ab3bab3b;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index f4ed03ea..ed339b47 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -30,24 +30,42 @@ - project: <<: *pti_rtp_common name: pti-rtp-verify - # runs about 40 minutes - build-timeout: 60 + # runs about 50~80 minutes + build-timeout: 120 script: !include-raw-escape: - install-yocto-prereq-centos.sh - - verify-yocto.sh + - verify-inf.sh jobs: - oran-shell-verify - project: <<: *pti_rtp_common name: pti-rtp-merge + # runs about 50~80 minutes + build-timeout: 120 + script: !include-raw-escape: + - install-yocto-prereq-centos.sh + - verify-inf.sh + jobs: + - oran-shell-merge + +- project: + <<: *pti_rtp_common + name: pti-rtp-release-merge # demand 200GB storage build-node: centos7-docker-2c-8g-200g - # runs about 18 hours - build-timeout: 1200 + # runs about 48 hours + build-timeout: 2880 script: !include-raw-escape: - install-yocto-prereq-centos.sh - - build-yocto.sh - - upload-yocto.sh + - build-inf.sh + - upload-inf.sh jobs: - - oran-shell-merge + - oran-shell-release + stream: + - master: + branch: master + - f-release: + branch: f-release + - g-release: + branch: g-release