Add mbedtls-repo-scan-scheduler.yaml
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I8b88043b18192ac243eadc9dc186aa81f16890b6
diff --git a/mbedtls-repo-scan-scheduler.yaml b/mbedtls-repo-scan-scheduler.yaml
new file mode 100644
index 0000000..52b12b1
--- /dev/null
+++ b/mbedtls-repo-scan-scheduler.yaml
@@ -0,0 +1,21 @@
+- 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: false
+ 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.yaml
+ project-type: pipeline
+ sandbox: true
+ triggers:
+ - timed: 0 6 * * *
+ properties:
+ - build-blocker:
+ block-level: GLOBAL
+ blocking-jobs: []
+ queue-scanning: DISABLED
+ use-build-blocker: false