Skip to content

Run the docker cleanup on a GitHub runner - #2710

Draft
huydhn wants to merge 1 commit into
mainfrom
osdc/docker-cleanup-github
Draft

huydhn wants to merge 1 commit into
mainfrom
osdc/docker-cleanup-github

Conversation

@huydhn

@huydhn huydhn commented Sep 25, 2026

Copy link
Copy Markdown
Contributor

clean-nightly-docker.yml moves from linux.2xlarge to ubuntu-24.04.

Despite the name the job never touches Docker — it only calls actions/delete-package-versions against the GitHub packages API, so it has no reason to hold a self-hosted box.

build-nightly-docker.yml is not included. It builds the image, then docker runs it to read torch.__version__ out of the result before tagging and pushing. On OSDC the build happens on an out-of-cluster BuildKit pool and the image never lands on the runner, and there is no local daemon to run it with. Moving it means deriving the version without executing the image, which is a change to what the job does rather than to where it runs.

Authored with Claude Code.

The job only calls the package-deletion API; it never touches Docker, so it
does not need a self-hosted box.

This branch had an error being deployed

1 failed deployment
docker-s3-upload — 86ca3c8a Deployed Sep 25, 2026 by huydhn via Test cpu #1680
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.

1 participant