Skip to content

Commit

Permalink
Add Warning when Cloudinfo fails in Google Batch machine type selecti…
Browse files Browse the repository at this point in the history
…on (#5649) [ci fast]



Signed-off-by: jorgee <jorge.ejarque@seqera.io>
Signed-off-by: Jorge Ejarque <jorgee@users.noreply.github.com>
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
jorgee and pditommaso authored Jan 17, 2025
1 parent f81da8c commit 5aef532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class GoogleBatchTaskHandler extends TaskHandler implements FusionAwareTask {
}
}
catch (Exception e) {
log.debug "[GOOGLE BATCH] Cannot select machine type using Seqera Cloudinfo for task: `${task.lazyName()}` - ${e.message}"
log.warn "Cannot determine the machine type to be used for task: `${task.lazyName()}` - If this problem persists disable disable the Cloudinfo service by setting the variable NXF_CLOUDINFO_ENABLED=false in your environment", e
}

// Check if a specific machine type was provided by the user
Expand Down

0 comments on commit 5aef532

Please sign in to comment.