Skip to content

Attempt to fix CI Cancel button#5196

Draft
myurasov-nv wants to merge 5 commits intoisaac-sim:developfrom
myurasov-nv:my-ci-fix-6
Draft

Attempt to fix CI Cancel button#5196
myurasov-nv wants to merge 5 commits intoisaac-sim:developfrom
myurasov-nv:my-ci-fix-6

Conversation

@myurasov-nv
Copy link
Copy Markdown
Member

Add signal traps and cleanup improvements so the CI Cancel button reliably stops running Docker containers.

@github-actions github-actions bot added bug Something isn't working infrastructure labels Apr 7, 2026
docker wait swallows SIGINT/SIGTERM, causing a 10s delay before the
runner force-kills the process tree — and even then the detached
container keeps running. Fix by installing a trap that calls docker kill
on the container as soon as the first signal arrives, and using
background docker wait + bash wait builtin so the trap can fire.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant