Merge "[HELM] Clean up and fix oom helm jobs"
[ci-management.git] / jjb / demo / demo.yaml
1 ---
2 - project:
3     name: demo-project-view
4     project-name: demo
5     views:
6       - project-view
7
8 - project:
9     name: demo
10     project-name: 'demo'
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - gerrit-maven-stage:
15           sign-artifacts: true
16           build-node: centos7-builder-4c-4g
17           maven-versions-plugin: true
18       - '{project-name}-gerrit-release-jobs':
19           build-node: centos7-docker-8c-8g
20
21     project: 'demo'
22     stream:
23       - 'master':
24           branch: 'master'
25       - 'istanbul':
26           branch: 'istanbul'
27       - 'honolulu':
28           branch: 'honolulu'
29     mvn-settings: 'demo-settings'
30     files: '**'
31     archive-artifacts: ''
32
33 - project:
34     name: demo-sonar
35     jobs:
36       - gerrit-maven-sonar
37     sonarcloud: true
38     sonarcloud-project-organization: '{sonarcloud_project_organization}'
39     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
40     sonar-mvn-goal: '{sonar_mvn_goal}'
41     cron: '@daily'
42     build-node: ubuntu1804-builder-4c-4g
43     project: 'demo'
44     project-name: 'demo'
45     branch: 'master'
46     mvn-settings: 'demo-settings'
47     mvn-goals: 'clean install'
48     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
49
50 - project:
51     name: demo-info
52     project-name: demo
53     jobs:
54       - gerrit-info-yaml-verify
55     build-node: centos7-builder-2c-1g
56     project: demo
57     branch: master
58
59 - project:
60     name: demo-linters
61     project: 'demo'
62     project-name: 'demo'
63     python-version: python3
64     jobs:
65       - integration-linters
66     subproject:
67       - 'yaml':
68           tox-dir: '.'
69           tox-envs: 'yaml'
70           pattern: '**/*.yaml'
71       - 'yml':
72           tox-dir: '.'
73           tox-envs: 'yaml'
74           pattern: '**/*.yml'
75       - 'json':
76           tox-dir: '.'
77           tox-envs: 'json'
78           pattern: '**/*.json'
79       - 'python':
80           tox-dir: '.'
81           tox-envs: 'py'
82           pattern: '**/*.py'
83     stream:
84       - 'master':
85           branch: 'master'
86       - 'istanbul':
87           branch: 'istanbul'
88       - 'honolulu':
89           branch: 'honolulu'