X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=e96bff7e4ecba6dcffa424dd240b18592c69cdd6;hb=b0fad8102334ec9b480223b1a383022446c825a0;hp=7a795826c6c5002290548ec6cdd0751a5290357e;hpb=884590bccb1e6eebf18ec7ac321113c399f92f6b;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 7a795826..e96bff7e 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -13,7 +13,7 @@ jobs: - gerrit-info-yaml-verify -- pti_rtp_common: &pti_rtp_common +- _pti_rtp_common: &pti_rtp_common name: pti-rtp-common # git repo project: pti/rtp @@ -25,7 +25,7 @@ # use a centos with big memory; docker not required build-node: centos7-docker-2c-8g # use a non-recursive pattern - archive-artifacts: '*.log' + archive-artifacts: "*.log" - project: <<: *pti_rtp_common @@ -33,8 +33,7 @@ # runs about 50~80 minutes build-timeout: 120 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - - verify-inf.sh + - verify-inf.sh jobs: - oran-shell-verify @@ -44,8 +43,7 @@ # runs about 50~80 minutes build-timeout: 120 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - - verify-inf.sh + - verify-inf.sh jobs: - oran-shell-merge @@ -54,11 +52,17 @@ name: pti-rtp-release-merge # demand 200GB storage build-node: centos7-docker-2c-8g-200g - # runs about 35 hours - build-timeout: 2100 + # runs about 48 hours + build-timeout: 2880 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - - build-inf.sh - - upload-inf.sh + - build-inf.sh + - upload-inf.sh jobs: - oran-shell-release + stream: + - master: + branch: master + - f-release: + branch: f-release + - g-release: + branch: g-release