fix: bump tw CLI to v0.31.0 across all workflows#78
Merged
Conversation
v0.15.0 predates tower-cli#520 (Jun 2025), which fixes a NullPointerException in `runs dump` for nextflow `-with-tower` launches. Align production (v0.29.1) and the remaining workflows (v0.15.0) on v0.31.0 to unblock the clearup-and-delete job that currently fails with "Unexpected error while processing request" during the dump step. Generated by Claude Code
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
twCLI download in every workflow to v0.31.0.seqera-showcase-production.yml(was v0.29.1) and the other five workflow files (still on v0.15.0) onto a single version.Why
The staging run 25724525353 failed in the
finish workflowstep with:v0.15.0 (mid-2024) predates tower-cli#520 (Jun 2025) — "fix: nullpointerexception when running runs dump for a nextflow -with-tower run" — which handles null launch fields in JSON output and catches exceptions while downloading workflow logs. The runs in this pipeline are launched via
tw launch(-with-tower), which is exactly the path that fix addresses.The CLI flag layout (
-o json runs dump -id … -o … -w …) is unchanged between v0.15.0 and v0.31.0, so no Python changes are needed.Test plan
seqera-showcase-autotest-stagingviaworkflow_dispatchand confirm theclearup-and-deletejob'sfinish workflowstep succeeds end-to-end (runs dump + Slack post + delete).tower checkstep printsTower CLI version 0.31.0in both jobs.