Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hays <ianha@microsoft.com>2016-08-10 20:19:54 +0300
committerGitHub <noreply@github.com>2016-08-10 20:19:54 +0300
commit304c7556c76939cbbeba3047d559fd990bc52900 (patch)
tree75a72abef4cfc8f57d39b220d1aebe06a7264655
parentec85de267b5df5aee846f95ddb65fdcccc758d91 (diff)
parentd6e972612bc45037d23b7496c750b00417e36fe6 (diff)
Merge pull request #10677 from ianhays/enable_dailyarm64
Enable daily builds for arm64
-rw-r--r--netci.groovy5
1 files changed, 2 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index a4bab8ef94..3e3df2b41d 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -320,9 +320,8 @@ def osShortName = ['Windows 10': 'win10',
// Set up standard options.
Utilities.standardJobSetup(newJob, project, /* isPR */ false, "*/${branch}")
- // Set a periodic trigger
- // Temporarily disabled until private triggers are stable
- // Utilities.addPeriodicTrigger(newJob, '@daily')
+ // Set a daily trigger
+ Utilities.addPeriodicTrigger(newJob, '@daily')
// Set up a PR trigger that is only triggerable by certain members
Utilities.addPrivateGithubPRTriggerForBranch(newJob, branch, "Windows_NT ARM64 ${configurationGroup} Build and Test", "(?i).*test\\W+ARM64\\W+${os}\\W+${configurationGroup}", null, arm64Users)