Skip to content

Commit 3c4a197

Browse files
docs: update function docs for parseEc2OverrideConfig
1 parent 1460582 commit 3c4a197

File tree

1 file changed

+5
-5
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+5
-5
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -851,13 +851,13 @@ async function createJitConfig(
851851
* - ghr-ec2-block-device-virtual-name:<name> - Virtual device name (ephemeral storage)
852852
* - ghr-ec2-block-device-no-device:<string> - Suppresses device mapping
853853
*
854-
* Pricing:
855-
* - ghr-ec2-spot-max-price-percentage:<num> - Spot max price as % over lowest price
856-
* - ghr-ec2-on-demand-max-price-percentage:<num> - On-demand max price as % over lowest price
857-
* - ghr-ec2-max-spot-price-percentage-optimal:<num> - Max spot price as % of optimal on-demand
854+
* Pricing & Advanced:
855+
* - ghr-ec2-spot-max-price-percentage-over-lowest-price:<num> - Spot max price as % over lowest price
856+
* - ghr-ec2-on-demand-max-price-percentage-over-lowest-price:<num> - On-demand max price as % over lowest price
857+
* - ghr-ec2-max-spot-price-as-percentage-of-optimal-on-demand-price:<num> - Max spot price as % of optimal on-demand
858858
* - ghr-ec2-require-hibernate-support:<bool> - Require hibernate support (true,false)
859859
* - ghr-ec2-require-encryption-in-transit:<bool> - Require encryption in-transit (true,false)
860-
* - ghr-ec2-baseline-performance-cpu-family:<family> - CPU baseline performance family
860+
* - ghr-ec2-baseline-performance-factors-cpu-reference-families:<families> - CPU baseline performance reference families (comma-separated)
861861
*
862862
* Example:
863863
* runs-on: [self-hosted, linux, ghr-ec2-vcpu-count-min:4, ghr-ec2-memory-mib-min:16384, ghr-ec2-accelerator-types:gpu]

0 commit comments

Comments
 (0)