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:
authorAnton Firszov <Anton.Firszov@microsoft.com>2021-11-30 20:16:30 +0300
committerGitHub <noreply@github.com>2021-11-30 20:16:30 +0300
commit85642f8147d9e2ba860c21baea25cbb4f12e665e (patch)
treec9036fed49e49f112185c3b51f03e8764f0f2459 /eng/pipelines/libraries/stress/http.yml
parent439ffd2434ac97ae32f42d3dc035cceb6d4d60cc (diff)
Build HttpStress and SslStress with live-built runtime using current TFM (#61689)
This PR changes both local (non-containerized) and containerized stress builds to build against the live-built runtime with the help of targetingpacks.targets.
Diffstat (limited to 'eng/pipelines/libraries/stress/http.yml')
-rw-r--r--eng/pipelines/libraries/stress/http.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/pipelines/libraries/stress/http.yml b/eng/pipelines/libraries/stress/http.yml
index 049c979b5e3..3561011fa62 100644
--- a/eng/pipelines/libraries/stress/http.yml
+++ b/eng/pipelines/libraries/stress/http.yml
@@ -57,6 +57,7 @@ jobs:
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
+ timeoutInMinutes: 35 # In case the HTTP/3.0 run hangs, we timeout shortly after the expected 30 minute run
displayName: Run HttpStress - HTTP 3.0
condition: and(eq(variables['buildRuntime.succeeded'], 'true'), eq(variables['buildStress.succeeded'], 'true'))
@@ -149,4 +150,4 @@ jobs:
- powershell: |
Set-NetFirewallProfile -Profile Domain, Public, Private -Enabled True
name: enableFirewall
- displayName: Enable Firewall
+ displayName: Enable Firewall \ No newline at end of file