[release/5.0] Reduce job timeouts in aspnetcore-quarantined-pr pipeline (#25300)
This commit is contained in:
parent
f2b72b0511
commit
bb769fe266
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
jobName: Helix_quarantined_x64
|
jobName: Helix_quarantined_x64
|
||||||
jobDisplayName: 'Tests: Helix'
|
jobDisplayName: 'Tests: Helix'
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 120
|
||||||
steps:
|
steps:
|
||||||
# Build the shared framework
|
# Build the shared framework
|
||||||
- script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
|
- script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
jobName: Windows_Quarantined_x64
|
jobName: Windows_Quarantined_x64
|
||||||
jobDisplayName: 'Tests: Windows x64'
|
jobDisplayName: 'Tests: Windows x64'
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 90
|
||||||
isTestingJob: true
|
isTestingJob: true
|
||||||
steps:
|
steps:
|
||||||
- powershell: "& ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
|
- powershell: "& ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
|
||||||
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
jobName: MacOS_Quarantined_Test
|
jobName: MacOS_Quarantined_Test
|
||||||
jobDisplayName: "Tests: macOS 10.14"
|
jobDisplayName: "Tests: macOS 10.14"
|
||||||
agentOs: macOS
|
agentOs: macOS
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 60
|
||||||
isTestingJob: true
|
isTestingJob: true
|
||||||
steps:
|
steps:
|
||||||
- bash: ./build.sh --all --pack --ci --nobl --no-build-java
|
- bash: ./build.sh --all --pack --ci --nobl --no-build-java
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
jobName: Linux_Quarantined_Test
|
jobName: Linux_Quarantined_Test
|
||||||
jobDisplayName: "Tests: Ubuntu 16.04 x64"
|
jobDisplayName: "Tests: Ubuntu 16.04 x64"
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 60
|
||||||
isTestingJob: true
|
isTestingJob: true
|
||||||
useHostedUbuntu: false
|
useHostedUbuntu: false
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue