Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 1 | - 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 Sandoval | ebca882 | 2021-01-25 18:20:04 -0600 | [diff] [blame] | 13 | !include: authorization.yaml.inc |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 14 | 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: |
Leonardo Sandoval | d768a45 | 2021-01-29 16:17:40 -0600 | [diff] [blame^] | 25 | name: TFTF_GERRIT_PROJECT |
| 26 | default: 'TF-A/tf-a-tests' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 27 | - string: |
Leonardo Sandoval | d768a45 | 2021-01-29 16:17:40 -0600 | [diff] [blame^] | 28 | name: TFTF_GERRIT_BRANCH |
| 29 | default: 'master' |
| 30 | - string: |
| 31 | name: TFTF_GERRIT_REFSPEC |
| 32 | default: 'refs/heads/master' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 33 | wrappers: |
| 34 | - timestamps |
| 35 | builders: |
| 36 | - trigger-builds: |
| 37 | - project: |
| 38 | - tf-main |
| 39 | - tf-coverity |
| 40 | block: true |
| 41 | current-parameters: true |
| 42 | triggers: |
Leonardo Sandoval | 3eb16d9 | 2021-01-26 09:30:05 -0600 | [diff] [blame] | 43 | - timed: H H(0-6) * * 1-5 |