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

Commit 8e60a67

Browse files
Merged PR 303970: Use Scale Set Pools
Use scale set pools in DotNet-CoreClr-PipeBuild-Master
2 parents 65b1240 + 6688c4d commit 8e60a67

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -458,15 +458,15 @@
458458
"queue": {
459459
"_links": {
460460
"self": {
461-
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/298"
461+
"href": "https://dev.azure.com/devdiv/_apis/build/Queues/2737"
462462
}
463463
},
464-
"id": 298,
465-
"name": "VSEng-MicroBuildVS2017",
466-
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/298",
464+
"id": 2737,
465+
"name": "VSEngSS-MicroBuild2017",
466+
"url": "https://dev.azure.com/devdiv/_apis/build/Queues/2737",
467467
"pool": {
468-
"id": 95,
469-
"name": "VSEng-MicroBuildVS2017"
468+
"id": 338,
469+
"name": "VSEngSS-MicroBuild2017"
470470
}
471471
},
472472
"id": 1828,

buildpipeline/DotNet-CoreClr-Trusted-Windows.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,15 +451,15 @@
451451
"queue": {
452452
"_links": {
453453
"self": {
454-
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/298"
454+
"href": "https://dev.azure.com/devdiv/_apis/build/Queues/2737"
455455
}
456456
},
457-
"id": 298,
458-
"name": "VSEng-MicroBuildVS2017",
459-
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/298",
457+
"id": 2737,
458+
"name": "VSEngSS-MicroBuild2017",
459+
"url": "https://dev.azure.com/devdiv/_apis/build/Queues/2737",
460460
"pool": {
461-
"id": 95,
462-
"name": "VSEng-MicroBuildVS2017"
461+
"id": 338,
462+
"name": "VSEngSS-MicroBuild2017"
463463
}
464464
},
465465
"id": 1676,

0 commit comments

Comments
 (0)