Fix OS_CLOUD export for image validation
[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     update-cloud-images: false
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