Revert "Temporarily disable failing Tizen CI leg"
authorGleb Balykov <g.balykov@samsung.com>
Thu, 9 Aug 2018 12:36:38 +0000 (15:36 +0300)
committerJosh Free <joshfree@users.noreply.github.com>
Wed, 3 Oct 2018 17:00:41 +0000 (10:00 -0700)
This reverts commit dotnet/core-setup@e47ecfbf7895f844e840ef9b74eb19e8d3258749.

Commit migrated from https://github.com/dotnet/core-setup/commit/1d18b0f95cbf118aa23b47d328516a19c8b93f1a

src/installer/netci.groovy

index 519c68c..f5d2d64 100644 (file)
@@ -10,7 +10,7 @@ def project = GithubProject
 def branch = GithubBranchName
 def isPR = true
 
-def platformList = ['Linux:x64:Release', 'Linux:arm:Release', 'Linux:arm64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'Windows_NT:arm:Debug'] // TODO: Re-enable Tizen once build is fixed. , 'Tizen:armel:Release']
+def platformList = ['Linux:x64:Release', 'Linux:arm:Release', 'Linux:arm64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'Windows_NT:arm:Debug', 'Tizen:armel:Release']
 
 def static getBuildJobName(def configuration, def os, def architecture) {
     return configuration.toLowerCase() + '_' + os.toLowerCase() + '_' + architecture.toLowerCase()