-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Upgrade all VMs to AMD64 Ubuntu 22.04 #86194
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
Merged
Merged
Changes from all 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,7 +264,7 @@ benchmark_directory=$payload_directory/BenchmarkDotNet | |
workitem_directory=$source_directory/workitem | ||
extra_benchmark_dotnet_arguments="--iterationCount 1 --warmupCount 0 --invocationCount 1 --unrollFactor 1 --strategy ColdStart --stopOnFirstError true" | ||
perflab_arguments= | ||
queue=Ubuntu.1804.Amd64.Open | ||
queue=Ubuntu.2204.Amd64.Open | ||
creator=$BUILD_DEFINITIONNAME | ||
helix_source_prefix="pr" | ||
|
||
|
@@ -279,12 +279,12 @@ if [[ "$internal" == true ]]; then | |
elif [[ "$logical_machine" == "perfampere" ]]; then | ||
queue=Ubuntu.2004.Arm64.Perf | ||
elif [[ "$logical_machine" == "cloudvm" ]]; then | ||
queue=Ubuntu.1804.Amd64 | ||
queue=Ubuntu.2204.Amd64 | ||
elif [[ "$architecture" == "arm64" ]]; then | ||
queue=Ubuntu.1804.Arm64.Perf | ||
else | ||
if [[ "$logical_machine" == "perfowl" ]]; then | ||
queue=Ubuntu.1804.Amd64.Owl.Perf | ||
queue=Ubuntu.2204.Amd64.Owl.Perf | ||
elif [[ "$logical_machine" == "perftiger_crossgen" ]]; then | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
queue=Ubuntu.1804.Amd64.Tiger.Perf | ||
ivdiazsa marked this conversation as resolved.
Show resolved
Hide resolved
|
||
else | ||
|
@@ -299,7 +299,7 @@ else | |
if [[ "$architecture" == "arm64" ]]; then | ||
queue=ubuntu.1804.armarch.open | ||
else | ||
queue=Ubuntu.1804.Amd64.Open | ||
queue=Ubuntu.2204.Amd64.Open | ||
fi | ||
|
||
if [[ "$alpine" == "true" ]]; then | ||
|
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.