From: Russ Keldorph Date: Thu, 2 Aug 2018 17:02:11 +0000 (-0700) Subject: Fix VSTS build's tests on Alpine X-Git-Tag: submit/tizen/20210909.063632~11030^2~4230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a662d1eb5d28fd88cefd2db5481150e99ccb0907;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix VSTS build's tests on Alpine Earlier changes to rename alpine stuff to musl seems to have missed this change Fixes dotnet/coreclr#19179 Commit migrated from https://github.com/dotnet/coreclr/commit/fecf57a0bfc8267e7ca50e9a532a83fa29ebec87 --- diff --git a/src/coreclr/buildpipeline/tests/test_pipelines.json b/src/coreclr/buildpipeline/tests/test_pipelines.json index 1a6879f..d9079f8 100644 --- a/src/coreclr/buildpipeline/tests/test_pipelines.json +++ b/src/coreclr/buildpipeline/tests/test_pipelines.json @@ -196,7 +196,7 @@ "Parameters": { "HelixJobType": "test/functional/cli/", "TargetsWindows": "false", - "Rid": "alpine.3.6", + "Rid": "linux-musl-x64", "TargetQueues": "Alpine.36.Amd64", "TestContainerSuffix": "alpine36", "TargetsNonWindowsArg": "TargetsNonWindows " @@ -213,7 +213,7 @@ "Parameters": { "HelixJobType": "test/functional/r2r/cli/", "TargetsWindows": "false", - "Rid": "alpine.3.6", + "Rid": "linux-musl-x64", "TargetQueues": "Alpine.36.Amd64", "TestContainerSuffix": "alpine36-r2r", "CrossgenArg": "Crossgen ", @@ -229,4 +229,4 @@ ], } ] -} \ No newline at end of file +}