Add pr jobs
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I7e8d57933c05a7393c8fb68551b551786769e589
diff --git a/mbedtls-gather-timestamps.yaml b/mbedtls-gather-timestamps.yaml
new file mode 100644
index 0000000..ffc31c5
--- /dev/null
+++ b/mbedtls-gather-timestamps.yaml
@@ -0,0 +1,24 @@
+- job:
+ concurrent: true
+ description: Mbed TLS job to gather timestamps from various jobs' runs
+ name: mbedtls-gather-timestamps
+ disabled: true
+ pipeline-scm:
+ lightweight-checkout: true
+ scm:
+ - git:
+ branches:
+ - master
+ url: https://github.com/Mbed-TLS/mbedtls-test.git
+ script-path: vars/mbedtls-gather-timestamps-Jenkinsfile
+ project-type: pipeline
+ properties:
+ - speed-durability:
+ hint: performance-optimized
+ - build-discarder:
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: -1
+ days-to-keep: 120
+ num-to-keep: 120
+ triggers:
+ - timed: 0 8 * * *