blob: 1d1285946c1694aa28d91cefb1a62e4d446129f6 [file] [log] [blame]
Lott, Christopher (cl778h)46245932019-06-05 14:51:22 -04001---
2- project:
3 name: ric-plt-e2-project-view
4 project-name: ric-plt-e2
5 views:
6 - project-view
7
8- e2_docker_common: &e2_docker_common
9 # values apply to all RIC docker-build projects.
10 # factored out in case this needs multiple projects.
11 # use a specific name to prevent reuse attempts
12 # bcos anchors don't cross document boundaries.
13 name: e2-docker-common
14 build-node: ubuntu1804-docker-4c-4g
15 # pull from the public mirror + releases registry
16 container-public-registry: nexus3.o-ran-sc.org:10001
17 # push to the staging repo bcos all builds are RCs
Andrew Grimberg8a4f1902019-06-12 09:33:54 -070018 container-push-registry: nexus3.o-ran-sc.org:10004
Lott, Christopher (cl778h)46245932019-06-05 14:51:22 -040019 # use host network to clone from our gerrit
20 docker-build-args: '--network=host'
21 # source of docker tag
Lott, Christopher (cl778h)94853d12019-06-12 14:03:53 -040022 container-tag-method: yaml-file
Lott, Christopher (cl778h)46245932019-06-05 14:51:22 -040023 stream:
24 - master:
25 branch: master
26
27- project:
28 name: ric-plt-e2
29 # git repo
30 project: ric-plt/e2
31 # jenkins job name prefix
32 project-name: '{name}'
33 # image name
34 docker-name: '{name}'
Lott, Christopher (cl778h)c0703382019-06-17 16:49:47 -040035 # subdirectory
36 docker-root: RIC-E2-TERMINATION
Lott, Christopher (cl778h)46245932019-06-05 14:51:22 -040037 # maven settings file has docker credentials
38 mvn-settings: ric-plt-e2-settings
39 jobs:
40 - '{project-name}-gerrit-docker-jobs'
41 <<: *e2_docker_common
Andrew Grimberg2dc21952019-06-11 13:38:22 -070042
43- project:
44 name: ric-plt-e2-info
45 project: ric-plt/e2
46 project-name: ric-plt-e2
47 build-node: centos7-builder-1c-1g
48
49 jobs:
50 - gerrit-info-yaml-verify