blob: 34db6dc18788ae45332ab8c88a01b5b2fa7e4193 [file] [log] [blame]
Arthur Shedd3b36b2022-11-14 22:33:40 -08001- 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.
Arthur She7f6bcef2023-06-26 09:45:03 -07006 disabled: true
Arthur Shedd3b36b2022-11-14 22:33:40 -08007 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
11 name: mbedtls-repo-scan-scheduler
12 project-type: pipeline
13 sandbox: true
14 triggers:
15 - timed: 0 20 * * *
16 properties:
Bence Szépkútid61e9842023-03-22 16:31:24 +010017 - speed-durability:
18 hint: performance-optimized
Arthur Shedd3b36b2022-11-14 22:33:40 -080019 - build-blocker:
20 block-level: GLOBAL
21 blocking-jobs: []
22 queue-scanning: DISABLED
23 use-build-blocker: false