Skip to content

Commit f6054b3

Browse files
docs: update function docs for parseEc2OverrideConfig
1 parent 742b605 commit f6054b3

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
@@ -728,13 +728,13 @@ async function createJitConfig(githubRunnerConfig: CreateGitHubRunnerConfig, ins
728728
* - ghr-ec2-block-device-virtual-name:<name> - Virtual device name (ephemeral storage)
729729
* - ghr-ec2-block-device-no-device:<string> - Suppresses device mapping
730730
*
731-
* Pricing:
732-
* - ghr-ec2-spot-max-price-percentage:<num> - Spot max price as % over lowest price
733-
* - ghr-ec2-on-demand-max-price-percentage:<num> - On-demand max price as % over lowest price
734-
* - ghr-ec2-max-spot-price-percentage-optimal:<num> - Max spot price as % of optimal on-demand
731+
* Pricing & Advanced:
732+
* - ghr-ec2-spot-max-price-percentage-over-lowest-price:<num> - Spot max price as % over lowest price
733+
* - ghr-ec2-on-demand-max-price-percentage-over-lowest-price:<num> - On-demand max price as % over lowest price
734+
* - ghr-ec2-max-spot-price-as-percentage-of-optimal-on-demand-price:<num> - Max spot price as % of optimal on-demand
735735
* - ghr-ec2-require-hibernate-support:<bool> - Require hibernate support (true,false)
736736
* - ghr-ec2-require-encryption-in-transit:<bool> - Require encryption in-transit (true,false)
737-
* - ghr-ec2-baseline-performance-cpu-family:<family> - CPU baseline performance family
737+
* - ghr-ec2-baseline-performance-factors-cpu-reference-families:<families> - CPU baseline performance reference families (comma-separated)
738738
*
739739
* Example:
740740
* 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)