X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=7090367ee4cb456407cb6dcdb11894e05658cc70;hb=83785d53102b78bde370a535b39a96e9a03f4fba;hp=240d58cc177d6d4970c9fa03db9e82a452d87fbc;hpb=f5a42a4b7b7b4a371ac67eb31e0bab78ad0aabcd;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 240d58cc..7090367e 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -13,14 +13,37 @@ jobs: - gerrit-info-yaml-verify -- project: - name: pti-rtp-verify +- pti_rtp_common: &pti_rtp_common + name: pti-rtp-common + # git repo project: pti/rtp + # jenkins job name prefix project-name: pti-rtp + # maven settings file has credentials + mvn-settings: pti-rtp-settings + mvn-site-id: site # use a centos with big memory; docker not required build-node: centos7-docker-2c-8g - # runs about 30 minutes + +- project: + <<: *pti_rtp_common + name: pti-rtp-verify + # runs about 40 minutes build-timeout: 60 - script: !include-raw-escape: verify-pti-rtp-centos.sh + script: !include-raw-escape: + - install-yocto-prereq-centos.sh + - verify-yocto.sh + jobs: + - oran-shell-verify + +- project: + <<: *pti_rtp_common + name: pti-rtp-merge + # runs about 9 hours + build-timeout: 600 + script: !include-raw-escape: + - install-yocto-prereq-centos.sh + - build-yocto.sh + - upload-yocto.sh jobs: - - oran-verify-shell + - oran-shell-merge