blob: bdb1205e73bb633f559ac92253a34b5f534730f3 [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:
Fathi Boudraa83bfe22020-01-16 17:32:45 +020018 url: https://review.trustedfirmware.org/${GERRIT_PROJECT}
19 refspec: ${GERRIT_REFSPEC}
Fathi Boudra9e402bf2019-12-05 11:16:41 +020020 name: origin
21 branches:
Fathi Boudraa83bfe22020-01-16 17:32:45 +020022 - ${GERRIT_BRANCH}
Fathi Boudra9e402bf2019-12-05 11:16:41 +020023 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
Fathi Boudraa83bfe22020-01-16 17:32:45 +020051 default: 'tf-l1-build-juno/juno-default:nil'
Fathi Boudra9e402bf2019-12-05 11:16:41 +020052 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