blob: e8e5fecf90094885030318fa44fdec0793f0ec65 [file] [log] [blame]
Lott, Christopher (cl778h)98ac5902019-06-01 07:03:27 -04001---
2- project:
3 name: ric-plt-a1-project-view
4 project-name: ric-plt-a1
5 views:
6 - project-view
7
Andrew Grimbergf075e012019-06-11 13:32:10 -07008- project:
9 name: ric-plt-a1-info
10 project: ric-plt/a1
11 project-name: ric-plt-a1
12 build-node: centos7-builder-1c-1g
Andrew Grimbergf075e012019-06-11 13:32:10 -070013 jobs:
14 - gerrit-info-yaml-verify
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040015
16- a1_docker_common: &a1_docker_common
17 # values apply to all A1 docker projects
18 name: a1-docker-common
19 # git repo
20 project: ric-plt/a1
21 # jenkins job name prefix
22 project-name: ric-plt-a1
23 # maven settings file has docker credentials
24 mvn-settings: ric-plt-a1-settings
25
26- project:
27 <<: *a1_docker_common
28 name: ric-plt-a1
29 # image name
30 docker-name: '{name}'
31 # source of docker tag
32 container-tag-method: yaml-file
33 # use host network to clone from our gerrit
34 docker-build-args: '--network=host'
Lott, Christopher (cl778h)bde567d2019-09-12 15:32:33 -040035 # the install script assumes an ubuntu image
36 build-node: ubuntu1804-builder-2c-2g
37 pre-build-script: !include-raw-escape:
38 - ../shell/install-deb-nng-rmr.sh
39 python-version: python3
Lott, Christopher (cl778h)34148442019-08-09 14:39:14 -040040 stream:
41 - master:
42 branch: master
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040043 jobs:
Lott, Christopher (cl778h)bde567d2019-09-12 15:32:33 -040044 - gerrit-tox-verify
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040045 - '{project-name}-gerrit-docker-jobs'
Lott, Christopher (cl778h)bde567d2019-09-12 15:32:33 -040046 - gerrit-python-xc-clm
Lott, Christopher (cl778h)34148442019-08-09 14:39:14 -040047
48- project:
49 <<: *a1_docker_common
50 name: ric-plt-a1-sonar
51 branch: master
Lott, Christopher (cl778h)bde567d2019-09-12 15:32:33 -040052 python-version: python3
53 # the install script assumes an ubuntu image
54 build-node: ubuntu1804-builder-2c-2g
55 pre-build-script: !include-raw-escape:
56 - ../shell/install-deb-nng-rmr.sh
Lott, Christopher (cl778h)34148442019-08-09 14:39:14 -040057 sonarcloud: true
58 sonarcloud-project-key: o-ran-sc_ric-plt-a1
59 sonarcloud-project-organization: o-ran-sc
60 sonarcloud-api-token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
61 jobs:
62 - gerrit-tox-sonar