ci: remove stale docker-build PR status workflows - #425
Merged
Conversation
Signed-off-by: Swarom Muley <smuley@nvidia.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
📝 WalkthroughWalkthroughRemoves three GitHub Actions workflows: ChangesDocker Build Workflow Removal
Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
|
crookedstorm
pushed a commit
that referenced
this pull request
Jun 24, 2026
Signed-off-by: Swarom Muley <smuley@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
This removes the old
docker-buildPR status path:Why
That status used to stand in for Docker build coverage that was not directly visible in this repo. That is no longer the right tradeoff.
The missing container build coverage now runs in this repo's own CI after #423, and the old commit status was hard to act on when it failed or timed out. Contributors could see that
docker-buildfailed, but the status did not give them a useful repo-local job to inspect or rerun.This keeps the PR check surface simpler: Docker build signal comes from visible CI jobs, not a separate commit status with poor diagnostics.
Validation
actionlint .github/workflows/*.yaml .github/workflows/*.ymlgit diff --check HEAD~1..HEADrg -n "docker-build|DOCKER_BUILD_TIMEOUT_MIN|Commit statuses" .github docs release scripts tests packages services pyproject.toml README.md