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

[release/7.0] Use simpler Docker tags #29576

Merged
merged 1 commit into from Nov 30, 2022

Conversation

dougbu
Copy link
Member

@dougbu dougbu commented Nov 16, 2022

- similar to dotnet#29575 but Helix jobs use macOS here
- also align helix.proj (default) Helix queues w/ CI choices
@@ -17,7 +17,7 @@

<PropertyGroup Condition = "'$(SYSTEM_ACCESSTOKEN)' == ''">
<!-- Local build outside of Azure Pipeline -->
<HelixTargetQueues Condition = "'$(HelixTargetQueues)' == ''">Windows.10.Amd64.Open;Ubuntu.2204.Amd64.Open;OSX.1100.Amd64.Open;Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-sqlserver-amd64-20220131172221-d5c5072</HelixTargetQueues>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that it matters too much. Any particular reason to drop windows/Ubuntu from queue here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was dropped in azure-pipelines.yml and this only provides a fallback (that may never be used). From the PR description:

align helix.proj (default) Helix queues w/ CI choices

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was dropped from pipeline to reduce build time. Fallback is used when running from command line in dev machine. Either way is fine since it is used for debugging from dev machine only, user can easily change to target specific queue.

@dougbu dougbu merged commit ce1392a into dotnet:release/7.0 Nov 30, 2022
@dougbu dougbu deleted the dougbu/docker.tags/7.0 branch November 30, 2022 02:21
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.

None yet

4 participants