Fix VSTS build's tests on Alpine
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Thu, 2 Aug 2018 17:02:11 +0000 (10:02 -0700)
committerRuss Keldorph <russ.keldorph@microsoft.com>
Thu, 2 Aug 2018 18:27:41 +0000 (11:27 -0700)
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

src/coreclr/buildpipeline/tests/test_pipelines.json

index 1a6879f..d9079f8 100644 (file)
                 "Parameters": {
                 "HelixJobType": "test/functional/cli/",
                 "TargetsWindows": "false",
-                "Rid": "alpine.3.6",
+                "Rid": "linux-musl-x64",
                 "TargetQueues": "Alpine.36.Amd64",
                 "TestContainerSuffix": "alpine36",
                 "TargetsNonWindowsArg": "TargetsNonWindows "
                 "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 ",
             ],
         }
     ]
-}
\ No newline at end of file
+}