Skip to content

Commit 5f7ac2f

Browse files
authored
Fix warmup URL in placeholder simulation mode. (#10912)
1 parent e23bd89 commit 5f7ac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci/templates/official/jobs/run-coldstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
displayName: Start host in placeholder mode
125125
126126
- pwsh: |
127-
$url = "http://localhost:5000/api/warmup"
127+
$url = "http://localhost:5000" # In placeholder simulation mode, calling homepage triggers warmup.
128128
Write-Host "Checking if host is ready at $url..."
129129
$maxAttempts = 10
130130

0 commit comments

Comments
 (0)