CI: Disable INFO verify jobs
[ci-management.git] / jjb / nonrtric-plt-sme / nonrtric-plt-sme.yaml
1 ---
2 - project:
3     name: nonrtric-plt-sme-project-view
4     project-name: nonrtric-plt-sme
5     views:
6       - project-view
7
8 - _nonrtric_plt_sme_common:
9     &nonrtric_plt_sme_common # values apply to all projects here
10     name: nonrtric-plt-sme-common
11     # git repo
12     project: nonrtric/plt/sme
13     # jenkins job name prefix
14     project-name: nonrtric-plt-sme
15     # maven settings file has docker credentials
16     mvn-settings: nonrtric-plt-sme-settings
17     # defaults.yaml value is NOT used due to value set in lf-maven-jobs.yaml
18     java-version: openjdk11
19     mvn-version: mvn36
20
21 - project:
22     <<: *nonrtric_plt_sme_common
23     name: nonrtric-plt-sme-release
24     # maven release requires sigul which requires centos
25     # container release requires docker
26     build-node: centos7-docker-2c-8g
27     jobs:
28       - "{project-name}-gerrit-release-jobs"
29
30 - project:
31     <<: *nonrtric_plt_sme_common
32     name: nonrtric-plt-sme-capifcore
33     project-name: "{name}"
34     # image name
35     docker-name: "o-ran-sc/nonrtric-plt-capifcore"
36     # get tag from YAML
37     container-tag-method: yaml-file
38     container-tag-yaml-dir: capifcore
39     # use host network to clone from our gerrit
40     docker-build-args: "--network=host"
41     # Directory with Dockerfile
42     docker-root: "capifcore"
43     # Limit build trigger to appropriate files
44     gerrit_trigger_file_paths:
45       - compare-type: REG_EXP
46         pattern: "capifcore/.*"
47     # Directory where go test should be run
48     go-root: "capifcore"
49     build-node: ubuntu1804-docker-4c-4g
50     # Includes verify and merge jobs
51     jobs:
52       - "{project-name}-gerrit-docker-jobs"
53       - gerrit-go-verify
54     stream:
55       - master:
56           branch: master
57       - g-release:
58           branch: g-release
59       - h-release:
60           branch: h-release
61       - i-release:
62           branch: i-release
63
64 - project:
65     <<: *nonrtric_plt_sme_common
66     name: nonrtric-plt-sme-capifcore-sonar
67     # prescan script requires ubuntu
68     # golang is only on docker-enabled nodes
69     build-node: ubuntu1804-docker-4c-4g
70     gerrit_trigger_file_paths:
71       - compare-type: REG_EXP
72         pattern: "capifcore/.*"
73     sonar-prescan-script: !include-raw-escape: prescan-capifcore-ubuntu.sh
74     sonar-project-file: ""
75     java-version: openjdk11
76     # use sonarcloud values from defaults.yaml
77     sonar-properties: !include-raw-escape: sonar-project.properties
78     jobs:
79       - gerrit-sonar-prescan-script