Skip to content

Template: add additional fusion specific exit codes#4180

Merged
mashehu merged 2 commits intonf-core:devfrom
mashehu:add-fusion-error-codes
Apr 8, 2026
Merged

Template: add additional fusion specific exit codes#4180
mashehu merged 2 commits intonf-core:devfrom
mashehu:add-fusion-error-codes

Conversation

@mashehu
Copy link
Copy Markdown
Contributor

@mashehu mashehu commented Apr 8, 2026

based on comment on slack from @FelixKrueger

Hi all, I just got off a call with folks from Seqera to nail and fix teething issues with Fusion Snapshots on AWS instances. We noticed that the default errorStrategy of nf-core pipelines does not currently include Fusion Snapshot error codes.
I propose that errors 175, 176 and 177 get added to the default strategy like so:
errorStrategy = { task.exitStatus in ((130..145) + (175..177) + 104) ? 'retry' : 'finish' }

Continuation from #3564

@mashehu mashehu requested a review from FelixKrueger April 8, 2026 14:02
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.53%. Comparing base (2f8094b) to head (a2f18a0).
⚠️ Report is 8 commits behind head on dev.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@FelixKrueger FelixKrueger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mashehu
Copy link
Copy Markdown
Contributor Author

mashehu commented Apr 8, 2026

@nf-core-bot changelog

@mashehu mashehu merged commit 0c6ec6e into nf-core:dev Apr 8, 2026
194 of 195 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants