blob: 39f068c28d2d6f0f08eeb84467b34bec011ca64e [file] [log] [blame]
Mark Dykes7c2661d2023-06-23 15:02:21 -05001- job:
mardyk01abc34a12023-12-13 10:41:37 -06002 name: tf-a-weekly
Paul Sokolovsky47e458d2023-08-07 14:47:47 +03003 node: docker-amd64-tf-a-jammy
Mark Dykes7c2661d2023-06-23 15:02:21 -05004 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 Babub495f032025-01-21 23:01:11 +000037 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 Dykes7c2661d2023-06-23 15:02:21 -050042 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:
mardyk01abc34a12023-12-13 10:41:37 -060061 - tf-a-ci-coverage-gateway
Mark Dykes7c2661d2023-06-23 15:02:21 -050062 block: true
63 current-parameters: true
64 triggers:
65 - timed: '59 23 * * 7'