ci: extend release timeout to 3h, remove python stub check#7603
Merged
Conversation
- Increase MAX_WAIT from 1h to 3h in release-monthly workflow - Remove check-python-stubs job (we don't check in .pyi stubs anymore) - Remove stub upload step from build-matrix - Remove check-python-stubs from ci-complete needs
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to make the monthly release pipeline more tolerant of long-running CI runs and to remove the Python stub verification path from CI.
Changes:
- Extend the release workflow’s “wait for CI” timeout from 1 hour to 3 hours.
- Remove the
check-python-stubsjob and the PR-only wheel artifact upload used for stub verification. - Update
ci-completedependencies to drop the removed job.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/release-monthly.yml | Increases the maximum wait time while polling for the tag-triggered CI run to finish. |
| .github/workflows/osrm-backend.yml | Removes Python stub-check workflow logic and updates ci-complete job dependencies accordingly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
739
to
742
| ci-complete: | ||
| runs-on: ubuntu-latest | ||
| needs: [build-matrix, vcpkg-windows-release-bindings, docker-image-matrix, check-python-stubs] | ||
| needs: [build-matrix, vcpkg-windows-release-bindings, docker-image-matrix] | ||
| if: github.repository == 'Project-OSRM/osrm-backend' |
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.
Issue
What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here.
Please read our documentation on release and version management.
If your PR is still work in progress please attach the relevant label.
Was this change primarily generated using an AI tool?
Kindly make this transparent and disclose which tool / model you have been using.
Please note our contribution guidlines on the use of AI tools.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?