Bin Yang | 004a06a | 2019-10-11 06:40:49 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: pti-rtp-project-view |
| 4 | project-name: pti-rtp |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: pti-rtp-info |
| 10 | project: pti/rtp |
| 11 | project-name: pti-rtp |
| 12 | build-node: centos7-builder-1c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
| 15 | |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 16 | - pti_rtp_common: &pti_rtp_common |
| 17 | name: pti-rtp-common |
| 18 | # git repo |
Lott, Christopher (cl778h) | f5a42a4 | 2019-11-06 10:22:26 -0500 | [diff] [blame] | 19 | project: pti/rtp |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 20 | # jenkins job name prefix |
Lott, Christopher (cl778h) | f5a42a4 | 2019-11-06 10:22:26 -0500 | [diff] [blame] | 21 | project-name: pti-rtp |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 22 | # maven settings file has credentials |
| 23 | mvn-settings: pti-rtp-settings |
Bin Yang | 83785d5 | 2019-11-25 03:17:46 +0000 | [diff] [blame] | 24 | mvn-site-id: site |
Lott, Christopher (cl778h) | f5a42a4 | 2019-11-06 10:22:26 -0500 | [diff] [blame] | 25 | # use a centos with big memory; docker not required |
| 26 | build-node: centos7-docker-2c-8g |
Lott, Christopher (cl778h) | e1342e5 | 2019-12-09 06:18:12 -0500 | [diff] [blame] | 27 | # use a non-recursive pattern |
| 28 | archive-artifacts: '*.log' |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 29 | |
| 30 | - project: |
| 31 | <<: *pti_rtp_common |
| 32 | name: pti-rtp-verify |
| 33 | # runs about 40 minutes |
Lott, Christopher (cl778h) | f5a42a4 | 2019-11-06 10:22:26 -0500 | [diff] [blame] | 34 | build-timeout: 60 |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 35 | script: !include-raw-escape: |
| 36 | - install-yocto-prereq-centos.sh |
| 37 | - verify-yocto.sh |
Lott, Christopher (cl778h) | f5a42a4 | 2019-11-06 10:22:26 -0500 | [diff] [blame] | 38 | jobs: |
Lott, Christopher (cl778h) | f77c9f6 | 2019-11-08 13:39:36 -0500 | [diff] [blame] | 39 | - oran-shell-verify |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 40 | |
| 41 | - project: |
| 42 | <<: *pti_rtp_common |
| 43 | name: pti-rtp-merge |
Bin Yang | 5d9c5ea | 2020-02-19 11:43:58 +0800 | [diff] [blame^] | 44 | # runs about 40 minutes |
| 45 | build-timeout: 60 |
| 46 | script: !include-raw-escape: |
| 47 | - install-yocto-prereq-centos.sh |
| 48 | - verify-yocto.sh |
| 49 | jobs: |
| 50 | - oran-shell-merge |
| 51 | |
| 52 | - project: |
| 53 | <<: *pti_rtp_common |
| 54 | name: pti-rtp-release-merge |
Bin Yang | fe18fc2 | 2019-11-27 02:27:12 +0000 | [diff] [blame] | 55 | # demand 200GB storage |
| 56 | build-node: centos7-docker-2c-8g-200g |
Lott, Christopher (cl778h) | e1342e5 | 2019-12-09 06:18:12 -0500 | [diff] [blame] | 57 | # runs about 18 hours |
Jackie Huang | 93ca7b0 | 2019-11-29 13:51:25 +0800 | [diff] [blame] | 58 | build-timeout: 1200 |
Lott, Christopher (cl778h) | d59c1b8 | 2019-11-14 09:06:25 -0500 | [diff] [blame] | 59 | script: !include-raw-escape: |
| 60 | - install-yocto-prereq-centos.sh |
| 61 | - build-yocto.sh |
| 62 | - upload-yocto.sh |
| 63 | jobs: |
Bin Yang | 5d9c5ea | 2020-02-19 11:43:58 +0800 | [diff] [blame^] | 64 | - oran-shell-release |