blob: dc23206a4b8bd5baf7bc963dee3418fea411067c [file] [log] [blame]
Arthur Sheabd51672023-07-20 09:09:59 -07001- 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 Green0dbe6612025-06-20 09:04:53 +01006 disabled: false
Arthur Sheabd51672023-07-20 09:09:59 -07007 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 Green0447a422025-06-20 18:58:38 +010011 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 Sheabd51672023-07-20 09:09:59 -070015 name: mbedtls-repo-scan-scheduler
16 project-type: pipeline
17 sandbox: true
18 triggers:
Darryl Green0447a422025-06-20 18:58:38 +010019 - timed: H/15 * * * *
Arthur Sheabd51672023-07-20 09:09:59 -070020 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