Add pr jobs
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I7e8d57933c05a7393c8fb68551b551786769e589
diff --git a/mbedtls-repo-scan-scheduler.yaml b/mbedtls-repo-scan-scheduler.yaml
new file mode 100644
index 0000000..39994dc
--- /dev/null
+++ b/mbedtls-repo-scan-scheduler.yaml
@@ -0,0 +1,23 @@
+- 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
+ 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