aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerslaves-cleanup.yaml
blob: 563ba261411b80d59ddd93edc24f78e85f84c0e1 (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
- job:
    name: ci-dockerslaves-cleanup
    project-type: matrix
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            everyone-flat:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 20
            num-to-keep: 50
        - build-blocker:
            use-build-blocker: true
            blocking-jobs:
              - "ci-docker.*"
            block-level: 'NODE'
            queue-scanning: 'ALL'
    disabled: false
    node: master
    concurrent: false
    display-name: 'CI docker cleanup and image update'
    triggers:
        - timed : '20 20 * * *'
    axes:
        - axis:
            type: slave
            name: nodes
            values:
                - aarch64-09
                - aosp-x86_64-09
                - aosp-x86_64-10
                - x86_64-11
                - x86_64-12
                - x86_64-13
                - x86_64-14
                - x86_64-15
                - x86_64-16
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: ci-dockerfiles-deployment/cleanup-update.sh
    publishers:
        - email:
            recipients: linaro-infrastructure-errors@lists.linaro.org