From 5e5b93f1f79cf0f532bd08257c71e68e7d7eedfc Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Thu, 10 Sep 2020 10:25:48 -0700 Subject: [PATCH] Only build Windows_NT_x64, disable test builds and runs --- eng/pipelines/coreclr/superpmi.yml | 68 +++++++++++++++--------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/eng/pipelines/coreclr/superpmi.yml b/eng/pipelines/coreclr/superpmi.yml index 30a05d7c1e2ac..6f0ecf16c70bf 100644 --- a/eng/pipelines/coreclr/superpmi.yml +++ b/eng/pipelines/coreclr/superpmi.yml @@ -22,42 +22,44 @@ jobs: buildConfig: checked platforms: # Linux tests are built on the OSX machines. - - OSX_x64 - - Linux_arm - - Linux_arm64 - - Linux_x64 + # For now, lets try it on Windows_NT_x64 + # - OSX_x64 + # - Linux_arm + # - Linux_arm64 + # - Linux_x64 - Windows_NT_x64 - - Windows_NT_x86 - - Windows_NT_arm64 + # - Windows_NT_x86 + # - Windows_NT_arm64 - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64 jobParameters: testGroup: outerloop -- template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml - buildConfig: checked - platforms: - - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64 - jobParameters: - testGroup: outerloop - liveLibrariesBuildConfig: Release +# For now, lets not build and run test +# - template: /eng/pipelines/common/platform-matrix.yml +# parameters: +# jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml +# buildConfig: checked +# platforms: +# - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64 +# jobParameters: +# testGroup: outerloop +# liveLibrariesBuildConfig: Release -- template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml - buildConfig: checked - platforms: - # Linux tests are built on the OSX machines. - - OSX_x64 - - Linux_arm - - Linux_arm64 - - Linux_x64 - - Windows_NT_x64 - - Windows_NT_x86 - - Windows_NT_arm64 - helixQueueGroup: ci - helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml - jobParameters: - testGroup: outerloop - liveLibrariesBuildConfig: Release +# - template: /eng/pipelines/common/platform-matrix.yml +# parameters: +# jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml +# buildConfig: checked +# platforms: +# # Linux tests are built on the OSX machines. +# - OSX_x64 +# - Linux_arm +# - Linux_arm64 +# - Linux_x64 +# - Windows_NT_x64 +# - Windows_NT_x86 +# - Windows_NT_arm64 +# helixQueueGroup: ci +# helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml +# jobParameters: +# testGroup: outerloop +# liveLibrariesBuildConfig: Release