blob: 41cf248c12f8c8ffc5c81d533ed16d0d0985055d [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
8- a1_docker_common: &a1_docker_common
9 # values apply to all RIC docker-build projects.
10 # factored out in case a1 needs multiple projects.
11 # use a specific name to prevent reuse attempts
12 # bcos anchors don't cross document boundaries.
13 name: a1-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)98ac5902019-06-01 07:03:27 -040019 # use host network to clone from our gerrit
20 docker-build-args: '--network=host'
21 # source of docker tag
22 docker-use-params-from: yaml-file-params
23 stream:
24 - master:
25 branch: master
26
27- project:
28 name: ric-plt-a1
29 # git repo
30 project: ric-plt/a1
31 # jenkins job name prefix
32 project-name: '{name}'
33 # image name
34 docker-name: '{name}'
35 # maven settings file has docker credentials
36 mvn-settings: ric-plt-a1-settings
37 jobs:
38 - '{project-name}-gerrit-docker-jobs'
39 <<: *a1_docker_common
Andrew Grimbergf075e012019-06-11 13:32:10 -070040
41- project:
42 name: ric-plt-a1-info
43 project: ric-plt/a1
44 project-name: ric-plt-a1
45 build-node: centos7-builder-1c-1g
46
47 jobs:
48 - gerrit-info-yaml-verify