X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=008b233540df79e692af65385eaa5756aa80119c;hb=45e8cd0284b23fc7a2ca4772c99b6ee404335ed6;hp=689a16e3481aca9fd85afec3829b9847c66a9ebd;hpb=4e0d56afc7d3d3d2139d0427b6fbb341c82a5b28;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 689a16e3..008b2335 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -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 @@ -57,9 +55,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 +66,5 @@ branch: f-release - g-release: branch: g-release + - h-release: + branch: h-release