Remove Jenkins uap and all configurations legs (dotnet/corefx#35249)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 12 Feb 2019 03:52:40 +0000 (21:52 -0600)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 03:52:40 +0000 (21:52 -0600)
Commit migrated from https://github.com/dotnet/corefx/commit/23ec14f59138c41754238183d6fe216d7210bee2

src/libraries/buildpipeline/pipelinejobs.groovy

index a0aef0e..340964f 100644 (file)
@@ -29,9 +29,9 @@ def configurations = [
     ['TGroup':"netcoreapp", 'Pipeline':osxPipeline, 'Name':'OSX', 'ForPR':"Debug-x64", 'Arch':['x64']],
     ['TGroup':"netcoreapp", 'Pipeline':winPipeline, 'Name':'Windows' , 'ForPR':"Debug-x64|Release-x86"],
     ['TGroup':"netfx",      'Pipeline':winPipeline, 'Name':'NETFX', 'ForPR':"Release-x86"],
-    ['TGroup':"uap",        'Pipeline':winPipeline, 'Name':'UWP CoreCLR', 'ForPR':"Debug-x64"],
+    //['TGroup':"uap",        'Pipeline':winPipeline, 'Name':'UWP CoreCLR', 'ForPR':"Debug-x64"],
     ['TGroup':"uapaot",     'Pipeline':winPipeline, 'Name':'UWP NETNative', 'ForPR':"Release-x86"],
-    ['TGroup':"all",        'Pipeline':winPipeline, 'Name':'Packaging All Configurations', 'ForPR':"Debug-x64"],
+    //['TGroup':"all",        'Pipeline':winPipeline, 'Name':'Packaging All Configurations', 'ForPR':"Debug-x64"],
 ]
 
 configurations.each { config ->