aws/k8s smoke test
parent
75e32ff76e
commit
77bcf7975c
|
@ -3580,6 +3580,7 @@ class KubernetesJobSpecFactory {
|
|||
},
|
||||
};
|
||||
job.spec = {
|
||||
ttlSecondsAfterFinished: 500,
|
||||
backoffLimit: 0,
|
||||
template: {
|
||||
spec: {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -87,6 +87,7 @@ class KubernetesJobSpecFactory {
|
|||
},
|
||||
};
|
||||
job.spec = {
|
||||
ttlSecondsAfterFinished: 500,
|
||||
backoffLimit: 0,
|
||||
template: {
|
||||
spec: {
|
||||
|
|
Loading…
Reference in New Issue