Skip K8S cleanup sidecar - linear runner doesn't often get stuck - recommend garbage collection mode for game-ci
parent
2037184670
commit
8bb695773c
|
|
@ -2104,12 +2104,6 @@ class KubernetesJobSpecFactory {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'controller-cleanup',
|
||||
image: 'alpine',
|
||||
command: ['/bin/sh'],
|
||||
args: ['-c', 'echo "test"'],
|
||||
},
|
||||
],
|
||||
restartPolicy: 'Never',
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -145,12 +145,6 @@ class KubernetesJobSpecFactory {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'controller-cleanup',
|
||||
image: 'alpine',
|
||||
command: ['/bin/sh'],
|
||||
args: ['-c', 'echo "test"'],
|
||||
},
|
||||
],
|
||||
restartPolicy: 'Never',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue