Enable Tizen leg for PRs (dotnet/corefx#24544)
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Tue, 10 Oct 2017 13:56:49 +0000 (22:56 +0900)
committerStephen Toub <stoub@microsoft.com>
Tue, 10 Oct 2017 13:56:49 +0000 (09:56 -0400)
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/corefx/commit/c2ef4daa8513c924615e6c7852e83d8950e7bb75

src/libraries/netci.groovy

index 5013ce6..c741fcf 100644 (file)
@@ -329,8 +329,7 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
                 // Set up triggers
                 if (isPR) {
                     // We run Tizen Debug and Linux Release as default PR builds
-                    if (//(osName == "Tizen" && configurationGroup == "Debug") || // Temporarily disable Tizen leg on PRs until break is fixed
-                        (osName == "Linux" && configurationGroup == "Release") ) {
+                    if ((osName == "Tizen" && configurationGroup == "Debug") || (osName == "Linux" && configurationGroup == "Release")) {
                         Utilities.addGithubPRTriggerForBranch(newJob, branch, "${osName} ${abi} ${configurationGroup} Build")
                     }
                     else {