Skip to content

Release Workflow: Fix workflow edge case#8792

Merged
lstein merged 4 commits intomainfrom
lstein/release/fix-docker-build
Jan 30, 2026
Merged

Release Workflow: Fix workflow edge case#8792
lstein merged 4 commits intomainfrom
lstein/release/fix-docker-build

Conversation

@lstein
Copy link
Copy Markdown
Collaborator

@lstein lstein commented Jan 27, 2026

Summary

During the CUDA-enabled docker build, workflow jobs were failing when they tried to call swapoff on a missing /mnt/swapfile file. The missing swapfile is a known problem in some runnables. This PR checks for the existence of the file before it tries to manipulate it, and will hopefully fix the action so that it runs to completion.

Related Issues / Discussions

None reported.

QA Instructions

Not needed. Already tested working.

Merge Plan

Simple merge.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added the CI-CD Continuous integration / Continuous delivery label Jan 27, 2026
@lstein lstein assigned dunkeroni and blessedcoolant and unassigned dunkeroni Jan 28, 2026
@lstein lstein added the v6.11.0 Intended for release 6.11.0 label Jan 29, 2026
@lstein lstein enabled auto-merge (squash) January 30, 2026 00:59
@lstein lstein merged commit 5fc950b into main Jan 30, 2026
14 checks passed
@lstein lstein deleted the lstein/release/fix-docker-build branch January 30, 2026 01:02
dunkeroni pushed a commit to dunkeroni/InvokeAI that referenced this pull request Feb 2, 2026
* release(docker): fix workflow edge case that prevented CUDA build from completing

* bugfix(release): fix yaml syntax error

* bugfix(CI/CD): fix similar problem in typegen check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-CD Continuous integration / Continuous delivery v6.11.0 Intended for release 6.11.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants