blob: a5cacbee03599bd98f00f28592b0446f419566d1 [file] [log] [blame]
Harrison Mutai7f8cbb92025-04-02 14:36:51 +00001- job:
2 name: libtl-pipeline
3 description: |
4 Job triggered for every Transfer List Library (LibTL) patch, verifying code
5 style, building the module, and running unit tests.
6 project-type: pipeline
7 sandbox: true
8 dsl: !include-raw: libtl-pipeline/Jenkinsfile
Harrison Mutai7f8cbb92025-04-02 14:36:51 +00009 properties:
10 - build-discarder:
11 days-to-keep: 4
Harrison Mutai7f8cbb92025-04-02 14:36:51 +000012 triggers:
13 - gerrit:
14 server-name: review.trustedfirmware.org
15 trigger-on:
16 - comment-added-event:
Chris Kay675db4f2025-06-24 14:14:34 +010017 approval-category: Allow-CI
Harrison Mutai7f8cbb92025-04-02 14:36:51 +000018 approval-value: 1
19 projects:
20 - project-compare-type: PLAIN
21 project-pattern: shared/transfer-list-library
22 branches:
23 - branch-compare-type: PLAIN
24 branch-pattern: main
25 override-votes: true
26 gerrit-build-started-verified-value: 0
Harrison Mutai7b28ce42025-04-10 14:58:33 +000027 gerrit-build-successful-codereview-value: 0
Harrison Mutai7f8cbb92025-04-02 14:36:51 +000028 gerrit-build-successful-verified-value: 1
Harrison Mutai7b28ce42025-04-10 14:58:33 +000029 gerrit-build-failed-codereview-value: 0
Harrison Mutai7f8cbb92025-04-02 14:36:51 +000030 gerrit-build-failed-verified-value: -1
31 gerrit-build-unstable-verified-value: -1