Default Linode instance to nanode-1 — standard-2 was 4x the cost for no gain

This commit is contained in:
n0mad1k
2026-04-30 23:27:22 -04:00
parent 4c60ba114d
commit 3f2bc447a4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ def gather_webrunner_parameters() -> dict | None:
# Apply per-provider instance defaults if not set by gather_provider_config
if 'linode_instance_type' not in config:
config['linode_instance_type'] = DEFAULT_INSTANCE.get('linode', 'g6-standard-2')
config['linode_instance_type'] = DEFAULT_INSTANCE.get('linode', 'g6-nanode-1')
if 'aws_instance_type' not in config:
config['aws_instance_type'] = DEFAULT_INSTANCE.get('aws', 't3.small')