You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Verda cloud deploy to accept CPU-only spot instance types.
Keep the multi-GPU guard in place so large GPU shapes remain blocked.
This lets e2e workers use CPU capacity when GPUs are not required.
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
cmd.Flags().StringArrayVar(&opts.SSHKeyIDs, "ssh-key-id", opts.SSHKeyIDs, "Verda SSH key ID to attach (repeatable)")
282
-
cmd.Flags().StringVar(&opts.LocationCode, "location-code", opts.LocationCode, "Verda location code; defaults to cheapest currently available spot location")
282
+
cmd.Flags().StringVar(&opts.LocationCode, "location-code", opts.LocationCode, "Verda location code; defaults to source OS volume location")
0 commit comments