Harrison Mutai | 8e08e58 | 2024-07-30 13:24:24 +0000 | [diff] [blame] | 1 | - job: |
| 2 | name: tf-a-tlc-pipeline |
| 3 | description: | |
| 4 | Job triggered for every Transfer List Compiler (TLC) patch, verifying code |
| 5 | style, running unit tests, and building the package. |
| 6 | project-type: pipeline |
| 7 | sandbox: true |
| 8 | dsl: !include-raw: tf-a-tlc-pipeline/Jenkinsfile |
Harrison Mutai | 8e08e58 | 2024-07-30 13:24:24 +0000 | [diff] [blame] | 9 | properties: |
Harrison Mutai | 8e08e58 | 2024-07-30 13:24:24 +0000 | [diff] [blame] | 10 | - build-discarder: |
| 11 | days-to-keep: 14 |
Harrison Mutai | 8e08e58 | 2024-07-30 13:24:24 +0000 | [diff] [blame] | 12 | triggers: |
Chris Kay | 675db4f | 2025-06-24 14:14:34 +0100 | [diff] [blame] | 13 | - gerrit: |
| 14 | server-name: review.trustedfirmware.org |
| 15 | trigger-on: |
| 16 | - patchset-created-event |
| 17 | projects: |
| 18 | - project-compare-type: PLAIN |
| 19 | project-pattern: TF-A/trusted-firmware-a |
| 20 | file-paths: |
| 21 | - compare-type: ANT |
| 22 | pattern: tools/tlc/** |
| 23 | branches: |
| 24 | - branch-compare-type: PLAIN |
| 25 | branch-pattern: integration |
| 26 | override-votes: true |
| 27 | gerrit-build-started-verified-value: 0 |
| 28 | gerrit-build-successful-verified-value: 1 |
| 29 | gerrit-build-failed-verified-value: -1 |
| 30 | gerrit-build-unstable-verified-value: -1 |
| 31 | gerrit-build-notbuilt-verified-value: 0 |
| 32 | gerrit-build-started-codereview-value: 0 |
| 33 | gerrit-build-successful-codereview-value: 0 |
| 34 | gerrit-build-failed-codereview-value: 0 |
| 35 | gerrit-build-unstable-codereview-value: 0 |
| 36 | gerrit-build-notbuilt-codereview-value: 0 |