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-17 00:11:37 +0300
committerIan Hays <ianha@microsoft.com>2016-08-17 00:11:37 +0300
commit309a8893f13bc8e573033c49ac394553c2e25f94 (patch)
tree92ab5b6b0ac52395a54694eecf07b1ceea9d9575 /netci.groovy
parent1e5d84211f6f7101fa253093d6714c4e42f897c4 (diff)
Enable per-commit arm64 build and test runs
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy3
1 files changed, 1 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 3e3df2b41d..ac517e1ad5 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -327,8 +327,7 @@ def osShortName = ['Windows 10': 'win10',
Utilities.addPrivateGithubPRTriggerForBranch(newJob, branch, "Windows_NT ARM64 ${configurationGroup} Build and Test", "(?i).*test\\W+ARM64\\W+${os}\\W+${configurationGroup}", null, arm64Users)
// Set up a per-push trigger
- // Temporarily disabled until private triggers are stable
- // Utilities.addGithubPushTrigger(newJob)
+ Utilities.addGithubPushTrigger(newJob)
// Get results
Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testresults/**/testResults.xml')