rapidsai / rapidsai/shared-workflows
build-in-devcontainer: not cancellable in the GitHub UI?
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8
- Forks
- 33
- Avg merge
- 23h 51m
- Merged PRs (30d)
- 19
Description
Description
Today, I observed something like this on a cudf PR:
- apply a suggestion from the GitHub UI (that creates a new commit)
- immediately after, click "update branch" in the GitHub UI (created a new merge commit pulling in latest
main) - observe all jobs on the CI run from the first commit auto-cancelled except
devcontainerjobs - try to manually cancel the old workflow run by clicking "Cancel Workflow"
- GitHub UI says "You have successfully requested the workflow to be cancelled"
devcontainerjobs not cancelled (even after 10 minutes), next CI run stuck inPendinguntil they finished
I don't know if this was GitHub issue (temporary or permanent), specific to the build-in-devcontainer workflow (maybe it doesn't respect OS signals?) or something else... just opening to track.
Notes
Details:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the build-in-devcontainer jobs in the shared workflow and compare their cancellation behavior with the other jobs in pr.yaml. Reproduce or inspect the runs linked from cudf PR #21464, then determine whether cancelling the old workflow stops those jobs and prevents the next run from remaining Pending.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100