summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-10 10:03:03 -0800
committerGitHub <noreply@github.com>2019-01-10 10:03:03 -0800
commit4e6ff628eaebcf32c9ea599b2d47f3290860728e (patch)
tree48facffbda1a6a8cc105b4e9ae0d60ce0a396d32 /azure-pipelines.yml
parent2f808a8558857a5e2ff6503a5279b9f5a0a3b5e6 (diff)
downloadcoreclr-4e6ff628eaebcf32c9ea599b2d47f3290860728e.tar.gz
coreclr-4e6ff628eaebcf32c9ea599b2d47f3290860728e.tar.bz2
coreclr-4e6ff628eaebcf32c9ea599b2d47f3290860728e.zip
Disable what fails and blocks transitioning to Azure DevOps (#21926)
* Run on Debian.9.Amd64.* instead of Debian.8.Amd64.* since it's the minimum supported version of Debian * Temporary remove Windows.10.Nano.Amd64.Open and Windows.7.Amd64.Open blocked by #21693 #21796 * Don't need a non-portable RHEL7 build and continue using centos7_x64_build_image for building linux-x64 packages (the same way as buildpipeline does) * Skip submission to Helix if there is are queues to submit to * Use static string for Helix Сreator property * Increase timeout for official build test jobs
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 77d8c657c8..af3f27c9bc 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -14,9 +14,6 @@ resources:
- container: ubuntu_1604_arm64_cross_build_image
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
- - container: ubuntu_1604_x64_build_image
- image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
-
- container: musl_x64_build_image
image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
@@ -174,6 +171,7 @@ jobs:
buildConfig: release
jobParameters:
priority: 1
+ timeoutInMinutes: 240
# Pri1 crossgen (Official Build)
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
@@ -184,6 +182,7 @@ jobs:
jobParameters:
priority: 1
crossgen: true
+ timeoutInMinutes: 240
# Publish build information to Build Assets Registry
@@ -204,7 +203,6 @@ jobs:
- build_Linux_arm64_release
- build_Linux_musl_x64_release
- build_Linux_rhel6_x64_release
- - build_Linux_rhel7_x64_release
- build_Linux_x64_release
- build_OSX_x64_release
- build_Windows_NT_x64_release