Skip to content
Merged
Show file tree
Hide file tree
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 Apr 15, 2020
3659662
Provide Unix scripts for stress builds
safern Apr 15, 2020
1f87033
Fix build
safern Apr 15, 2020
94d95e1
Use powershell on windows, chmod +x bash script
safern Apr 16, 2020
3c8576d
Bring useWindowsContainers option back to ps scripts
safern Apr 16, 2020
c518a46
Fix syntax error
safern Apr 16, 2020
9c98c11
Fixed file description
alnikola Apr 20, 2020
831afd8
Fixed file description
alnikola Apr 20, 2020
a02d3f9
Force checks re-run
alnikola May 12, 2020
5f7db6a
Fix clr subset name on Linux
alnikola May 12, 2020
65bcc70
Fix clr subset name on Windows
alnikola May 12, 2020
cb89412
Restore accidentally removed libs subset
alnikola May 12, 2020
67f29cd
Build only runtime and CoreLib of CLR on Windows
alnikola May 12, 2020
a8d4abf
Build only runtime and CoreLib of CLR on Linux
alnikola May 12, 2020
5a564a4
Remove trailing whitespace
alnikola May 12, 2020
272b7ee
Merge branch 'master' into alnikola/move-net-stress-tests-to-win-pool
alnikola May 14, 2020
d22257a
Use Server pools and build with clr+libs
safern Jun 1, 2020
02b1ca3
Fix build
safern Jun 2, 2020
d42bec4
Added missing run-docker-compose.sh to SslStress
alnikola Jun 11, 2020
0d4b0fd
Move libraries build to the host OS on Linux
alnikola Jun 16, 2020
dd37363
Merge branch 'master' into alnikola/move-net-stress-tests-to-win-pool
alnikola Jun 16, 2020
8078a27
Set TFM to net5.0 in libraries-sdk.linux.Dockerfile
alnikola Jun 16, 2020
a39e3ef
Set TFM net5.0 in libraries-sdk-aspnetcore.linux.Dockerfile
alnikola Jun 16, 2020
bf9065f
Update stress tests to .NET 5.0 SDK images
alnikola Jun 16, 2020
e90b565
Runtime build moved back into Linux container
alnikola Jun 17, 2020
a130d74
- TFM set to .net5.0
alnikola Jun 17, 2020
19a9429
Chmod +x run-docker-compose.sh
alnikola Jun 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions eng/pipelines/libraries/stress/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
displayName: Docker Linux
timeoutInMinutes: 120
pool:
name: Hosted Ubuntu 1604
name: NetCorePublic-Pool
queue: BuildPool.Ubuntu.1604.Amd64.Open

steps:
- checkout: self
Expand All @@ -51,7 +52,8 @@ jobs:
displayName: Docker NanoServer
timeoutInMinutes: 120
pool:
vmImage: 'windows-latest'
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Open
Copy link
Member

@MattGal MattGal May 14, 2020

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 version

Copy link
Contributor Author

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.


steps:
- checkout: self
Expand Down
6 changes: 4 additions & 2 deletions eng/pipelines/libraries/stress/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -52,7 +53,8 @@ jobs:
displayName: Docker NanoServer
timeoutInMinutes: 120
pool:
vmImage: 'windows-latest'
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Open
Copy link
Member

@MattGal MattGal May 14, 2020

Choose a reason for hiding this comment

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

Same as above, please try BuildPool.Server.Amd64.VS2019.Open


steps:
- checkout: self
Expand Down