From ec0872380e14bf45588369402f8dadb2d3d46a69 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Fri, 24 Jul 2026 11:42:39 +0900 Subject: [PATCH] Fix release runner scheduling resource request --- .controlplane/controlplane.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.controlplane/controlplane.yml b/.controlplane/controlplane.yml index d321df04..78612cc2 100644 --- a/.controlplane/controlplane.yml +++ b/.controlplane/controlplane.yml @@ -83,5 +83,10 @@ apps: <<: *common # match_if_app_name_starts_with is used to identify these "qa" apps. match_if_app_name_starts_with: true + # These review-app one-off defaults request app-sized resources and set a + # 15-minute server-side active deadline. + runner_job_default_cpu: "300m" + runner_job_default_memory: "1Gi" + runner_job_timeout: 900 image_retention_days: 5 stale_app_image_deployed_days: 5 # If the app is older than 5 days, the nightly automations will clean stale apps.