blob: ec5ce02ea8a999bc1c17a21e6e114f52d1d3d7b2 [file] [log] [blame]
Leonardo Sandoval67de3212021-01-14 11:37:05 -06001- job:
2 name: tf-daily
3 node: master
4 project-type: freestyle
5 concurrent: false
6 disabled: false
7 description: Triggers tf-main and tf-coverity for the TF-A project.
8 properties:
9 - build-discarder:
10 days-to-keep: 7
11 num-to-keep: 30
12 - authorization:
Leonardo Sandovalebca8822021-01-25 18:20:04 -060013 !include: authorization.yaml.inc
Leonardo Sandoval67de3212021-01-14 11:37:05 -060014 parameters:
15 - string:
16 name: TF_GERRIT_PROJECT
17 default: 'TF-A/trusted-firmware-a'
18 - string:
19 name: TF_GERRIT_BRANCH
20 default: 'master'
21 - string:
22 name: TF_GERRIT_REFSPEC
23 default: 'refs/heads/master'
24 - string:
25 name: GERRIT_PATCHSET_NUMBER
26 default: ''
27 - string:
28 name: GERRIT_CHANGE_NUMBER
29 default: ''
30 wrappers:
31 - timestamps
32 builders:
33 - trigger-builds:
34 - project:
35 - tf-main
36 - tf-coverity
37 block: true
38 current-parameters: true
39 triggers:
40 timed: H H(0-6) * * 1-5