aws/k8s smoke test

pull/496/head
Frostebite 2023-02-15 21:25:45 +00:00
parent 75e32ff76e
commit 77bcf7975c
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -3580,6 +3580,7 @@ class KubernetesJobSpecFactory {
},
};
job.spec = {
ttlSecondsAfterFinished: 500,
backoffLimit: 0,
template: {
spec: {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -87,6 +87,7 @@ class KubernetesJobSpecFactory {
},
};
job.spec = {
ttlSecondsAfterFinished: 500,
backoffLimit: 0,
template: {
spec: {