Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
| 3 | description: |- |
| 4 | This job exists to schedule the nightly repository scans. |
| 5 | There appears to be an issue with automatically scanning if there are more than one multibranch pipelines on the same repo. |
Darryl Green | 0dbe661 | 2025-06-20 09:04:53 +0100 | [diff] [blame] | 6 | disabled: false |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 7 | dsl: |- |
| 8 | build job: "mbed-tls-pr-merge", wait: false, propagate: false |
| 9 | build job: "mbed-tls-pr-head", wait: false, propagate: false |
| 10 | build job: "mbed-tls-restricted-pr", wait: false, propagate: false |
Darryl Green | 0447a42 | 2025-06-20 18:58:38 +0100 | [diff] [blame] | 11 | build job: "mbed-tls-tf-psa-crypto-multibranch", wait: false, propagate: false |
| 12 | build job: "mbed-tls-tf-psa-crypto-restricted-multibranch", wait: false, propagate: false |
| 13 | build job: "mbed-tls-framework-multibranch", wait: false, propagate: false |
| 14 | build job: "mbed-tls-framework-restricted-multibranch", wait: false, propagate: false |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 15 | name: mbedtls-repo-scan-scheduler |
| 16 | project-type: pipeline |
| 17 | sandbox: true |
| 18 | triggers: |
Darryl Green | 0447a42 | 2025-06-20 18:58:38 +0100 | [diff] [blame] | 19 | - timed: H/15 * * * * |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 20 | properties: |
| 21 | - speed-durability: |
| 22 | hint: performance-optimized |
| 23 | - build-blocker: |
| 24 | block-level: GLOBAL |
| 25 | blocking-jobs: [] |
| 26 | queue-scanning: DISABLED |
| 27 | use-build-blocker: false |