summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management/ci-management-packer-jobs.yaml
blob: 41a3853efb85e0f4f880fdb39d0a6f67dcc8d866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
- project:
    name: packer-builder-jobs
    jobs:
      - gerrit-packer-merge

    project: ci-management
    project-name: ci-management
    branch: master
    archive-artifacts: '**/*.log'

    build-node: ubuntu1604-builder-2c-1g
    build-timeout: 90

    platforms:
      - centos-7
      - ubuntu-16.04
    templates: builder

- project:
    name: packer-docker-jobs
    jobs:
      - gerrit-packer-merge

    project: ci-management
    project-name: ci-management
    branch: master
    archive-artifacts: '**/*.log'

    build-node: ubuntu1604-builder-2c-1g
    build-timeout: 60

    platforms:
      - centos-7
      - ubuntu-16.04
    templates: docker

- project:
    name: packer-memcached-jobs
    jobs:
      - gerrit-packer-merge

    project: ci-management
    project-name: ci-management
    branch: master
    archive-artifacts: '**/*.log'

    build-node: ubuntu1604-builder-2c-1g
    build-timeout: 90

    platforms:
      - centos-7
      - ubuntu-16.04
    templates: memcached

- project:
    name: packer-redis-jobs
    jobs:
      - gerrit-packer-merge

    project: ci-management
    project-name: ci-management
    branch: master
    archive-artifacts: '**/*.log'

    build-node: ubuntu1604-builder-2c-1g

    platforms:
      - centos-7
      - ubuntu-16.04
    templates: redis