Add regularly scheduled runs for additional pipelines (dotnet/coreclr#26515)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 5 Sep 2019 00:37:13 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 00:37:13 +0000 (17:37 -0700)
Pipelines: jitstress-isas-arm, jitstress-isas-x86, jitstressregs-x86.

Only once per week currently, on weekends.

Commit migrated from https://github.com/dotnet/coreclr/commit/f821e2ac58f096bf5c5a830064345c5b16f1db27

eng/pipelines/coreclr/jitstress-isas-arm.yml
eng/pipelines/coreclr/jitstress-isas-x86.yml
eng/pipelines/coreclr/jitstressregs-x86.yml

index c96d2f9..220a3f0 100644 (file)
@@ -2,6 +2,14 @@ trigger: none
 
 pr: none
 
+schedules:
+- cron: "0 19 * * 6"
+  displayName: Sat at 11:00 AM (UTC-8:00)
+  branches:
+    include:
+    - master
+  always: true
+
 jobs:
 - template: /eng/platform-matrix.yml
   parameters:
index 3c4e51e..59d825f 100644 (file)
@@ -2,6 +2,14 @@ trigger: none
 
 pr: none
 
+schedules:
+- cron: "30 19 * * 6"
+  displayName: Sat at 11:30 AM (UTC-8:00)
+  branches:
+    include:
+    - master
+  always: true
+
 jobs:
 - template: /eng/platform-matrix.yml
   parameters:
index 4e61ba5..d9a06e5 100644 (file)
@@ -2,6 +2,14 @@ trigger: none
 
 pr: none
 
+schedules:
+- cron: "0 19 * * 0"
+  displayName: Sun at 11:00 AM (UTC-8:00)
+  branches:
+    include:
+    - master
+  always: true
+
 jobs:
 - template: /eng/platform-matrix.yml
   parameters: