Improve Azure Batch VM image diagnostics and fix stale 24.04 docs#7200
Merged
Conversation
Log the list of supported VM images when no matching image is found to aid troubleshooting pool creation failures. Also fix two stale Ubuntu 22.04 / centos 8 references missed when the default image was updated to Ubuntu 24.04 (#6844). Co-Authored-By: Claude Opus 4.8 <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
✅ Deploy Preview for nextflow-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of diagnostic and documentation improvements from the STABLE-25.10.x branch (cherry-picked from
114d0e4c), with the parts already present on master excluded.docs/azure.mdthat was missed when the default image was updated to Ubuntu 24.04 (Update default Azure Batch VM image to Ubuntu 24.04 #6844).batch.node.centos 8default shown in theskuconfig@Description(nowbatch.node.ubuntu 24.04).Note: the
DEFAULT_SKUconstant and the pool-id test hash are already correct on master via #6844, so they are intentionally not part of this change.Test plan
AzBatchServiceTestcontinues to pass (pool-id hash unchanged on master).🤖 Generated with Claude Code