dnceng
dnceng copied to clipboard
.NET Engineering Services
The DotNet.Status.Web.Controllers.AzurePipelinesController class in the DotNet.Status.Web project catches build completion webhooks from various Azure DevOps pipelines (defined in configuration files) and opens GitHub issues for certain states. The Engineering Services...
- [x] Add IAzureDevOpsClient methods for creating and updating work items with tags/labels - [x] Create new AzureDevOpsAlertOptions configuration class for Alert-specific Azure DevOps settings - [x] Update AlertHookController to...
The AlertHookController of DotNet.Status.Web is in charge of receiving webhooks from Grafana that represent alerts (including new notifications and updates of existing notifications). It then processes this information and either...
We recently move windows.11.arm64* and ubuntu.2204.armarch* queues to utilize the cobalt 100 chipset (#4681). We have gotten a request to re-introduce the Ampere SKU back into the helix environment to...
These won't be necessary (and can't pass) when all of the keys are turned off. Wait until this is complete before merging.
There are changes Helix depends on that are not code - like configuration, storage accounts, identities etc. It would be good to have some coverage for production & staging to...
hit a problem in [!47334](https://dev.azure.com/dnceng/internal/_git/dotnet-helix-machines/pullrequest/47334) when adding Helix SDK test scenarios. the `dotnet` command on `ubuntu.1804.armarch`, `ubuntu.2004.armarch`, and `ubuntu.2204.armarch` consistently failed with `dotnet: exec format error`. had to remove test...
As a response to customers finding issues with MSBuild on a new image, let's think of ways customers can validate/scenario test on new images for their use cases so problems...