aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla-queens-ldc.yaml
blob: 7e9d653a0d8bdf4f99b907db95a0e43fa29b2148 (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
- job:
    name: leg-kolla-queens-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: '7d3d6e2965aed7fdab7d19e58ffb073bc9c945c1,dc9845e83b30d0f8fbb9399810a7a3e475cfa00d,3dc83027172adb085d982235c262e9405d7e4d16,e795f8580a4f88869a2905706b3a0d8110c5d26a'
            description: "comma separated list of patches ids to apply to the ldc branch not merged into stable/queens"
        - string:
            name: BRANCH
            default: 'stable/queens'
            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)'
    disabled: false
    node: leg-aarch64
    concurrent: false
    display-name: 'LEG Kolla images build (Queens images for Linaro Developer Cloud)'
    wrappers:
        - timestamps
        - copy-to-slave:
            includes:
                - config.json
            relative-to: 'somewhereElse'
        - credentials-binding:
            - text:
                credential-id: DOCKER_AUTH
                variable: DOCKER_AUTH
    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 riku.voipio@linaro.org fathi.boudra@linaro.org sdi-team@linaro.org'