X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=ca05387fa5a96f3be3adfd85a90830422f90b38d;hb=27b624569849dfb6c792c68604919db5abc7ecf5;hp=689a16e3481aca9fd85afec3829b9847c66a9ebd;hpb=b0cf01badcd2717524aa17d1011a19b40036c503;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 689a16e3..ca05387f 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -5,14 +5,6 @@ views: - project-view -- project: - name: pti-rtp-info - project: pti/rtp - project-name: pti-rtp - build-node: centos7-builder-1c-1g - jobs: - - gerrit-info-yaml-verify - - _pti_rtp_common: &pti_rtp_common name: pti-rtp-common # git repo @@ -25,7 +17,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 +25,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 +35,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 @@ -57,9 +47,8 @@ # 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: @@ -69,3 +58,7 @@ branch: f-release - g-release: branch: g-release + - h-release: + branch: h-release + - i-release: + branch: i-release