Skip to content

Commit 14f5a20

Browse files
docs: update function docs for parseEc2OverrideConfig
1 parent ec10436 commit 14f5a20

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
@@ -768,13 +768,13 @@ async function createJitConfig(githubRunnerConfig: CreateGitHubRunnerConfig, ins
768768
* - ghr-ec2-block-device-virtual-name:<name> - Virtual device name (ephemeral storage)
769769
* - ghr-ec2-block-device-no-device:<string> - Suppresses device mapping
770770
*
771-
* Pricing:
772-
* - ghr-ec2-spot-max-price-percentage:<num> - Spot max price as % over lowest price
773-
* - ghr-ec2-on-demand-max-price-percentage:<num> - On-demand max price as % over lowest price
774-
* - ghr-ec2-max-spot-price-percentage-optimal:<num> - Max spot price as % of optimal on-demand
771+
* Pricing & Advanced:
772+
* - ghr-ec2-spot-max-price-percentage-over-lowest-price:<num> - Spot max price as % over lowest price
773+
* - ghr-ec2-on-demand-max-price-percentage-over-lowest-price:<num> - On-demand max price as % over lowest price
774+
* - ghr-ec2-max-spot-price-as-percentage-of-optimal-on-demand-price:<num> - Max spot price as % of optimal on-demand
775775
* - ghr-ec2-require-hibernate-support:<bool> - Require hibernate support (true,false)
776776
* - ghr-ec2-require-encryption-in-transit:<bool> - Require encryption in-transit (true,false)
777-
* - ghr-ec2-baseline-performance-cpu-family:<family> - CPU baseline performance family
777+
* - ghr-ec2-baseline-performance-factors-cpu-reference-families:<families> - CPU baseline performance reference families (comma-separated)
778778
*
779779
* Example:
780780
* 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)