X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpti-rtp%2Fpti-rtp.yaml;h=ed4f088653e0754d6cdcd78e5aa8438e260b373c;hb=4737d6e2ffa8465af36d9611a7e53917e5b51a77;hp=14f231e662f39d2bb9c675d913614872036afe8e;hpb=b6b4692bf9db111dd83210cadc47d16e0d360276;p=ci-management.git diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 14f231e6..ed4f0886 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -13,14 +13,59 @@ 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 - build-timeout: 60 - script: !include-raw-escape: verify-pti-rtp-centos.sh + # use a non-recursive pattern + archive-artifacts: "*.log" + +- project: + <<: *pti_rtp_common + name: pti-rtp-verify + # runs about 50~80 minutes + build-timeout: 120 + script: !include-raw-escape: + - install-yocto-prereq-centos.sh + - verify-inf.sh jobs: - oran-shell-verify + +- project: + <<: *pti_rtp_common + name: pti-rtp-merge + # runs about 50~80 minutes + build-timeout: 120 + script: !include-raw-escape: + - install-yocto-prereq-centos.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 + - g-release: + branch: g-release