aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerslaves-cleanup.yaml
blob: 4b28d05895ed2e3b191efcb31ab349e8a977d2d5 (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
- job:
    name: ci-dockerslaves-cleanup
    project-type: matrix
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            linaro:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 200
    disabled: false
    node: master
    concurrent: false
    display-name: 'CI docker cleanup'
    triggers:
        - timed : '@daily'
    axes:
        - axis:
            type: slave
            name: nodes
            values:
                - aarch64-08
                - aosp-x86_64-07
                - aosp-x86_64-08
                - armhf-01
                - lhg-01
                - lkft-x86_64-01
                - oe-x86_64-01
                - oe-x86_64-02
                - x86_64-07
                - x86_64-08
                - x86_64-09
                - x86_64-10
                - x86_64-11
                - x86_64-12
                - x86_64-13
                - x86_64-14
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
    builders:
        - shell: |
            #!/bin/bash -e
            docker system prune -f
    publishers:
        - email:
            recipients: linaro-infrastructure-errors@lists.linaro.org