blob: f31a59d11f38501e10e08a88b84959858e6941b9 [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:
13 anonymous:
14 - job-read
15 - job-extended-read
16 lsandov1:
17 - job-read
18 - job-extended-read
19 - job-build
20 - job-cancel
21 - run-update
22 parameters:
23 - string:
24 name: TF_GERRIT_PROJECT
25 default: 'TF-A/trusted-firmware-a'
26 - string:
27 name: TF_GERRIT_BRANCH
28 default: 'master'
29 - string:
30 name: TF_GERRIT_REFSPEC
31 default: 'refs/heads/master'
32 - string:
33 name: GERRIT_PATCHSET_NUMBER
34 default: ''
35 - string:
36 name: GERRIT_CHANGE_NUMBER
37 default: ''
38 wrappers:
39 - timestamps
40 builders:
41 - trigger-builds:
42 - project:
43 - tf-main
44 - tf-coverity
45 block: true
46 current-parameters: true
47 triggers:
48 timed: H H(0-6) * * 1-5