blob: 0618200e524845512480aa7903c0b25f46b163c8 [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
16- ransliceassurance_common: &ransliceassurance_common
17 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:
32 - '{project-name}-gerrit-release-jobs'
33
34- project:
35 <<: *ransliceassurance_common
36 name: nonrtric-rapp-ransliceassurance
37 project-name: '{name}'
38 # image name
39 docker-name: 'o-ran-sc/nonrtric-rapp-ransliceassurance'
40 # get tag from YAML
41 container-tag-method: yaml-file
42 # use host network to clone from our gerrit
43 docker-build-args: '--network=host'
44 # Directory with Dockerfile
45 docker-root: 'smoversion'
46 # Directory where go test should be run
47 go-root: 'smoversion'
48 build-node: ubuntu1804-docker-4c-4g
49 # Includes verify and merge jobs
50 jobs:
51 - "{project-name}-gerrit-docker-jobs"
52 - gerrit-go-verify
elinuxhenrikc6be42a2022-06-09 13:10:12 +020053 - gerrit-maven-docker-stage
ychacon64026962022-02-18 09:51:37 +010054 stream:
55 - master:
56 branch: master
elinuxhenrik0778b2c2022-06-29 08:25:57 +020057 - f-release:
58 branch: f-release
ychacon64026962022-02-18 09:51:37 +010059
60- project:
61 <<: *ransliceassurance_common
ychacondf031572022-03-14 13:50:40 +010062 name: nonrtric-rapp-ransliceassurance-icsversion
63 project-name: '{name}'
64 # image name
65 docker-name: 'o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion'
66 # get tag from YAML
67 container-tag-method: yaml-file
68 # use host network to clone from our gerrit
69 docker-build-args: '--network=host'
70 # Directory with Dockerfile
71 docker-root: 'icsversion'
72 # Directory where go test should be run
73 go-root: 'icsversion'
74 build-node: ubuntu1804-docker-4c-4g
75 # Includes verify and merge jobs
76 jobs:
77 - "{project-name}-gerrit-docker-jobs"
78 - gerrit-go-verify
elinuxhenrikc6be42a2022-06-09 13:10:12 +020079 - gerrit-maven-docker-stage
ychacondf031572022-03-14 13:50:40 +010080 stream:
81 - master:
82 branch: master
elinuxhenrik0778b2c2022-06-29 08:25:57 +020083 - f-release:
84 branch: f-release
ychacondf031572022-03-14 13:50:40 +010085
86- project:
87 <<: *ransliceassurance_common
ychacon64026962022-02-18 09:51:37 +010088 name: nonrtric-rapp-ransliceassurance-sonar
89 project-name: nonrtric-rapp-ransliceassurance
90 # prescan script requires ubuntu
91 # golang is only on docker-enabled nodes
92 build-node: ubuntu1804-docker-4c-4g
93 sonar-prescan-script: !include-raw-escape: prescan-ransliceassurance-ubuntu.sh
94 sonar-project-file: ""
95 java-version: openjdk11
96 # use sonarcloud values from defaults.yaml
97 sonar-properties: !include-raw: sonar-project.properties
98 jobs:
elinuxhenrikc6be42a2022-06-09 13:10:12 +020099 - gerrit-sonar-prescan-script