aboutsummaryrefslogtreecommitdiff
path: root/trigger-optee-daily.yaml
blob: 8ab0b7273d679971402031d9a38d2cd26901fb38 (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
- job:
    name: trigger-optee-daily
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 90
    disabled: false
    node: master
    display-name: 'Trigger for daily OP-TEE jobs'
    triggers:
        - timed: '@daily'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project:
                - 'optee-client'
                - 'optee-os'