Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1eed8df

Browse files
dotnet-maestro-botRussKeldorph
authored andcommitted
(release/2.1) Move to supported test queues
1 parent 6df920f commit 1eed8df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

buildpipeline/tests/test_pipelines.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"HelixJobType": "test/functional/cli/",
2323
"TargetsWindows": "true",
2424
"Rid": "win-x64",
25-
"TargetQueues": "Windows.10.Amd64,Windows.10.Nano.Amd64,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64",
25+
"TargetQueues": "Windows.10.Amd64,(Windows.Nano.1803.Amd64)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64",
2626
"TestContainerSuffix": "windows",
2727
},
2828
"ReportingParameters": {
@@ -38,7 +38,7 @@
3838
"HelixJobType": "test/functional/r2r/cli/",
3939
"TargetsWindows": "true",
4040
"Rid": "win-x64",
41-
"TargetQueues": "Windows.10.Amd64,Windows.10.Nano.Amd64,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64",
41+
"TargetQueues": "Windows.10.Amd64,(Windows.Nano.1803.Amd64)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64",
4242
"TestContainerSuffix": "windows-r2r",
4343
"CrossgenArg": "Crossgen "
4444
},
@@ -127,7 +127,7 @@
127127
"HelixJobType": "test/functional/cli/",
128128
"TargetsWindows": "false",
129129
"Rid": "linux-x64",
130-
"TargetQueues": "Debian.8.Amd64,Fedora.27.Amd64,Redhat.7.Amd64,Ubuntu.1404.Amd64,Ubuntu.1604.Amd64,Ubuntu.1804.Amd64,Opensuse.423.Amd64,SLES.12.Amd64",
130+
"TargetQueues": "Debian.8.Amd64,(Fedora.28.Amd64)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249,Redhat.7.Amd64,Ubuntu.1404.Amd64,Ubuntu.1604.Amd64,Ubuntu.1804.Amd64,Opensuse.423.Amd64,SLES.12.Amd64",
131131
"TestContainerSuffix": "linux",
132132
"TargetsNonWindowsArg": "TargetsNonWindows "
133133
},
@@ -144,7 +144,7 @@
144144
"HelixJobType": "test/functional/r2r/cli/",
145145
"TargetsWindows": "false",
146146
"Rid": "linux-x64",
147-
"TargetQueues": "Debian.8.Amd64,Fedora.27.Amd64,Redhat.7.Amd64,Ubuntu.1404.Amd64,Ubuntu.1604.Amd64,Ubuntu.1804.Amd64,Opensuse.423.Amd64,SLES.12.Amd64",
147+
"TargetQueues": "Debian.8.Amd64,(Fedora.28.Amd64)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249,Redhat.7.Amd64,Ubuntu.1404.Amd64,Ubuntu.1604.Amd64,Ubuntu.1804.Amd64,Opensuse.423.Amd64,SLES.12.Amd64",
148148
"TestContainerSuffix": "linux-r2r",
149149
"CrossgenArg": "Crossgen ",
150150
"TargetsNonWindowsArg": "TargetsNonWindows "
@@ -197,12 +197,12 @@
197197
"HelixJobType": "test/functional/cli/",
198198
"TargetsWindows": "false",
199199
"Rid": "linux-musl-x64",
200-
"TargetQueues": "Alpine.36.Amd64",
200+
"TargetQueues": "(Alpine.39.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.9-helix-09ca40b-20190508143246",
201201
"TestContainerSuffix": "alpine36",
202202
"TargetsNonWindowsArg": "TargetsNonWindows "
203203
},
204204
"ReportingParameters": {
205-
"OperatingSystem": "Alpine3.6",
205+
"OperatingSystem": "Alpine3.9",
206206
"SubType": "Build-Tests",
207207
"Type": "build/product/",
208208
"PB_BuildType": "Release"
@@ -214,13 +214,13 @@
214214
"HelixJobType": "test/functional/r2r/cli/",
215215
"TargetsWindows": "false",
216216
"Rid": "linux-musl-x64",
217-
"TargetQueues": "Alpine.36.Amd64",
217+
"TargetQueues": "(Alpine.39.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.9-helix-09ca40b-20190508143246",
218218
"TestContainerSuffix": "alpine36-r2r",
219219
"CrossgenArg": "Crossgen ",
220220
"TargetsNonWindowsArg": "TargetsNonWindows "
221221
},
222222
"ReportingParameters": {
223-
"OperatingSystem": "Alpine3.6",
223+
"OperatingSystem": "Alpine3.9",
224224
"SubType": "Build-Tests-R2R",
225225
"Type": "build/product/",
226226
"PB_BuildType": "Release"

0 commit comments

Comments
 (0)