From 023c6dc5d6b7890d8be393feb17b1e245a68e5bb Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Wed, 10 Jan 2024 10:12:49 -0800 Subject: [PATCH] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add resource limit --- .../scripts/sql-correctness/get-dolt-correctness-job-json.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh index 0e8f7110da0..344cd2186b6 100755 --- a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh +++ b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh @@ -50,6 +50,11 @@ echo ' { "name": "sql-correctness", "image": "407903926827.dkr.ecr.us-west-2.amazonaws.com/liquidata/sql-correctness:latest", + "resources": { + "limits": { + "cpu": "7000m" + } + }, "env": [ { "name": "REPO_ACCESS_TOKEN", "value": "'$REPO_ACCESS_TOKEN'"}, { "name": "ACTOR", "value": "'$ACTOR'"},