Skip to content

Commit ec08723

Browse files
committed
Fix release runner scheduling resource request
1 parent b7f5b14 commit ec08723

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.controlplane/controlplane.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,10 @@ apps:
8383
<<: *common
8484
# match_if_app_name_starts_with is used to identify these "qa" apps.
8585
match_if_app_name_starts_with: true
86+
# These review-app one-off defaults request app-sized resources and set a
87+
# 15-minute server-side active deadline.
88+
runner_job_default_cpu: "300m"
89+
runner_job_default_memory: "1Gi"
90+
runner_job_timeout: 900
8691
image_retention_days: 5
8792
stale_app_image_deployed_days: 5 # If the app is older than 5 days, the nightly automations will clean stale apps.

0 commit comments

Comments
 (0)