Mark Dykes | 7c2661d | 2023-06-23 15:02:21 -0500 | [diff] [blame] | 1 | - job: |
mardyk01 | abc34a1 | 2023-12-13 10:41:37 -0600 | [diff] [blame] | 2 | name: tf-a-weekly |
Paul Sokolovsky | 47e458d | 2023-08-07 14:47:47 +0300 | [diff] [blame] | 3 | node: docker-amd64-tf-a-jammy |
Mark Dykes | 7c2661d | 2023-06-23 15:02:21 -0500 | [diff] [blame] | 4 | project-type: freestyle |
| 5 | concurrent: false |
| 6 | disabled: false |
| 7 | description: Triggers tf-a-ci-coverage-gateway.yaml(coverage) for the TF-A project. |
| 8 | properties: |
| 9 | - build-discarder: |
| 10 | days-to-keep: 14 |
| 11 | num-to-keep: 60 |
| 12 | - authorization: |
| 13 | !include: authorization.yaml.inc |
| 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: 'refs/heads/integration' |
| 21 | - string: |
| 22 | name: TF_GERRIT_REFSPEC |
| 23 | default: '+refs/heads/integration:refs/remotes/origin/integration' |
| 24 | - string: |
| 25 | name: TFTF_GERRIT_PROJECT |
| 26 | default: 'TF-A/tf-a-tests' |
| 27 | - string: |
| 28 | name: TFTF_GERRIT_BRANCH |
| 29 | default: 'refs/heads/master' |
| 30 | - string: |
| 31 | name: TFTF_GERRIT_REFSPEC |
| 32 | default: '+refs/heads/master:refs/remotes/origin/master' |
| 33 | - string: |
| 34 | name: CI_REFSPEC |
| 35 | default: '+refs/heads/master:refs/remotes/origin/master' |
| 36 | - string: |
Saheer Babu | b495f03 | 2025-01-21 23:01:11 +0000 | [diff] [blame^] | 37 | name: JOBS_REFSPEC |
| 38 | default: 'refs/heads/master' |
| 39 | description: | |
| 40 | tf-a-job-configs refspec to use. The master branch is used by default. |
| 41 | - string: |
Mark Dykes | 7c2661d | 2023-06-23 15:02:21 -0500 | [diff] [blame] | 42 | name: LAVA_PRIORITY |
| 43 | default: 'low' |
| 44 | - string: |
| 45 | name: SHARE_FOLDER |
| 46 | default: '/srv/shared/staging/${JOB_NAME}/${BUILD_NUMBER}' |
| 47 | description: 'Folder containing shared repositories for downstream pipeline jobs' |
| 48 | wrappers: |
| 49 | - timestamps |
| 50 | builders: |
| 51 | - shell: |
| 52 | !include-raw: scripts/clone.sh |
| 53 | - shell: | |
| 54 | #!/bin/bash |
| 55 | set -e |
| 56 | cat << EOF > share.param |
| 57 | SHARE_FOLDER=${SHARE_FOLDER} |
| 58 | EOF |
| 59 | - trigger-builds: |
| 60 | - project: |
mardyk01 | abc34a1 | 2023-12-13 10:41:37 -0600 | [diff] [blame] | 61 | - tf-a-ci-coverage-gateway |
Mark Dykes | 7c2661d | 2023-06-23 15:02:21 -0500 | [diff] [blame] | 62 | block: true |
| 63 | current-parameters: true |
| 64 | triggers: |
| 65 | - timed: '59 23 * * 7' |