remove container resource defaults from actions yaml
parent
73dab7e4f8
commit
e7a2ef2bae
|
|
@ -115,11 +115,9 @@ 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: '1.0'
|
|
||||||
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: '750M'
|
|
||||||
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