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 |
Paul Sokolovsky | 7c4b75b | 2023-06-01 16:15:22 +0300 | [diff] [blame] | 3 | node: docker-amd64-tf-a-jammy |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 4 | project-type: freestyle |
| 5 | concurrent: false |
| 6 | disabled: false |
Arthur She | 09a8ebe | 2023-12-21 20:30:03 -0800 | [diff] [blame^] | 7 | description: Triggers tf-a-windows-builder, tf-main and tf-coverity for the TF-A project. |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 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: |
Paul Sokolovsky | 981e5c1 | 2022-12-08 22:20:22 +0300 | [diff] [blame] | 37 | name: LAVA_PRIORITY |
| 38 | default: 'low' |
| 39 | - string: |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame] | 40 | name: SHARE_FOLDER |
| 41 | default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}' |
| 42 | description: 'Folder containing shared repositories for downstream pipeline jobs' |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 43 | wrappers: |
| 44 | - timestamps |
| 45 | builders: |
Leonardo Sandoval | d1b6b5a | 2021-09-13 12:06:26 -0500 | [diff] [blame] | 46 | - shell: |
| 47 | !include-raw: scripts/clone.sh |
| 48 | - shell: | |
| 49 | #!/bin/bash |
| 50 | set -e |
| 51 | cat << EOF > share.param |
| 52 | SHARE_FOLDER=${SHARE_FOLDER} |
| 53 | EOF |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 54 | - trigger-builds: |
| 55 | - project: |
Harrison Mutai | abe1dd8 | 2023-12-06 16:11:35 +0000 | [diff] [blame] | 56 | - tf-a-windows-builder |
Arthur She | 09a8ebe | 2023-12-21 20:30:03 -0800 | [diff] [blame^] | 57 | block: true |
| 58 | current-parameters: true |
| 59 | - project: |
| 60 | - tf-a-main |
Leonardo Sandoval | ffaee98 | 2021-11-11 10:27:57 -0600 | [diff] [blame] | 61 | - tf-a-coverity |
Leonardo Sandoval | 67de321 | 2021-01-14 11:37:05 -0600 | [diff] [blame] | 62 | block: true |
| 63 | current-parameters: true |
| 64 | triggers: |
Paul Sokolovsky | ed5b67d | 2023-04-14 14:14:39 +0300 | [diff] [blame] | 65 | - timed: 'H 22 * * *' |