Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 1 | - job: |
| 2 | name: tf-daily |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame^] | 3 | node: docker-amd64-tf-a-bionic |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 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: |
Leonardo Sandoval | a4feb55 | 2021-03-02 12:10:21 -0600 | [diff] [blame] | 10 | days-to-keep: 14 |
| 11 | num-to-keep: 60 |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 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 |
Leonardo Sandoval | 3da340d | 2021-02-09 14:53:30 -0600 | [diff] [blame] | 20 | default: 'refs/heads/integration' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 21 | - string: |
| 22 | name: TF_GERRIT_REFSPEC |
Leonardo Sandoval | 3da340d | 2021-02-09 14:53:30 -0600 | [diff] [blame] | 23 | default: '+refs/heads/integration:refs/remotes/origin/integration' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 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 |
Leonardo Sandoval | 3da340d | 2021-02-09 14:53:30 -0600 | [diff] [blame] | 29 | default: 'refs/heads/master' |
Leonardo Sandoval | d768a45 | 2021-01-29 16:17:40 -0600 | [diff] [blame] | 30 | - string: |
| 31 | name: TFTF_GERRIT_REFSPEC |
Leonardo Sandoval | 3da340d | 2021-02-09 14:53:30 -0600 | [diff] [blame] | 32 | default: '+refs/heads/master:refs/remotes/origin/master' |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame^] | 33 | - string: |
| 34 | name: SHARE_FOLDER |
| 35 | default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}' |
| 36 | description: 'Folder containing shared repositories for downstream pipeline jobs' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 37 | wrappers: |
| 38 | - timestamps |
| 39 | builders: |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame^] | 40 | - shell: |
| 41 | !include-raw: scripts/clone.sh |
| 42 | - shell: | |
| 43 | #!/bin/bash |
| 44 | set -e |
| 45 | cat << EOF > share.param |
| 46 | SHARE_FOLDER=${SHARE_FOLDER} |
| 47 | EOF |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 48 | - trigger-builds: |
| 49 | - project: |
| 50 | - tf-main |
| 51 | - tf-coverity |
| 52 | block: true |
| 53 | current-parameters: true |
| 54 | triggers: |
Riku Voipio | 9a81ec1 | 2021-05-31 14:33:57 +0300 | [diff] [blame] | 55 | - timed: 'H 17 * * *' |