Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

[OLD-RUNNER] switching off the old designer runner #553

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions copilot/fsd-form-runner/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ memory: 2048
platform: linux/x86_64

# Number of tasks that should be running in your service.
count: 1
count: 0

# Enable running commands in your container.
exec: true
Expand Down Expand Up @@ -85,7 +85,7 @@ environments:
spot: 0
uat:
count:
range: 2-4
range: 0
cooldown:
in: 60s
out: 30s
Expand All @@ -112,7 +112,7 @@ environments:
SERVICE_START_PAGE: "https://frontend.access-funding.levellingup.gov.uk/account"
ELIGIBILITY_RESULT_URL: "https://frontend.access-funding.levellingup.gov.uk/eligibility-result"
count:
range: 2-4
range: 0
cooldown:
in: 60s
out: 30s
Expand Down
Loading