CI: Deprecate Jenkins Sonar jobs
[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
10 - project:
11     name: packer-verify
12     jobs:
13       - gerrit-packer-verify
14
15     <<: *ci_packer_common
16
17
18 - project:
19     name: packer-builder-jobs
20     jobs:
21       - gerrit-packer-merge
22
23     <<: *ci_packer_common
24
25     templates: builder
26     platforms:
27       - centos-7
28       - centos-8
29       - ubuntu-18.04
30
31 - project:
32     name: packer-docker-jobs
33     jobs:
34       - gerrit-packer-merge
35
36     <<: *ci_packer_common
37
38     templates: docker
39     platforms:
40       - centos-7
41       - ubuntu-18.04