Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AzBatchTaskHandler): Include other output files in final upload statement #5803

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adamrtalbot
Copy link
Collaborator

@adamrtalbot adamrtalbot commented Feb 20, 2025

The Azure Batch executor would sometimes fail to upload output files to storage, leaving failed jobs with no indication why. This PR adds the native Azure Batch output file directive for more files which will upload most of the auxiliary files to make it easier to debug failed pipelines.

I'm not 100% sure this will work, but I also can't see any major downside to including these files?

…statement

The Azure Batch executor would sometimes fail to upload output files to storage, leaving failed jobs with no indication why. This PR uploads more files to make it easier to debug failed pipelines.

Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 6c3e582
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/67b73885aaaf400008d1a12b

@adamrtalbot
Copy link
Collaborator Author

Screenshot of new output files declaration:
image

Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants