aboutsummaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-dormant-containers.yaml
blob: c7e9d15afd754a56001200c7f11826d44d78d2e5 (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
- job:
    name: tcwg-cleanup-stale-dormant-containers
    project-type: multijob
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: tcwg-x86_64-build
    display-name: 'TCWG CCC Cleanup stale dormant containers'
    triggers:
        - timed: '@daily'
    wrappers:
        - timeout:
            timeout: 600
        - timestamps
        - ssh-agent-credentials:
            # tcwg-buildslave user id
            users:
                - 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
    builders:
        - trigger-builds:
            - project: tcwg-cleanup-stale-containers
              predefined-parameters: |
                hours=240
                docker_ps_opts=-a
    publishers:
        - email:
            recipients: 'maxim.kuvyrkov@linaro.org christophe.lyon@linaro.org'