089b18094e1cef3244c40f6d4a45d59bc54e5205
[ci-management.git] / jjb / portal-aiml-dashboard / portal-aiml-dashboard.yaml
1 ---
2 - project:
3     name: portal-aiml-dashboard-project-view
4     project-name: portal-aiml-dashboard
5     views:
6       - project-view
7
8 - project:
9     name: portal-aiml-dashboard-info
10     project: portal/aiml-dashboard
11     project-name: portal-aiml-dashboard
12     build-node: centos7-builder-1c-1g
13     branch: master
14     jobs:
15       - gerrit-info-yaml-verify
16
17 - _aiml_dashboard_docker_common:
18     &aiml_dashboard_docker_common # values apply to all training manager projects
19     name: portal-aiml-dashboard-docker-common
20     # git repo
21     project: portal/aiml-dashboard
22     # jenkins job name prefix
23     project-name: portal-aiml-dashboard
24     # maven settings file has docker credentials
25     mvn-settings: portal-aiml-dashboard-settings
26
27 - project:
28     <<: *aiml_dashboard_docker_common
29     name: portal-aiml-dashboard-release
30     # maven release requires sigul which requires centos
31     # container release requires docker
32     build-node: centos7-docker-2c-8g
33     jobs:
34       - "{project-name}-gerrit-release-jobs"
35
36 - project:
37     <<: *aiml_dashboard_docker_common
38     name: portal-aiml-dashboard-docker
39     project-name: "{name}"
40     # image name
41     docker-name: "o-ran-sc/{name}"
42     # Dockerfile is in a subdir
43     docker-root: "."
44     # source of docker tag
45     # dockerfile is in subdir of docker root
46     docker-build-args: "--network=host"
47     container-tag-method: yaml-file
48     build-node: ubuntu1804-docker-4c-4g
49     jobs:
50       - "{project-name}-gerrit-docker-jobs"
51     stream:
52       - master:
53           branch: master
54
55 - project:
56     <<: *aiml_dashboard_docker_common
57     name: portal-aiml-notebook-docker
58     project-name: "{name}"
59     # image name
60     docker-name: "o-ran-sc/{name}"
61     # Dockerfile is in a subdir
62     docker-root: "kf-pipelines"
63     container-tag-yaml-dir: "kf-pipelines"
64     # source of docker tag
65     # dockerfile is in subdir of docker root
66     docker-build-args: "--network=host"
67     container-tag-method: yaml-file
68     build-node: ubuntu1804-docker-4c-4g
69     jobs:
70       - "{project-name}-gerrit-docker-jobs"
71     stream:
72       - master:
73           branch: master