-
Notifications
You must be signed in to change notification settings - Fork 64
Update build container for public CI #1233
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
Conversation
@@ -9,7 +9,7 @@ stages: | |||
pool: | |||
${{ if eq(variables['System.TeamProject'], 'public') }}: | |||
name: $(DncEngPublicBuildPool) | |||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | |||
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open |
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.
Is 2404 available? If so it would be desirable to upgrade to it as 2204 will reach EOL before .NET10.
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 looks like 2204 is all that is available. That is unfortunate.
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.
I don't see 24.04 in use by any repo, the image is likely not available. Will inquire.
(cherry picked from commit aa2a3f5)
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/source-build-reference-packages/actions/runs/14625957634 |
@NikolaMilosavljevic an error occurred while backporting to "release/9.0", please check the run log for details! Validation Failed: {"resource":"PullRequest","code":"custom","message":"No commits between release/9.0 and backport/pr-1233-to-release/9.0"} |
It looks like 9.0 would require a manual backport - will prepare the PR. |
See #1232 (comment) |
Ubuntu.1804
is EOL. Updating the container toUbuntu.2204