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