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