mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-20 19:31:56 -05:00
/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add resource limit
This commit is contained in:
@@ -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'"},
|
||||
|
||||
Reference in New Issue
Block a user