Add docker verify job for ric-app-hw-python and ric-app-hw-go
[ci-management.git] / jjb / ric-app-hw-python / ric-app-hw-python.yaml
1 ---
2 - project:
3     name: ric-app-hw-python-project-view
4     project-name: ric-app-hw-python
5     views:
6       - project-view
7
8 - hw-python_common: &hw-python_common
9     # values apply to all projects
10     name: hw-python-common
11     # git repo
12     project: ric-app/hw-python
13     # jenkins prefix
14     project-name: ric-app-hw-python
15     # maven settings file has docker credentials
16     mvn-settings: ric-app-hw-python-settings
17
18 # verify INFO.yaml changes
19 - project:
20     <<: *hw-python_common
21     name: ric-app-hw-python-info
22     build-node: centos7-builder-1c-1g
23     jobs:
24       - gerrit-info-yaml-verify
25
26 - project:
27     <<: *hw-python_common
28     name: ric-app-hw-python
29     # image name
30     docker-name: 'o-ran-sc/{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'
35     jobs:
36       - '{project-name}-gerrit-docker-jobs'
37     stream:
38       - master:
39           branch: master