Lott, Christopher (cl778h) | bb46647 | 2019-06-05 13:29:17 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: com-asn1-project-view |
| 4 | project-name: com-asn1 |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - asn1_docker_common: &asn1_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: asn1-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 Grimberg | 8a4f190 | 2019-06-12 09:33:54 -0700 | [diff] [blame] | 18 | container-push-registry: nexus3.o-ran-sc.org:10004 |
Lott, Christopher (cl778h) | bb46647 | 2019-06-05 13:29:17 -0400 | [diff] [blame] | 19 | stream: |
| 20 | - master: |
| 21 | branch: master |
| 22 | |
| 23 | - project: |
| 24 | name: com-asn1 |
| 25 | # git repo |
| 26 | project: com/asn1 |
| 27 | # jenkins job name prefix |
| 28 | project-name: '{name}' |
Lott, Christopher (cl778h) | 5383023 | 2019-06-11 11:28:58 -0400 | [diff] [blame] | 29 | # use host network to clone from our gerrit |
| 30 | docker-build-args: '--network=host -f ci/Dockerfile' |
Lott, Christopher (cl778h) | bb46647 | 2019-06-05 13:29:17 -0400 | [diff] [blame] | 31 | # image name |
| 32 | docker-name: '{name}' |
Lott, Christopher (cl778h) | 5383023 | 2019-06-11 11:28:58 -0400 | [diff] [blame] | 33 | # image tag, use a fixed value |
| 34 | container-tag-method: latest |
Lott, Christopher (cl778h) | bb46647 | 2019-06-05 13:29:17 -0400 | [diff] [blame] | 35 | # maven settings file has docker credentials |
| 36 | mvn-settings: com-asn1-settings |
| 37 | jobs: |
| 38 | # verify only; no merge bcos no image is pushed |
| 39 | - gerrit-docker-verify |
| 40 | <<: *asn1_docker_common |
Andrew Grimberg | 77aa66b | 2019-06-11 13:10:45 -0700 | [diff] [blame] | 41 | |
| 42 | - project: |
| 43 | name: com-asn1-info |
| 44 | project: com/asn1 |
| 45 | project-name: com-asn1 |
| 46 | build-node: centos7-builder-1c-1g |
| 47 | |
| 48 | jobs: |
| 49 | - gerrit-info-yaml-verify |