projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1af50
)
Add periodic schedule for the R2R pipeline (#2358)
author
Tomáš Rylek
<trylek@microsoft.com>
Thu, 30 Jan 2020 00:49:13 +0000
(
01:49
+0100)
committer
GitHub
<noreply@github.com>
Thu, 30 Jan 2020 00:49:13 +0000
(
01:49
+0100)
eng/pipelines/coreclr/r2r.yml
patch
|
blob
|
history
diff --git
a/eng/pipelines/coreclr/r2r.yml
b/eng/pipelines/coreclr/r2r.yml
index 41d5d9e780505c8d2978965e7de20ef0a21eae71..04ef6d73c06bf2a58a9fe2e149f3211e5240505c 100644
(file)
--- a/
eng/pipelines/coreclr/r2r.yml
+++ b/
eng/pipelines/coreclr/r2r.yml
@@
-2,6
+2,14
@@
trigger: none
pr: none
+schedules:
+- cron: "0 5 * * *"
+ displayName: Mon through Sun at 9:00 PM (UTC-8:00)
+ branches:
+ include:
+ - master
+ always: true
+
jobs:
#
# Checkout repository