remove container resource defaults from actions yaml
parent
e7a2ef2bae
commit
5ee7fe517e
|
|
@ -115,9 +115,11 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.'
|
description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.'
|
||||||
cloudRunnerCpu:
|
cloudRunnerCpu:
|
||||||
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
description: 'Amount of CPU time to assign the remote build container'
|
description: 'Amount of CPU time to assign the remote build container'
|
||||||
cloudRunnerMemory:
|
cloudRunnerMemory:
|
||||||
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
description: 'Amount of memory to assign the remote build container'
|
description: 'Amount of memory to assign the remote build container'
|
||||||
cachePushOverrideCommand:
|
cachePushOverrideCommand:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue