Skip to content

Commit

Permalink
Revert "debug cpu limits"
Browse files Browse the repository at this point in the history
This reverts commit 99e866b.
  • Loading branch information
cmelone committed Nov 12, 2024
1 parent 56a3983 commit 1d54254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gantry/routes/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def predict(db: aiosqlite.Connection, spec: dict) -> dict:
"variables": {
"KUBERNETES_CPU_REQUEST": predictions["cpu_request"],
"KUBERNETES_MEMORY_REQUEST": predictions["mem_request"],
"KUBERNETES_CPU_LIMIT": "5",
"KUBERNETES_CPU_LIMIT": predictions["cpu_limit"],
"KUBERNETES_MEMORY_LIMIT": predictions["mem_limit"],
"SPACK_BUILD_JOBS": predictions["build_jobs"],
"CI_JOB_SIZE": "custom",
Expand Down

0 comments on commit 1d54254

Please sign in to comment.