Skip to content

Help teams move servicing builds to -Svc NetCore1ES pool providers #10578

@MattGal

Description

@MattGal

As a push to relieve some pain from release builds (and, indirectly, main builds) I've opened the following PRs to release branches which are not using "-Svc-" pool providers.

let builds=
BuildTimelineRecord
| where OrganizationName == "dnceng"
| where Type == "Job"
| where ProjectId == "9ee6d478-d288-47f7-aacc-f6e6d082ae6d"
| where WorkerName startswith "NetCore1ESPool-Public"
| distinct BuildId;
Build 
| where OrganizationName == "dnceng"
| where FinishTime > ago(7d)
| where BuildId  in (builds)
| where SourceBranch contains "release"
| summarize arg_max(BuildId,*) by RepositoryId

PRs

Interactive:

Arcade:

AspNetCore:

EFCore:

dotnet/fsharp :

Installer:

dotnet/llvm-project

dotnet/roslyn :

dotnet/runtime:

dotnet/sdk

dotnet/templating

dotnet/windowsdesktop

dotnet/winforms

dotnet/wpf:

Release Note Description

Internal alerting changes - Does not need release notes

Metadata

Metadata

Assignees

Labels

Ops - ComplianceFirst-responder-style issues handled by the Operations V-Team due to prioritization or urgency level

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions