mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-04 16:26:46 -06:00
/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: configure job to run on dedicated host
This commit is contained in:
@@ -72,7 +72,18 @@ echo '
|
||||
]
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never"
|
||||
"restartPolicy": "Never",
|
||||
"nodeSelector": {
|
||||
"sql-correctness-worker": "true"
|
||||
},
|
||||
"tolerations": [
|
||||
{
|
||||
"effect": "NoSchedule",
|
||||
"key": "dedicated",
|
||||
"operator": "Equal",
|
||||
"value": "sql-correctness-worker"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user