Skip to content

Commit

Permalink
Merge pull request #7287 from dolthub/db/correctness-config
Browse files Browse the repository at this point in the history
[no-release-notes] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add resource limit
  • Loading branch information
coffeegoddd authored Jan 10, 2024
2 parents 668426e + 023c6dc commit 231d8bc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'"},
Expand Down

0 comments on commit 231d8bc

Please sign in to comment.