-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix up our build badges #31052
Fix up our build badges #31052
Conversation
@dotnet/roslyn-infrastructure please take a look |
'dev16.0-preview2-vs-deps') | ||
|
||
function Get-AzureBadge($branchName, $jobName, $configName) { | ||
$template = "[]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not really a template if you substitute inline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's nothing that says a template has to be configurable just that it's a pattern https://www.merriam-webster.com/dictionary/template
👅
Thanks! |
### Desktop Unit Tests | ||
|Branch|Debug x86|Debug x64|Release x86|Release x64|Spanish| | ||
|:--:|:--:|:--:|:--:|:--:|:--:| | ||
**master**|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links all go to the same place, which lists the problems across all builds in that roslyn-CI
run with no immediate indication of what's what. So when you click on an individual queue here you might think the problems you then see are for that queue, but they may or may not be. If we can't make per-queue links (I don't see how but haven't tried hard), consider adding &view=logs
to the end of the link URLs so you can see the overview and click the queue you were interested in.
closes #30827