Pass multiple pattern args in logs-deploy.sh
[releng/global-jjb.git] / .jjb-test / lf-ci-jobs.yaml
1 ---
2 - project:
3     name: gerrit-ci-jobs
4     jobs:
5       - "{project-name}-ci-jobs"
6       - gerrit-branch-lock
7
8     project-name: gerrit-ciman
9
10 - project:
11     name: github-ci-jobs
12     jobs:
13       - "{project-name}-github-ci-jobs"
14
15     project-name: github-ciman
16
17
18 - project:
19     name: gerrit-openstack-jobs
20     jobs:
21       - gerrit-openstack-cron
22
23     project-name: gerrit-ciman
24
25     jenkins-urls: >
26         https://jenkins.example.org
27         https://jenkins.example.org/sandbox
28
29 - project:
30     name: github-openstack-jobs
31     jobs:
32       - github-openstack-cron
33
34     project-name: github-ciman
35
36     jenkins-urls: >
37         https://jenkins.example.org
38         https://jenkins.example.org/sandbox
39
40
41 - project:
42     name: gerrit-packer-jobs
43     jobs:
44       - "{project-name}-packer-jobs"
45
46     packer-cloud-settings: ci-packer-cloud-env
47     project-name: gerrit-ciman
48     platforms:
49       - centos
50       - ubuntu1604
51
52     templates:
53       - java-builder
54       - mininet
55
56 - project:
57     name: github-packer-jobs
58     jobs:
59       - "{project-name}-github-packer-jobs"
60
61     packer-cloud-settings: ci-packer-cloud-env
62     project-name: github-ciman
63     platforms:
64       - centos
65       - ubuntu1604
66
67     templates:
68       - java-builder
69       - mininet
70
71 - project:
72     name: throttle-ci-jobs
73     jobs:
74       - "{project-name}-ci-jobs"
75
76     throttle-enabled: true
77     throttle_categories:
78       - 'cat1'
79       - 'cat2'
80     throttle-max-per-node: 3
81     throttle-max-total: 2
82     throttle-option: 'category'
83
84     project-name: throttle-ciman
85
86 - project:
87     name: ci-jobs-view
88     views:
89       - project-view
90
91     project-name: ci-jobs