ed0ef468670743b2ee7df746eddbc0575b94a540
[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 - project:
18     name: gerrit-openstack-jobs
19     jobs:
20       - gerrit-openstack-cron
21
22     project-name: gerrit-ciman
23
24     jenkins-urls: >
25       https://jenkins.example.org
26       https://jenkins.example.org/sandbox
27
28 - project:
29     name: github-openstack-jobs
30     jobs:
31       - github-openstack-cron
32
33     project-name: github-ciman
34
35     jenkins-urls: >
36       https://jenkins.example.org
37       https://jenkins.example.org/sandbox
38
39 - project:
40     name: gerrit-packer-jobs
41     jobs:
42       - "{project-name}-packer-jobs"
43
44     packer-cloud-settings: ci-packer-cloud-env
45     project-name: gerrit-ciman
46     platforms:
47       - centos
48       - ubuntu1604
49
50     templates:
51       - java-builder
52       - mininet
53
54 - project:
55     name: github-packer-jobs
56     jobs:
57       - "{project-name}-github-packer-jobs"
58
59     packer-cloud-settings: ci-packer-cloud-env
60     project-name: github-ciman
61     platforms:
62       - centos
63       - ubuntu1604
64
65     templates:
66       - java-builder
67       - mininet
68
69 - project:
70     name: throttle-ci-jobs
71     jobs:
72       - "{project-name}-ci-jobs"
73
74     throttle-enabled: true
75     throttle_categories:
76       - "cat1"
77       - "cat2"
78     throttle-max-per-node: 3
79     throttle-max-total: 2
80     throttle-option: "category"
81
82     project-name: throttle-ciman
83
84 - project:
85     name: ci-jobs-view
86     views:
87       - project-view
88
89     project-name: ci-jobs