blob: f6b9aeaee52012d73b63977350f0f7979be9a9b0 [file] [log] [blame]
Leonardo Sandoval317ebf92021-08-06 14:05:57 -05001- scm:
2 name: tf-ci-scripts
3 scm:
4 - git:
5 url: https://git.trustedfirmware.org/ci/tf-ci-scripts.git
6 refspec: +refs/heads/master:refs/remotes/origin/master
7 name: origin
8 branches:
9 - refs/heads/master
10 basedir: tf-ci-scripts
11 skip-tag: true
12 shallow-clone: true
13 wipe-workspace: false
14- job:
15 name: fvp-docker-images
16 project-type: freestyle
17 defaults: global
18 properties:
19 - authorization:
20 anonymous:
21 - job-discover
22 - job-read
23 - job-extended-read
24 - job-workspace
25 lsandov1:
26 - job-read
27 - job-extended-read
28 - job-build
29 - job-cancel
30 xinyu-tfm:
31 - job-read
32 - job-extended-read
33 - job-build
34 - job-cancel
35 trusted-firmware-ci*trusted-firmware-A-OpenCI-Users:
36 - job-read
37 - job-extended-read
38 - job-build
39 - job-cancel
40 - build-discarder:
41 num-to-keep: 30
42 disabled: false
43 node: build-amd64-private
Leonardo Sandovalc12476c2021-08-06 14:22:47 -050044 display-name: 'FVP Docker Images'
Arthur She9f6136a2025-07-06 22:04:42 -070045 parameters:
46 - string:
47 name: FVP_VERSIONS
48 default: "11.24_24,11.26_11,11.28_23,11.19_21,11.22_14,11.22_20,11.24_22,11.27_25,11.26_16,0.0_8404"
49 description: |
50 The FVP versions used in TF-A, and TF-M. The format is MajorVersion.MinorVersion_BuildNumber.
Leonardo Sandoval317ebf92021-08-06 14:05:57 -050051 wrappers:
52 - timestamps
53 scm:
54 - tf-ci-scripts
55 builders:
56 - shell: |
57 #!/bin/bash
58 bash -x tf-ci-scripts/fvp-docker-images/builders.sh
59 triggers:
60 - timed: 'H 17 * * *'
Paul Sokolovsky038f4ef2022-11-11 13:08:59 +030061 publishers:
62 - email:
63 recipients: 'linaro-infrastructure-errors@lists.linaro.org paul.sokolovsky@linaro.org'