-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a: DevOps engineer, I need to configure minimum and maximum runner counts per VM configuration
Why: So I can maintain a warm pool of runners
Acceptance Criteria:
- Configuration accepts
min_runnersandmax_runnersparameters - Validation ensures
min_runners<=max_runners - Backward compatible (
min_runners=0preserves current behavior)
Example Tests:
- Configuration with
min_runners: 2andmax_runners: 10for"Mac-M2"group validates successfully - Configuration with
min_runners: 0andmax_runners: 5works (pure ephemeral mode) - Configuration with
min_runners: 5andmax_runners: 3fails validation with clear error message - Multiple VM configurations can have different min/max settings (e.g., Mac-M2 has min=2/max=10, Mac-Intel has min=1/max=5)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request