mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-09 01:56:30 -05:00
/.github/scripts/{performance-benchmarking,sql-correctness}: bump the back off limit in case of transient fails
This commit is contained in:
@@ -35,7 +35,7 @@ echo '
|
||||
"namespace": "performance-benchmarking"
|
||||
},
|
||||
"spec": {
|
||||
"backoffLimit": 1,
|
||||
"backoffLimit": 3,
|
||||
"template": {
|
||||
"spec": {
|
||||
"serviceAccountName": "performance-benchmarking",
|
||||
|
||||
@@ -27,7 +27,7 @@ echo '
|
||||
"namespace": "sql-correctness"
|
||||
},
|
||||
"spec": {
|
||||
"backoffLimit": 1,
|
||||
"backoffLimit": 3,
|
||||
"template": {
|
||||
"spec": {
|
||||
"serviceAccountName": "sql-correctness",
|
||||
|
||||
Reference in New Issue
Block a user