Skip to content

ci: isolate Docker image builders - #683

Merged
streamer45 merged 1 commit into
mainfrom
devin/1787514127-isolate-docker-builds
Aug 23, 2026
Merged

ci: isolate Docker image builders#683
streamer45 merged 1 commit into
mainfrom
devin/1787514127-isolate-docker-builds

Conversation

@staging-devin-ai-integration

@staging-devin-ai-integration staging-devin-ai-integration Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bind each CPU, GPU, and demo image build to the exact buildx builder created by its job, preventing same-host runners from sharing the implicit current builder or removing one another's builder mid-build.
  • Split the persistent local layer cache by image and create each directory before import, avoiding concurrent writers while retaining warm caches.
  • Add a lightweight workflow invariant check to the normal lint path so builder/cache isolation cannot be removed unnoticed.

Review & Validation

  • Run the Docker workflow with push=false and confirm each concurrent job reports the same builder name created by its own setup-buildx step.

Notes

Focused workflow validation and git diff --check pass. Full local just lint reached cargo deny but the installed CLI rejected the existing --metadata-path argument; this PR does not alter that unrelated tool mismatch.

Link to Devin session: https://staging.itsdev.in/sessions/738c0703efe441cb80769d070c318be6
Open in Devin Desktop: https://staging.itsdev.in/desktop/session/738c0703efe441cb80769d070c318be6?variant=devin-insiders
Requested by: @streamer45


Devin Review

Status Commit
🟢 Reviewed 7504c9f
Devin Review (Staging)

Signed-off-by: streamkit-devin <devin@streamkit.dev>
@staging-devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@staging-devin-ai-integration staging-devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review (Staging)
Debug

Playground

@streamer45
streamer45 merged commit 64dcfda into main Aug 23, 2026
30 checks passed
@streamer45
streamer45 deleted the devin/1787514127-isolate-docker-builds branch August 23, 2026 20:09
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