Change a1 build timeout to 10 minutes.
[ci-management.git] / jjb / ric-plt-a1 / ric-plt-a1.yaml
1 ---
2 - project:
3     name: ric-plt-a1-project-view
4     project-name: ric-plt-a1
5     views:
6       - project-view
7
8 - project:
9     name: ric-plt-a1-info
10     project: ric-plt/a1
11     project-name: ric-plt-a1
12     build-node: centos7-builder-1c-1g
13     jobs:
14       - gerrit-info-yaml-verify
15
16 - a1_docker_common: &a1_docker_common
17     # values apply to all A1 docker projects
18     name: a1-docker-common
19     # git repo
20     project: ric-plt/a1
21     # jenkins job name prefix
22     project-name: ric-plt-a1
23     # maven settings file has docker credentials
24     mvn-settings: ric-plt-a1-settings
25
26 - project:
27     <<: *a1_docker_common
28     name: ric-plt-a1
29     # image name
30     docker-name: '{name}'
31     # source of docker tag
32     container-tag-method: yaml-file
33     # use host network to clone from our gerrit
34     docker-build-args: '--network=host'
35     stream:
36       - master:
37           branch: master
38     jobs:
39       - gerrit-python-xc-clm
40       - '{project-name}-gerrit-docker-jobs'
41
42 # runs unit tests on verify only
43 - project:
44     <<: *a1_docker_common
45     name: ric-plt-a1-test
46     project-name: ric-plt-a1-test
47     # image name, but is never pushed
48     docker-name: '{name}'
49     # source of docker tag
50     container-tag-method: latest
51     docker-build-args: '-f Dockerfile-Unit-Test'
52     build-timeout: 10
53     stream:
54       - master:
55           branch: master
56     jobs:
57       - gerrit-docker-verify
58
59 - project:
60     <<: *a1_docker_common
61     name: ric-plt-a1-sonar
62     branch: master
63     sonarcloud: true
64     sonarcloud-project-key: o-ran-sc_ric-plt-a1
65     sonarcloud-project-organization: o-ran-sc
66     sonarcloud-api-token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
67     jobs:
68       - gerrit-tox-sonar