From 7151bfd3ebf0693ee40a383bf08f0ec761a9ecc4 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 2 Sep 2020 14:12:39 -0700 Subject: [PATCH 1/2] Quick infrastructure fix-ups - pin Microsoft.Net.Compilers.Toolset version to isolate us from Arcade - the version now matches dotnet/runtime - will move the pin to previous version if anything breaks - double the macOS job max. length in our quarantined PR runs - have been seeing this timeout too often --- .azure/pipelines/quarantined-pr.yml | 2 +- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure/pipelines/quarantined-pr.yml b/.azure/pipelines/quarantined-pr.yml index adcff0e3054a..13a7236c3a9a 100644 --- a/.azure/pipelines/quarantined-pr.yml +++ b/.azure/pipelines/quarantined-pr.yml @@ -86,7 +86,7 @@ jobs: jobName: MacOS_Quarantined_Test jobDisplayName: "Tests: macOS 10.14" agentOs: macOS - timeoutInMinutes: 60 + timeoutInMinutes: 120 isTestingJob: true steps: - bash: ./build.sh --all --pack --ci --nobl --no-build-java diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bddecc1cb856..be96574a1adf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -329,9 +329,9 @@ https://github.com/dotnet/arcade 4be47e467013f8a07a1ed7b6e49e39c8150bde54 - + https://github.com/dotnet/roslyn - dba2fa57432b4bd9cc7880e2c6fe3acdd01bba3c + b6a07e61473ed8a804de465f7c1cb5c17f80732d diff --git a/eng/Versions.props b/eng/Versions.props index 6d51ad7700c0..0b6cb02234d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,7 +62,7 @@ --> - 3.8.0-2.20407.3 + 3.8.0-2.20403.2 5.0.0-rc.2.20451.27 5.0.0-rc.2.20451.27 From f83ed1238db39b798bbe3427fef12ce84f3ccea4 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:13:29 -0700 Subject: [PATCH 2/2] Increase macOS test job timeout in ci.yml too --- .azure/pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index bbf6b586670b..801eb09923f2 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -573,6 +573,7 @@ stages: jobName: MacOS_Test jobDisplayName: "Test: macOS 10.14" agentOs: macOS + timeoutInMinutes: 240 isTestingJob: true buildArgs: --all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs) beforeBuild: