Add PyPI stage job, drop merge for com/pylog
[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       - ubuntu-18.04
29
30 - project:
31     name: packer-docker-jobs
32     jobs:
33       - gerrit-packer-merge
34
35     <<: *ci_packer_common
36
37     templates: docker
38     platforms:
39       - centos-7
40       - ubuntu-18.04