aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla-rocky-ldc.yaml
blob: e1c1ecc32848b1ff3aadb322553480ca92bdd6aa (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-rocky-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 patches ids to apply to the ldc branch not merged into master"
        - string:
            name: BRANCH
            default: 'master'
            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 (Rocky 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 gema.gomez-solano@linaro.org jorge.niedbalski@linaro.org'