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:
-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)