Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarie Píchová <11718369+ManickaP@users.noreply.github.com>2021-10-20 16:12:02 +0300
committerGitHub <noreply@github.com>2021-10-20 16:12:02 +0300
commit8a062547d59353e4607c6b0a4fcdc4c5713eeac0 (patch)
tree9be47f057f1fd19c5811670fff22f2ddbe653745 /eng/pipelines/libraries/stress/http.yml
parentab10871a9c9f7010c534e7c0390d261f9a969d99 (diff)
[HTTP/3] Fixed stress (#60364)
* Fixed stress * update nanoserver docker image * Revert "update nanoserver docker image" This reverts commit 3b3fa4f67265c037646c1642dcd22b5e3231d1c2. * always pull new image * Latest msquic * whitespace * upper case * removed image pull madness
Diffstat (limited to 'eng/pipelines/libraries/stress/http.yml')
-rw-r--r--eng/pipelines/libraries/stress/http.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/libraries/stress/http.yml b/eng/pipelines/libraries/stress/http.yml
index a23f0ff36fb..049c979b5e3 100644
--- a/eng/pipelines/libraries/stress/http.yml
+++ b/eng/pipelines/libraries/stress/http.yml
@@ -54,7 +54,7 @@ jobs:
cd '$(httpStressProject)'
export CLIENT_DUMPS_SHARE="$(Build.ArtifactStagingDirectory)/dumps/client/3.0"
export SERVER_DUMPS_SHARE="$(Build.ArtifactStagingDirectory)/dumps/server/3.0"
- export HTTPSTRESS_CLIENT_ARGS="$HTTPSTRESS_CLIENT_ARGS -http 3.0 -xops 10"
+ export HTTPSTRESS_CLIENT_ARGS="$HTTPSTRESS_CLIENT_ARGS -http 3.0"
export HTTPSTRESS_SERVER_ARGS="$HTTPSTRESS_SERVER_ARGS -http 3.0"
docker-compose up --abort-on-container-exit --no-color
displayName: Run HttpStress - HTTP 3.0