We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23bd89 commit 5f7ac2fCopy full SHA for 5f7ac2f
eng/ci/templates/official/jobs/run-coldstart.yml
@@ -124,7 +124,7 @@ jobs:
124
displayName: Start host in placeholder mode
125
126
- pwsh: |
127
- $url = "http://localhost:5000/api/warmup"
+ $url = "http://localhost:5000" # In placeholder simulation mode, calling homepage triggers warmup.
128
Write-Host "Checking if host is ready at $url..."
129
$maxAttempts = 10
130
0 commit comments