Skip to content
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

Merged
merged 4 commits into from Nov 9, 2018
Merged

Fix up our build badges #31052

merged 4 commits into from Nov 9, 2018

Conversation

jaredpar
Copy link
Member

@jaredpar jaredpar commented Nov 8, 2018

closes #30827

@jaredpar jaredpar requested a review from a team as a code owner November 8, 2018 22:29
@jaredpar
Copy link
Member Author

jaredpar commented Nov 8, 2018

@dotnet/roslyn-infrastructure please take a look

'dev16.0-preview2-vs-deps')

function Get-AzureBadge($branchName, $jobName, $configName) {
$template = "[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=$branchName&jobname=$jobName&configuration=$configName)]"
Copy link
Member

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

Copy link
Member Author

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

👅

@jaredpar
Copy link
Member Author

jaredpar commented Nov 9, 2018

Thanks!

@jaredpar jaredpar merged commit cdc9442 into dotnet:master Nov 9, 2018
@jaredpar jaredpar deleted the fix-badge branch November 9, 2018 21:14
### Desktop Unit Tests
|Branch|Debug x86|Debug x64|Release x86|Release x64|Spanish|
|:--:|:--:|:--:|:--:|:--:|:--:|
**master**|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Desktop_Unit_Tests&configuration=debug_32)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Desktop_Unit_Tests&configuration=debug_64)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Desktop_Unit_Tests&configuration=release_32)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Desktop_Unit_Tests&configuration=release_64)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Desktop_Spanish_Unit_Tests&configuration=)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Determinism_Test&configuration=)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/roslyn/roslyn-CI?label=build&branchname=master&jobname=Windows_Correctness_Test&configuration=)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=15&branchname=master)|
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Per job GitHub badges
4 participants