blob: 8164ee01ec704a10a053077c2c3eaa9d25428a97 [file] [log] [blame]
Alex Stancu32fe5112019-11-14 20:14:13 +02001---
2- project:
3 name: sim-o1-interface-project-view
4 project-name: sim-o1-interface
5 views:
6 - project-view
7
8- project:
9 name: sim-o1-interface-info
10 project: sim/o1-interface
11 project-name: sim-o1-interface
Aric Gardnerda252d22019-10-11 16:10:03 -040012 build-node: centos7-builder-1c-1g
Alex Stancu32fe5112019-11-14 20:14:13 +020013 jobs:
14 - gerrit-info-yaml-verify
15
Anil Belur439502c2023-05-07 12:39:38 +100016- _sim_o1_interface_docker:
17 &sim_o1_interface_docker # values apply to all sim/o1-interface docker projects
Alex Stancu32fe5112019-11-14 20:14:13 +020018 name: sim-o1-interface-common
19 # git repo
20 project: sim/o1-interface
wrider592e1ed2019-11-19 00:07:46 -050021 # jenkins job name prefix
22 project-name: sim-o1-interface
Alex Stancu32fe5112019-11-14 20:14:13 +020023 # maven settings file has docker credentials
24 mvn-settings: sim-o1-interface-settings
25 # source of docker tag
26 container-tag-method: yaml-file
Alex Stancua70adf22020-11-06 17:30:41 +020027 # if no container-tag-yaml-dir is defined, container-tag.yml is taken from the docker-root
Alex Stancu732346b2020-04-02 18:22:57 +030028 build-node: ubuntu1804-docker-4c-4g
29 jobs:
Anil Belur439502c2023-05-07 12:39:38 +100030 - "{project-name}-gerrit-docker-jobs"
Alex Stancu732346b2020-04-02 18:22:57 +030031 stream:
32 - master:
33 branch: master
Alex Stancu32fe5112019-11-14 20:14:13 +020034
35- project:
Alex Stancu732346b2020-04-02 18:22:57 +030036 <<: *sim_o1_interface_docker
Alex Stancua70adf22020-11-06 17:30:41 +020037 name: sim-o1-interface-ntsim-ng-base
Alex Stancu32fe5112019-11-14 20:14:13 +020038 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +100039 project-name: "{name}"
Alex Stancu32fe5112019-11-14 20:14:13 +020040 # image name
Anil Belur439502c2023-05-07 12:39:38 +100041 docker-name: "o-ran-sc/nts-ng-base"
Alex Stancu732346b2020-04-02 18:22:57 +030042 # dockerfile is in subdir
Anil Belur439502c2023-05-07 12:39:38 +100043 docker-build-args: "--network=host -f deploy/base/ubuntu.Dockerfile"
Alex Stancua70adf22020-11-06 17:30:41 +020044 # tag file latest, since it is base for others
45 container-tag-method: latest
Alex Stancu3585eb32020-11-11 20:05:13 +020046 docker-root: ntsimulator
Alex Stancua70adf22020-11-06 17:30:41 +020047 gerrit_trigger_file_paths:
48 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +100049 pattern: "ntsimulator/ntsim-ng/.*"
Alex Stancua70adf22020-11-06 17:30:41 +020050 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +100051 pattern: "ntsimulator/deploy/base/.*"
Alex Stancua70adf22020-11-06 17:30:41 +020052
53- project:
54 <<: *sim_o1_interface_docker
55 name: sim-o1-interface-ntsim-ng-manager
56 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +100057 project-name: "{name}"
Alex Stancua70adf22020-11-06 17:30:41 +020058 # image name
Anil Belur439502c2023-05-07 12:39:38 +100059 docker-name: "o-ran-sc/ntsim-ng-manager"
Alex Stancua70adf22020-11-06 17:30:41 +020060 # dockerfile is in subdir
Alex Stancu5fde8102021-04-09 16:49:04 +030061 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
Alex Stancu3585eb32020-11-11 20:05:13 +020062 docker-root: ntsimulator/deploy/nts-manager
Alex Stancu32fe5112019-11-14 20:14:13 +020063 gerrit_trigger_file_paths:
64 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +100065 pattern: "ntsimulator/deploy/nts-manager/.*"
Alex Stancu32fe5112019-11-14 20:14:13 +020066
67- project:
Alex Stancu732346b2020-04-02 18:22:57 +030068 <<: *sim_o1_interface_docker
Alex Stancua70adf22020-11-06 17:30:41 +020069 name: sim-o1-interface-ntsim-ng-o-ran-fh
Alex Stancu32fe5112019-11-14 20:14:13 +020070 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +100071 project-name: "{name}"
Alex Stancu32fe5112019-11-14 20:14:13 +020072 # image name
Anil Belur439502c2023-05-07 12:39:38 +100073 docker-name: " o-ran-sc/nts-ng-o-ran-fh"
Alex Stancu732346b2020-04-02 18:22:57 +030074 # dockerfile is in subdir
Alex Stancu5fde8102021-04-09 16:49:04 +030075 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
Alex Stancu3585eb32020-11-11 20:05:13 +020076 docker-root: ntsimulator/deploy/o-ran
Alex Stancu32fe5112019-11-14 20:14:13 +020077 gerrit_trigger_file_paths:
78 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +100079 pattern: "ntsimulator/deploy/o-ran/.*"
wrider592e1ed2019-11-19 00:07:46 -050080
81- project:
Alex Stancu732346b2020-04-02 18:22:57 +030082 <<: *sim_o1_interface_docker
Alex Stancua70adf22020-11-06 17:30:41 +020083 name: sim-o1-interface-ntsim-ng-x-ran
Alex Stancu732346b2020-04-02 18:22:57 +030084 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +100085 project-name: "{name}"
Alex Stancu732346b2020-04-02 18:22:57 +030086 # image name
Anil Belur439502c2023-05-07 12:39:38 +100087 docker-name: "o-ran-sc/nts-ng-x-ran"
Alex Stancu732346b2020-04-02 18:22:57 +030088 # dockerfile is in subdir
Alex Stancu5fde8102021-04-09 16:49:04 +030089 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
Alex Stancu3585eb32020-11-11 20:05:13 +020090 docker-root: ntsimulator/deploy/x-ran
Alex Stancu732346b2020-04-02 18:22:57 +030091 gerrit_trigger_file_paths:
92 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +100093 pattern: "ntsimulator/deploy/x-ran/.*"
Alex Stancu732346b2020-04-02 18:22:57 +030094
95- project:
96 <<: *sim_o1_interface_docker
Alex Stancu5fde8102021-04-09 16:49:04 +030097 name: sim-o1-interface-ntsim-ng-o-ran-ru-fh
98 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +100099 project-name: "{name}"
Alex Stancu5fde8102021-04-09 16:49:04 +0300100 # image name
Anil Belur439502c2023-05-07 12:39:38 +1000101 docker-name: " o-ran-sc/nts-ng-o-ran-ru-fh"
Alex Stancu5fde8102021-04-09 16:49:04 +0300102 # dockerfile is in subdir
103 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
104 docker-root: ntsimulator/deploy/o-ran-ru-fh
105 gerrit_trigger_file_paths:
106 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +1000107 pattern: "ntsimulator/deploy/o-ran-ru-fh/.*"
Alex Stancu5fde8102021-04-09 16:49:04 +0300108
109- project:
110 <<: *sim_o1_interface_docker
111 name: sim-o1-interface-ntsim-ng-o-ran-du
112 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +1000113 project-name: "{name}"
Alex Stancu5fde8102021-04-09 16:49:04 +0300114 # image name
Anil Belur439502c2023-05-07 12:39:38 +1000115 docker-name: " o-ran-sc/nts-ng-o-ran-du"
Alex Stancu5fde8102021-04-09 16:49:04 +0300116 # dockerfile is in subdir
117 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
118 docker-root: ntsimulator/deploy/o-ran-du
119 gerrit_trigger_file_paths:
120 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +1000121 pattern: "ntsimulator/deploy/o-ran-du/.*"
Alex Stancu5fde8102021-04-09 16:49:04 +0300122
123- project:
124 <<: *sim_o1_interface_docker
Alex Stancu7c175f62021-05-11 11:04:46 +0300125 name: sim-o1-interface-ntsim-ng-blank
126 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +1000127 project-name: "{name}"
Alex Stancu7c175f62021-05-11 11:04:46 +0300128 # image name
Anil Belur439502c2023-05-07 12:39:38 +1000129 docker-name: " o-ran-sc/nts-ng-blank"
Alex Stancu7c175f62021-05-11 11:04:46 +0300130 # dockerfile is in subdir
131 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
132 docker-root: ntsimulator/deploy/blank
133 gerrit_trigger_file_paths:
134 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +1000135 pattern: "ntsimulator/deploy/blank/.*"
Alex Stancu7c175f62021-05-11 11:04:46 +0300136
137- project:
138 <<: *sim_o1_interface_docker
Alex Stancuda221d42021-10-19 16:52:45 +0300139 name: sim-o1-interface-ntsim-ng-tapi-topology
140 # jenkins job name prefix
Anil Belur439502c2023-05-07 12:39:38 +1000141 project-name: "{name}"
Alex Stancuda221d42021-10-19 16:52:45 +0300142 # image name
Anil Belur439502c2023-05-07 12:39:38 +1000143 docker-name: " o-ran-sc/smo-nts-ng-topology-server"
Alex Stancuda221d42021-10-19 16:52:45 +0300144 # dockerfile is in subdir
145 docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
146 docker-root: ntsimulator/deploy/smo-nts-ng-topology-server
147 gerrit_trigger_file_paths:
148 - compare-type: REG_EXP
Anil Belur439502c2023-05-07 12:39:38 +1000149 pattern: "ntsimulator/deploy/smo-nts-ng-topology-server/.*"
Alex Stancuda221d42021-10-19 16:52:45 +0300150
151- project:
152 <<: *sim_o1_interface_docker
wrider592e1ed2019-11-19 00:07:46 -0500153 name: sim-o1-interface-release
wrider592e1ed2019-11-19 00:07:46 -0500154 # maven release requires sigul which requires centos
155 # container release requires docker
156 build-node: centos7-docker-2c-8g
157 jobs:
Anil Belur439502c2023-05-07 12:39:38 +1000158 - "{project-name}-gerrit-release-jobs"