-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a GH workflow for testing conflicts in Beam's dependencies. #26170
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26170 +/- ##
==========================================
- Coverage 71.18% 71.16% -0.02%
==========================================
Files 787 787
Lines 103288 103311 +23
==========================================
- Hits 73523 73521 -2
- Misses 28282 28302 +20
- Partials 1483 1488 +5
Flags with carried forward coverage won't be shown. Click here to find out more. see 8 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Run Python_Coverage PreCommit |
9698aaa
to
25491f3
Compare
Assigning reviewers. If you would like to opt out of this review, comment R: @pabloem for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment R: @jrmccluskey for label python. Available commands:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM - we can monitor this job over the next few days to make sure its behaving correctly once merged as well.
This workflow will be used to find out if there are any dependency conflicts when dependencies in
sdks/python/setup.py
are updated and not updated in the container base_image_requirements atsdks/python/container/py**/base_image_requirements.txt
.If this workflow fails, contributor would need to generate requirements to resolve any dependency conflicts.
Part of #25668
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.