Chris Kay | 02e9fe1 | 2023-03-07 19:39:23 +0000 | [diff] [blame] | 1 | - job: |
2 | name: tf-a-sync-code-style | ||||
3 | description: Synchronize our Clang-Format code style with the Linux kernel's. | ||||
4 | |||||
5 | project-type: pipeline | ||||
6 | sandbox: true | ||||
7 | dsl: !include-raw: tf-a-sync-code-style/Jenkinsfile | ||||
8 | |||||
9 | properties: | ||||
10 | - authorization: !include: authorization.yaml.inc | ||||
11 | - build-discarder: | ||||
12 | days-to-keep: 14 |