summaryrefslogtreecommitdiff
path: root/eng/pipelines/jitstress.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/pipelines/jitstress.yml')
-rw-r--r--eng/pipelines/jitstress.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/eng/pipelines/jitstress.yml b/eng/pipelines/jitstress.yml
new file mode 100644
index 0000000000..d830fc9a91
--- /dev/null
+++ b/eng/pipelines/jitstress.yml
@@ -0,0 +1,27 @@
+trigger: none
+
+pr: none
+
+schedules:
+- cron: "0 4 * * *"
+ displayName: Mon through Sun at 8:00 PM (UTC-8:00)
+ branches:
+ include:
+ - master
+ always: true
+
+jobs:
+- template: /eng/platform-matrix.yml
+ parameters:
+ jobTemplate: build-job.yml
+ buildConfig: checked
+ platformGroup: all
+
+- template: /eng/platform-matrix.yml
+ parameters:
+ jobTemplate: test-job.yml
+ buildConfig: checked
+ platformGroup: all
+ helixQueueGroup: ci
+ jobParameters:
+ testGroup: jitstress