blob: 34db6dc18788ae45332ab8c88a01b5b2fa7e4193 [file] [log] [blame]
- job:
concurrent: true
description: |-
This job exists to schedule the nightly repository scans.
There appears to be an issue with automatically scanning if there are more than one multibranch pipelines on the same repo.
disabled: true
dsl: |-
build job: "mbed-tls-pr-merge", wait: false, propagate: false
build job: "mbed-tls-pr-head", wait: false, propagate: false
build job: "mbed-tls-restricted-pr", wait: false, propagate: false
name: mbedtls-repo-scan-scheduler
project-type: pipeline
sandbox: true
triggers:
- timed: 0 20 * * *
properties:
- speed-durability:
hint: performance-optimized
- build-blocker:
block-level: GLOBAL
blocking-jobs: []
queue-scanning: DISABLED
use-build-blocker: false