4181e58b5c74d531de6566d3162e92801f76b9d4
[ci-management.git] / jjb / ci-management / ci-packer.yaml
1 ---
2 - ci_packer_common: &ci_packer_common
3     name: ci-packer-common
4     # Defines common ci-packer configuration
5
6     project: ci-management
7     project-name: ci-management
8     build-node: centos7-builder-1c-1g
9     build-timeout: 90
10     cron: "00 H 1 * *"
11
12 - project:
13     name: packer-verify
14     jobs:
15       - gerrit-packer-verify
16
17     <<: *ci_packer_common
18
19
20 - project:
21     name: packer-builder-jobs
22     jobs:
23       - gerrit-packer-merge
24
25     <<: *ci_packer_common
26
27     templates: builder
28     platforms:
29       - centos-7
30       - centos-8
31       - ubuntu-18.04
32       - ubuntu-20.04
33
34 - project:
35     name: packer-docker-jobs
36     jobs:
37       - gerrit-packer-merge
38
39     <<: *ci_packer_common
40
41     templates: docker
42     platforms:
43       - centos-7
44       - ubuntu-18.04