blob: 00ef210995dc54e32e653c315fd9b015bb6c8d90 [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)34148442019-08-09 14:39:14 -040035 stream:
36 - master:
37 branch: master
Lott, Christopher (cl778h)3f5f89b2019-08-05 10:25:58 -040038 jobs:
39 - gerrit-python-xc-clm
40 - '{project-name}-gerrit-docker-jobs'
Lott, Christopher (cl778h)1f2b1882019-08-09 11:44:27 -040041
42# runs unit tests on verify only
43- project:
44 <<: *a1_docker_common
45 name: ric-plt-a1-test
46 project-name: ric-plt-a1-test
47 # image name, but is never pushed
48 docker-name: '{name}'
49 # source of docker tag
50 container-tag-method: latest
Tommy Carpenter2e647942019-08-23 19:35:18 -040051 # running without network = host led to repeated and numerous timeouts.
52 docker-build-args: '--network=host -f Dockerfile-Unit-Test'
Tommy Carpenterd0877252019-08-23 09:11:40 -040053 build-timeout: 10
Lott, Christopher (cl778h)34148442019-08-09 14:39:14 -040054 stream:
55 - master:
56 branch: master
Lott, Christopher (cl778h)1f2b1882019-08-09 11:44:27 -040057 jobs:
58 - gerrit-docker-verify
Lott, Christopher (cl778h)34148442019-08-09 14:39:14 -040059
60- project:
61 <<: *a1_docker_common
62 name: ric-plt-a1-sonar
63 branch: master
64 sonarcloud: true
65 sonarcloud-project-key: o-ran-sc_ric-plt-a1
66 sonarcloud-project-organization: o-ran-sc
67 sonarcloud-api-token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
68 jobs:
69 - gerrit-tox-sonar