Skip to content

Commit ba8b6a6

Browse files
docs: update function docs for parseEc2OverrideConfig
1 parent 50fc253 commit ba8b6a6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • lambdas/functions/control-plane/src/scale-runners

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -789,13 +789,13 @@ async function createJitConfig(githubRunnerConfig: CreateGitHubRunnerConfig, ins
789789
* - ghr-ec2-block-device-virtual-name:<name> - Virtual device name (ephemeral storage)
790790
* - ghr-ec2-block-device-no-device:<string> - Suppresses device mapping
791791
*
792-
* Pricing:
793-
* - ghr-ec2-spot-max-price-percentage:<num> - Spot max price as % over lowest price
794-
* - ghr-ec2-on-demand-max-price-percentage:<num> - On-demand max price as % over lowest price
795-
* - ghr-ec2-max-spot-price-percentage-optimal:<num> - Max spot price as % of optimal on-demand
792+
* Pricing & Advanced:
793+
* - ghr-ec2-spot-max-price-percentage-over-lowest-price:<num> - Spot max price as % over lowest price
794+
* - ghr-ec2-on-demand-max-price-percentage-over-lowest-price:<num> - On-demand max price as % over lowest price
795+
* - ghr-ec2-max-spot-price-as-percentage-of-optimal-on-demand-price:<num> - Max spot price as % of optimal on-demand
796796
* - ghr-ec2-require-hibernate-support:<bool> - Require hibernate support (true,false)
797797
* - ghr-ec2-require-encryption-in-transit:<bool> - Require encryption in-transit (true,false)
798-
* - ghr-ec2-baseline-performance-cpu-family:<family> - CPU baseline performance family
798+
* - ghr-ec2-baseline-performance-factors-cpu-reference-families:<families> - CPU baseline performance reference families (comma-separated)
799799
*
800800
* Example:
801801
* 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)