aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla-stein-ldc.yaml
blob: 0f8983af3360c6b53ec028237ae2a60c28d7f7c5 (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
- job:
    name: leg-kolla-stein-ldc
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    parameters:
        - string:
            name: DEVCLOUD
            default: '1'
            description: 'build images for developer cloud'
        - string:
            name: DEVCLOUD_EXTRA_PATCHES
            default: ''
            description: "comma separated list of patch commit ids to apply to the ldc branch not merged into stable/stein"
        - string:
            name: BRANCH
            default: 'stable/stein'
            description: 'branch to use'
        - string:
            name: THREADS_OPT
            default: '24'
            description: 'number of threads (default: 24)'
        - string:
            name: RETRIES_OPT
            default: '3'
            description: 'number of retries (default: 3)'
        - choice:
            name: CEPH_VERSION
            choices:
              - luminous_buster_crc
              - nautilus
            description: 'Version of ceph to use: Luminous 12.2.11 (Buster + CRC fix) or Nautilus 14.2.x (Buster-backports)'
    disabled: true
    node: leg-aarch64
    concurrent: false
    display-name: 'LEG Kolla images build (stein images for Linaro Developer Cloud)'
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: leg-kolla/build.sh
        - linaro-publish-token
        - shell:
            !include-raw: leg-kolla/publishers.sh
        - trigger-builds:
            - project:
                - 'leg-kolla-push-images'
              property-file: "push.parameters"
    publishers:
        - archive:
            artifacts: 'push.parameters'
        - email:
            recipients: 'marcin.juszkiewicz@linaro.org kevin.zhao@linaro.org riku.voipio@linaro.org fathi.boudra@linaro.org ldcg-team@linaro.org'