Matt Galbraith
Matt Galbraith
To update, by subscription: DotNet Engineering Services: - [ ] commenttriggers (unknown repo) Helix - [x] helix-autoscale-prod (dotnet-helix-machines repo) - [ ] rollout-scorer-prod (arcade-services repo) ### These four are for...
Today, the Helix Autoscaler and VM cleaner are a service fabric application and an Azure function that build from the dotnet-helix-machines repo and deploy into the "old" Helix service fabric...
The images used on Windows.10.Amd64.CoreAppCompat / Windows.10.Amd64.CoreAppCompat.Pr are routinely getting flagged for bulit-in Windows images. Switching to a server-based image from our VS 2017 build image collection should reduce or...
DDFUN needs to be able to run Helix agents off the D:\ drive; this is often broken by hard-coded c:\ paths inside the scripts, which puts some files onto the...
### Overview To meet our goals of keeping our engineering systems up-to-date and as efficient as possible, we will deliver feature work that reduces the complexity and Azure-spending usage of...
Today, we have `ubuntu.1804.armarch` and `ubuntu.1804.armarch.open` to service virtually all our ARM64 Linux scenarios (via docker-ized work items / direct execution). Our users will need to have in place a...
Originating from https://github.com/dotnet/arcade/issues/10168. Tracking issue to periodically check on the latest native ARM64 windows Python 3 builds, and see if it can successfully run all the Helix client's dependencies.
This change is required to continue building PRs in the dotnet public repo. The agents and images used in the new project / organization are identical and build regressions are...
This change is required to continue building PRs in the dotnet public repo. The agents and images used in the new project / organization are identical and build regressions are...
https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Build.Tasks.Feed/src/common/AzureHelper.cs#L244 ``` c# try { using (var request = createRequest()) response = await client.SendAsync(request); } catch (Exception e) { loggingHelper.LogWarningFromException(e, true); // if this is the final iteration let the...