Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 1 | - job: |
Leonardo Sandoval | ffaee98 | 2021-11-11 10:27:57 -0600 | [diff] [blame] | 2 | name: tf-a-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: |
Zelalem Aweke | e8801df | 2021-10-25 13:41:44 -0500 | [diff] [blame] | 34 | name: CI_REFSPEC |
| 35 | default: '+refs/heads/master:refs/remotes/origin/master' |
| 36 | - string: |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame] | 37 | name: SHARE_FOLDER |
| 38 | default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}' |
| 39 | description: 'Folder containing shared repositories for downstream pipeline jobs' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 40 | wrappers: |
| 41 | - timestamps |
| 42 | builders: |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame] | 43 | - shell: |
| 44 | !include-raw: scripts/clone.sh |
| 45 | - shell: | |
| 46 | #!/bin/bash |
| 47 | set -e |
| 48 | cat << EOF > share.param |
| 49 | SHARE_FOLDER=${SHARE_FOLDER} |
| 50 | EOF |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 51 | - trigger-builds: |
| 52 | - project: |
Leonardo Sandoval | ffaee98 | 2021-11-11 10:27:57 -0600 | [diff] [blame] | 53 | - tf-a-main |
| 54 | - tf-a-coverity |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 55 | block: true |
| 56 | current-parameters: true |
| 57 | triggers: |
Riku Voipio | 9a81ec1 | 2021-05-31 14:33:57 +0300 | [diff] [blame] | 58 | - timed: 'H 17 * * *' |