blob: 39994dccd3a624c4056043347766539ffb3b8eec [file] [log] [blame]
Arthur She64602f42022-02-21 21:20:28 -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 Shedee96b72023-06-18 10:14:54 -07006 disabled: false
Arthur She64602f42022-02-21 21:20:28 -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
Arthur She2c8d4cb2022-05-02 08:33:26 -070011 name: mbedtls-repo-scan-scheduler
Arthur She64602f42022-02-21 21:20:28 -080012 project-type: pipeline
13 sandbox: true
14 triggers:
Bence Szépkúti58373c32022-11-11 18:57:31 +010015 - timed: 0 20 * * *
Arthur She64602f42022-02-21 21:20:28 -080016 properties:
Arthur Shedee96b72023-06-18 10:14:54 -070017 - speed-durability:
18 hint: performance-optimized
Arthur She64602f42022-02-21 21:20:28 -080019 - build-blocker:
20 block-level: GLOBAL
21 blocking-jobs: []
22 queue-scanning: DISABLED
23 use-build-blocker: false