blob: a8b471dad0a75907434b7ff3e3606bd5b74d7fa0 [file] [log] [blame]
Fathi Boudra9e402bf2019-12-05 11:16:41 +02001- scm:
2 name: tf-a-ci-scripts
3 scm:
4 - git:
5 url: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git
6 refspec: +refs/heads/master:refs/remotes/origin/master
7 name: origin
8 branches:
9 - refs/heads/master
10 basedir: tf-a-ci-scripts
11 skip-tag: true
12 shallow-clone: true
13 wipe-workspace: false
14- scm:
15 name: trusted-firmware-a
16 scm:
17 - git:
18 url: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
19 refspec: +refs/heads/master:refs/remotes/origin/master
20 name: origin
21 branches:
22 - refs/heads/master
23 basedir: trusted-firmware-a
24 skip-tag: true
25 shallow-clone: true
26 wipe-workspace: false
27- scm:
28 name: tf-a-tests
29 scm:
30 - git:
31 url: https://git.trustedfirmware.org/TF-A/tf-a-tests.git
32 refspec: +refs/heads/master:refs/remotes/origin/master
33 name: origin
34 branches:
35 - refs/heads/master
36 basedir: tf-a-tests
37 skip-tag: true
38 shallow-clone: true
39 wipe-workspace: false
40- job:
41 name: tf-a-builder
42 project-type: freestyle
43 defaults: global
44 properties:
45 - build-discarder:
46 days-to-keep: 90
47 num-to-keep: 90
48 parameters:
49 - string:
50 name: test_groups
51 default: 'tf-l1-build-fvp/fvp-default:nil'
52 disabled: false
53 node: docker-amd64-xenial
54 display-name: 'Trusted Firmware A (TF-A) builder'
55 scm:
56 - tf-a-ci-scripts
57 - trusted-firmware-a
58 - tf-a-tests
59 wrappers:
60 - timestamps
61 builders:
62 - shell:
63 !include-raw: tf-a-builder/builders.sh
64 publishers:
65 - archive:
66 artifacts: 'artefacts/**'
67 latest-only: false