We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3613189 + 695de7c commit 20a527aCopy full SHA for 20a527a
internal/command/prepare.go
@@ -76,7 +76,7 @@ func executePrepare(ctx context.Context, env gitlab.Environment) error {
76
77
instance, err := controller.WaitForInstanceToBeScheduled(ctx, instanceId)
78
if err != nil {
79
- return fmt.Errorf("failed to wait for instance %q to be scheduled: %w", instanceId, err)
+ return gitlab.TransientError(fmt.Errorf("failed to wait for instance %q to be scheduled: %w", instanceId, err))
80
}
81
82
log.Colorf("VM %s (%s) is ready for work on node %s (%s)\n", instance.VMInfo.Name, instance.Id, instance.Node.Name, instance.Node.IP)
0 commit comments