-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Networking stress tests moved out of Hosted pool #35011
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
alnikola
merged 27 commits into
dotnet:master
from
alnikola:alnikola/move-net-stress-tests-to-win-pool
Jun 18, 2020
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6bded78
Networking stress tests moved out of Hosted pool
alnikola 3659662
Provide Unix scripts for stress builds
safern 1f87033
Fix build
safern 94d95e1
Use powershell on windows, chmod +x bash script
safern 3c8576d
Bring useWindowsContainers option back to ps scripts
safern c518a46
Fix syntax error
safern 9c98c11
Fixed file description
alnikola 831afd8
Fixed file description
alnikola a02d3f9
Force checks re-run
alnikola 5f7db6a
Fix clr subset name on Linux
alnikola 65bcc70
Fix clr subset name on Windows
alnikola cb89412
Restore accidentally removed libs subset
alnikola 67f29cd
Build only runtime and CoreLib of CLR on Windows
alnikola a8d4abf
Build only runtime and CoreLib of CLR on Linux
alnikola 5a564a4
Remove trailing whitespace
alnikola 272b7ee
Merge branch 'master' into alnikola/move-net-stress-tests-to-win-pool
alnikola d22257a
Use Server pools and build with clr+libs
safern 02b1ca3
Fix build
safern d42bec4
Added missing run-docker-compose.sh to SslStress
alnikola 0d4b0fd
Move libraries build to the host OS on Linux
alnikola dd37363
Merge branch 'master' into alnikola/move-net-stress-tests-to-win-pool
alnikola 8078a27
Set TFM to net5.0 in libraries-sdk.linux.Dockerfile
alnikola a39e3ef
Set TFM net5.0 in libraries-sdk-aspnetcore.linux.Dockerfile
alnikola bf9065f
Update stress tests to .NET 5.0 SDK images
alnikola e90b565
Runtime build moved back into Linux container
alnikola a130d74
- TFM set to .net5.0
alnikola 19a9429
Chmod +x run-docker-compose.sh
alnikola 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,8 @@ jobs: | |
| displayName: Docker Linux | ||
| timeoutInMinutes: 120 | ||
| pool: | ||
| name: Hosted Ubuntu 1604 | ||
| name: NetCorePublic-Pool | ||
| queue: BuildPool.Ubuntu.1604.Amd64.Open | ||
|
|
||
| steps: | ||
| - checkout: self | ||
|
|
@@ -52,7 +53,8 @@ jobs: | |
| displayName: Docker NanoServer | ||
| timeoutInMinutes: 120 | ||
| pool: | ||
| vmImage: 'windows-latest' | ||
| name: NetCorePublic-Pool | ||
| queue: BuildPool.Windows.10.Amd64.VS2019.Open | ||
|
||
|
|
||
| steps: | ||
| - checkout: self | ||
|
|
||
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.
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.
Build pool where docker was added is
BuildPool.Server.Amd64.VS2019.Open; should have same workloads as Windows.10 versionThere 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.
@MattGal It's still failing due to a missing docker-compose. Could you please share any ETA for fixing this? It's getting urgent for us since I noticed an instability on Linux tests and we need to have it merged into master and tracked regularly.