Harrison Mutai | 7f8cbb9 | 2025-04-02 14:36:51 +0000 | [diff] [blame] | 1 | - 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 |
| 9 | |
| 10 | properties: |
| 11 | - build-discarder: |
| 12 | days-to-keep: 4 |
| 13 | |
| 14 | triggers: |
| 15 | - gerrit: |
| 16 | server-name: review.trustedfirmware.org |
| 17 | trigger-on: |
| 18 | - comment-added-event: |
| 19 | approval-category: "Allow-CI" |
| 20 | approval-value: 1 |
| 21 | projects: |
| 22 | - project-compare-type: PLAIN |
| 23 | project-pattern: shared/transfer-list-library |
| 24 | branches: |
| 25 | - branch-compare-type: PLAIN |
| 26 | branch-pattern: main |
| 27 | override-votes: true |
| 28 | gerrit-build-started-verified-value: 0 |
Harrison Mutai | 7b28ce4 | 2025-04-10 14:58:33 +0000 | [diff] [blame] | 29 | gerrit-build-successful-codereview-value: 0 |
Harrison Mutai | 7f8cbb9 | 2025-04-02 14:36:51 +0000 | [diff] [blame] | 30 | gerrit-build-successful-verified-value: 1 |
Harrison Mutai | 7b28ce4 | 2025-04-10 14:58:33 +0000 | [diff] [blame] | 31 | gerrit-build-failed-codereview-value: 0 |
Harrison Mutai | 7f8cbb9 | 2025-04-02 14:36:51 +0000 | [diff] [blame] | 32 | gerrit-build-failed-verified-value: -1 |
| 33 | gerrit-build-unstable-verified-value: -1 |