blob: b5f2028e84e9d591758e623321934a88939ca530 [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
Saheer Babuacaf02c2025-01-15 17:40:39 +00006 refspec: +refs/heads/openci-migration:refs/remotes/origin/openci-migration
Leonardo Sandoval317ebf92021-08-06 14:05:57 -05007 name: origin
8 branches:
Saheer Babuacaf02c2025-01-15 17:40:39 +00009 - refs/heads/openci-migration
Leonardo Sandoval317ebf92021-08-06 14:05:57 -050010 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'
Leonardo Sandoval317ebf92021-08-06 14:05:57 -050045 wrappers:
46 - timestamps
47 scm:
48 - tf-ci-scripts
49 builders:
50 - shell: |
51 #!/bin/bash
52 bash -x tf-ci-scripts/fvp-docker-images/builders.sh
53 triggers:
54 - timed: 'H 17 * * *'
Saheer Babu08f49c52025-01-15 11:27:46 +000055 # publishers:
56 # - email:
57 # recipients: 'linaro-infrastructure-errors@lists.linaro.org paul.sokolovsky@linaro.org'