Skip to content

Commit

Permalink
Update large-pr-exp.yaml (#705)
Browse files Browse the repository at this point in the history
- Increase deadline
- Set `privileged: true` so we can gdb on live instances to debug
issues.
  • Loading branch information
oliverchang authored Nov 8, 2024
1 parent 74eafbc commit b5c938d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/k8s/large-pr-exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
labels:
customLabel: "myCustomValue"
spec:
activeDeadlineSeconds: 108000 # 30 hours. We don't want large experiments to run indefinitely and eat up resources.
activeDeadlineSeconds: 604800 # 7 days. We don't want large experiments to run indefinitely and eat up resources.
template:
spec:
containers:
Expand All @@ -31,6 +31,8 @@ spec:
# For benchmark sets that need more disk, increase the results volume
# size too.
command: ["/bin/bash", "report/docker_run.sh", "${GKE_EXP_BENCHMARK}", "${GKE_EXP_NAME}", "${GKE_EXP_FUZZING_TIMEOUT}", "ofg-pr", "${GKE_EXP_LLM}", "${GKE_EXP_DELAY}", "${GKE_EXP_LOCAL_INTROSPECTOR}", "${GKE_EXP_NUM_SAMPLES}", "${GKE_EXP_LLM_FIX_LIMIT}", "${GKE_EXP_VARY_TEMPERATURE}", "${GKE_EXP_AGENT}"]
securityContext:
privileged: true
resources:
requests:
cpu: ${GKE_EXP_REQ_CPU}
Expand Down

0 comments on commit b5c938d

Please sign in to comment.