summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2018-08-02 10:02:11 -0700
committerRuss Keldorph <russ.keldorph@microsoft.com>2018-08-02 11:27:41 -0700
commitfecf57a0bfc8267e7ca50e9a532a83fa29ebec87 (patch)
treefd18fc0861b9ab5577d56409aa103fcd2fcce4cd /buildpipeline
parentaff7dffc99f6bb09db8c973645a31dd120733a56 (diff)
downloadcoreclr-fecf57a0bfc8267e7ca50e9a532a83fa29ebec87.tar.gz
coreclr-fecf57a0bfc8267e7ca50e9a532a83fa29ebec87.tar.bz2
coreclr-fecf57a0bfc8267e7ca50e9a532a83fa29ebec87.zip
Fix VSTS build's tests on Alpine
Earlier changes to rename alpine stuff to musl seems to have missed this change Fixes #19179
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/tests/test_pipelines.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildpipeline/tests/test_pipelines.json b/buildpipeline/tests/test_pipelines.json
index 1a6879f1ef..d9079f8b11 100644
--- a/buildpipeline/tests/test_pipelines.json
+++ b/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
+}