/.github/scripts/{performance-benchmarking,sql-correctness}: bump the back off limit in case of transient fails

This commit is contained in:
Dustin Brown
2021-09-20 13:34:30 -07:00
parent b469648309
commit acd5766bd6
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ echo '
"namespace": "performance-benchmarking"
},
"spec": {
"backoffLimit": 1,
"backoffLimit": 3,
"template": {
"spec": {
"serviceAccountName": "performance-benchmarking",

View File

@@ -27,7 +27,7 @@ echo '
"namespace": "sql-correctness"
},
"spec": {
"backoffLimit": 1,
"backoffLimit": 3,
"template": {
"spec": {
"serviceAccountName": "sql-correctness",