From a4db5ad8f62991dd4e41b9c377eb7f5fc3c05efe Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 14 Feb 2019 11:36:48 -0800 Subject: [PATCH 1/2] Disable jenkins legs to transition to azure devops --- buildpipeline/pipelinejobs.groovy | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/buildpipeline/pipelinejobs.groovy b/buildpipeline/pipelinejobs.groovy index a018c46c3c19..d1cb78d5136f 100644 --- a/buildpipeline/pipelinejobs.groovy +++ b/buildpipeline/pipelinejobs.groovy @@ -16,19 +16,19 @@ def branch = GithubBranchName //def linPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/linux.groovy') //def linArm64Pipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/linux.arm64.groovy') -def centos6Pipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/centos.6.groovy') -def linmuslPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/linux-musl.groovy') -def osxPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/osx.groovy') -def winPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/windows.groovy') +//def centos6Pipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/centos.6.groovy') +//def linmuslPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/linux-musl.groovy') +//def osxPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/osx.groovy') +//def winPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/windows.groovy') def configurations = [ //['TGroup':"netcoreapp", 'Pipeline':linPipeline, 'Name':'Linux' ,'ForPR':"Release-x64", 'Arch':['x64']], //['TGroup':"netcoreapp", 'Pipeline':linArm64Pipeline, 'Name':'Linux' ,'ForPR':"Release-arm64", 'Arch':['arm64']], - ['TGroup':"netcoreapp", 'Pipeline':centos6Pipeline, 'Name':'CentOS.6' ,'ForPR':"", 'Arch':['x64']], - ['TGroup':"netcoreapp", 'Pipeline':linmuslPipeline, 'Name':'Linux-musl' ,'ForPR':"Debug-x64", 'Arch':['x64']], - ['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':"netcoreapp", 'Pipeline':centos6Pipeline, 'Name':'CentOS.6' ,'ForPR':"", 'Arch':['x64']], + //['TGroup':"netcoreapp", 'Pipeline':linmuslPipeline, 'Name':'Linux-musl' ,'ForPR':"Debug-x64", 'Arch':['x64']], + //['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':"uapaot", 'Pipeline':winPipeline, 'Name':'UWP NETNative', 'ForPR':"Release-x86"], //['TGroup':"all", 'Pipeline':winPipeline, 'Name':'Packaging All Configurations', 'ForPR':"Debug-x64"], From c34a9be660974ca1461a5f87d99e6750ae8dcb6b Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 14 Feb 2019 11:37:48 -0800 Subject: [PATCH 2/2] Don't run tests on uap PR leg --- eng/pipelines/windows.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/windows.yml b/eng/pipelines/windows.yml index e423e2020a1d..be2310dfd1d5 100644 --- a/eng/pipelines/windows.yml +++ b/eng/pipelines/windows.yml @@ -40,12 +40,6 @@ jobs: _framework: netfx _helixQueues: $(uapNetfxQueues) _skipPublishPackages: true # In NETFX leg we don't produce packages - - UWP_CoreCLR_x64_Debug: - _BuildConfig: Debug - _architecture: x64 - _framework: uap - _helixQueues: $(uapNetfxQueues) # Official build LEGS with HELIX Testing ${{ if eq(parameters.isOfficialBuild, 'true') }}: @@ -216,6 +210,11 @@ jobs: _framework: uapaot _restoreInternalTools: true + UWP_CoreCLR_x64_Debug: + _BuildConfig: Debug + _architecture: x64 + _framework: uap + ${{ if eq(parameters.isOfficialBuild, 'true') }}: arm_Release: _BuildConfig: Release