-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Upgrade all VMs to AMD64 Ubuntu 22.04 #86194
Merged
Merged
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3f914f8
Upgrade all VMs to Ubuntu 22.04
richlander 284f535
Update display names
richlander ac7d989
Revert wasm and mono back to 18.04
richlander 185b519
Update eng/pipelines/coreclr/templates/helix-queues-setup.yml
richlander 1f48b88
Merge branch 'main' into vm-host-upgrade
akoeplinger a47c5eb
Fix merge conflicts
akoeplinger 895639c
Update Android queue
akoeplinger 84c8065
Merge branch 'main' into vm-host-upgrade
richlander cd01132
Merge branch 'main' into vm-host-upgrade
akoeplinger 6b5f4a5
Merge branch 'main' into vm-host-upgrade
richlander 9e935d3
Merge branch 'main' into vm-host-upgrade
ivdiazsa 2b5d543
Removed an Ubuntu.1804.Tiger queue I accidentally enabled when mergin…
ivdiazsa 4f95327
Restored the Ubuntu 18.04 OS for the crossgen tiger perf queue due to…
ivdiazsa 6b29522
Restored Ubuntu 18.04 in source-build.yml because those changes come …
ivdiazsa ba79284
Merge branch 'main' into vm-host-upgrade
richlander f232388
Merge branch 'main' into vm-host-upgrade
richlander 6724888
Merge remote-tracking branch 'origin/main' into vm-host-upgrade
richlander 8a03a11
Merge branch 'main' into vm-host-upgrade
richlander 9ed75e6
Fix bad merge
richlander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is eng/common - this change needs to happen in arcade.
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've a quick question. How do you mean "in arcade"? The arcade repo?
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.
Yes, anything in eng/common is updated by arcade on each update from that repo, so it will always clobber this change.
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.
To be clear, we DON'T have to get all the 1804 instances in this PR. We can do a update PR. We do, however, need to make this PR run clean (obviously).
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.
Got it. Since we are fine with gradually upgrading our lab machines, I can restore this specific change back to 18.04 and in the meantime, I'll work on the arcade part
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.
Sorry. I should have mentioned that initially.