blob: 10cb9d1c2a31ffe4cfa96db9b7e9924469e79929 [file] [log] [blame]
LF Jenkins CIe31c7e62022-02-02 19:27:08 +00001---
2- project:
3 name: nonrtric-rapp-ransliceassurance-project-view
4 project-name: nonrtric-rapp-ransliceassurance
5 views:
6 - project-view
7
8- project:
9 name: nonrtric-rapp-ransliceassurance-info
10 project: nonrtric/rapp/ransliceassurance
11 project-name: nonrtric-rapp-ransliceassurance
12 build-node: centos7-builder-1c-1g
13 jobs:
14 - gerrit-info-yaml-verify
ychacon64026962022-02-18 09:51:37 +010015
Anil Belur4e0d56a2023-04-18 11:49:03 +100016- _ransliceassurance_common: &ransliceassurance_common
ychacon64026962022-02-18 09:51:37 +010017 name: ransliceassurance-common
18 # git repo
19 project: nonrtric/rapp/ransliceassurance
20 # jenkins job name prefix
21 project-name: nonrtric-rapp-ransliceassurance
22 # maven settings file has docker credentials
23 mvn-settings: nonrtric-rapp-ransliceassurance-settings
24
25- project:
26 <<: *ransliceassurance_common
27 name: nonrtric-rapp-ransliceassurance-release
28 # maven release requires sigul which requires centos
29 # container release requires docker
30 build-node: centos7-docker-2c-8g
31 jobs:
Anil Belur439502c2023-05-07 12:39:38 +100032 - "{project-name}-gerrit-release-jobs"
ychacon64026962022-02-18 09:51:37 +010033
34- project:
35 <<: *ransliceassurance_common
36 name: nonrtric-rapp-ransliceassurance
Anil Belur439502c2023-05-07 12:39:38 +100037 project-name: "{name}"
ychacon64026962022-02-18 09:51:37 +010038 # image name
Anil Belur439502c2023-05-07 12:39:38 +100039 docker-name: "o-ran-sc/nonrtric-rapp-ransliceassurance"
ychacon64026962022-02-18 09:51:37 +010040 # get tag from YAML
41 container-tag-method: yaml-file
42 # use host network to clone from our gerrit
Anil Belur439502c2023-05-07 12:39:38 +100043 docker-build-args: "--network=host"
ychacon64026962022-02-18 09:51:37 +010044 # Directory with Dockerfile
Anil Belur439502c2023-05-07 12:39:38 +100045 docker-root: "smoversion"
ychacon64026962022-02-18 09:51:37 +010046 # Directory where go test should be run
Anil Belur439502c2023-05-07 12:39:38 +100047 go-root: "smoversion"
ychacon64026962022-02-18 09:51:37 +010048 build-node: ubuntu1804-docker-4c-4g
49 # Includes verify and merge jobs
50 jobs:
51 - "{project-name}-gerrit-docker-jobs"
52 - gerrit-go-verify
53 stream:
54 - master:
55 branch: master
elinuxhenrik0778b2c2022-06-29 08:25:57 +020056 - f-release:
57 branch: f-release
elinuxhenrikd8dfdf82023-01-03 14:52:58 +010058 - g-release:
59 branch: g-release
ychacon64026962022-02-18 09:51:37 +010060
61- project:
62 <<: *ransliceassurance_common
ychacondf031572022-03-14 13:50:40 +010063 name: nonrtric-rapp-ransliceassurance-icsversion
Anil Belur439502c2023-05-07 12:39:38 +100064 project-name: "{name}"
ychacondf031572022-03-14 13:50:40 +010065 # image name
Anil Belur439502c2023-05-07 12:39:38 +100066 docker-name: "o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion"
ychacondf031572022-03-14 13:50:40 +010067 # get tag from YAML
68 container-tag-method: yaml-file
69 # use host network to clone from our gerrit
Anil Belur439502c2023-05-07 12:39:38 +100070 docker-build-args: "--network=host"
ychacondf031572022-03-14 13:50:40 +010071 # Directory with Dockerfile
Anil Belur439502c2023-05-07 12:39:38 +100072 docker-root: "icsversion"
ychacondf031572022-03-14 13:50:40 +010073 # Directory where go test should be run
Anil Belur439502c2023-05-07 12:39:38 +100074 go-root: "icsversion"
ychacondf031572022-03-14 13:50:40 +010075 build-node: ubuntu1804-docker-4c-4g
76 # Includes verify and merge jobs
77 jobs:
78 - "{project-name}-gerrit-docker-jobs"
79 - gerrit-go-verify
80 stream:
81 - master:
82 branch: master
elinuxhenrik0778b2c2022-06-29 08:25:57 +020083 - f-release:
84 branch: f-release
elinuxhenrikd8dfdf82023-01-03 14:52:58 +010085 - g-release:
86 branch: g-release
ychacondf031572022-03-14 13:50:40 +010087
88- project:
89 <<: *ransliceassurance_common
ychacon64026962022-02-18 09:51:37 +010090 name: nonrtric-rapp-ransliceassurance-sonar
91 project-name: nonrtric-rapp-ransliceassurance
92 # prescan script requires ubuntu
93 # golang is only on docker-enabled nodes
94 build-node: ubuntu1804-docker-4c-4g
95 sonar-prescan-script: !include-raw-escape: prescan-ransliceassurance-ubuntu.sh
96 sonar-project-file: ""
97 java-version: openjdk11
98 # use sonarcloud values from defaults.yaml
Anil Belur4e0d56a2023-04-18 11:49:03 +100099 sonar-properties: !include-raw-escape: sonar-project.properties
ychacon64026962022-02-18 09:51:37 +0100100 jobs:
elinuxhenrikc6be42a2022-06-09 13:10:12 +0200101 - gerrit-sonar-prescan-script