X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=58181a49cb6f905cbedd545695425c23393209ae;hb=311f9fc825766bcba1685a64f1331b1cd1be987c;hp=7090367ee4cb456407cb6dcdb11894e05658cc70;hpb=cb12a9adb815c763bbc62439a1b00c72795b10da;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 7090367e..58181a49 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -24,26 +24,46 @@ mvn-site-id: site # use a centos with big memory; docker not required build-node: centos7-docker-2c-8g + # use a non-recursive pattern + archive-artifacts: '*.log' - 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 9 hours - build-timeout: 600 + # runs about 50~80 minutes + build-timeout: 120 script: !include-raw-escape: - install-yocto-prereq-centos.sh - - build-yocto.sh - - upload-yocto.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 48 hours + build-timeout: 2880 + script: !include-raw-escape: + - install-yocto-prereq-centos.sh + - build-inf.sh + - upload-inf.sh + jobs: + - oran-shell-release + stream: + - master: + branch: master + - f-release: + branch: f-release