From 1eb10cf819e50026cf4c2893d0e87fbf873f5a71 Mon Sep 17 00:00:00 2001 From: EkamJot Singh Date: Mon, 31 Mar 2025 14:12:29 +0530 Subject: [PATCH] changed activeDeadlineSeconds to 12 hours instead of 7 days for quick testing --- ci/k8s/pr-exp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/k8s/pr-exp.yaml b/ci/k8s/pr-exp.yaml index e14ec68ea1..ee954bfb5f 100644 --- a/ci/k8s/pr-exp.yaml +++ b/ci/k8s/pr-exp.yaml @@ -20,6 +20,7 @@ metadata: customLabel: "myCustomValue" spec: template: + activeDeadlineSeconds: 43200 # 12 hours. We don't want large experiments to run indefinitely and eat up resources. spec: nodeSelector: cloud.google.com/gke-nodepool: ofg-pr-exp