Skip to content
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 Python PreCommits that install RC dependencies #26083

Closed
wants to merge 5 commits into from

Conversation

AnandInguva
Copy link
Contributor

@AnandInguva AnandInguva commented Apr 3, 2023

Part of #25668.

This PR adds tests for Python PreCommit tests to install release-candidates(RCs) or pre-released version of Apache Beam's Python dependencies.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: 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, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

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)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #26083 (2b2ecfa) into master (e0e1398) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 2b2ecfa differs from pull request most recent head 81fd8f3. Consider uploading reports for the commit 81fd8f3 to get more accurate results

@@            Coverage Diff             @@
##           master   #26083      +/-   ##
==========================================
- Coverage   71.21%   71.18%   -0.04%     
==========================================
  Files         787      787              
  Lines      103330   103298      -32     
==========================================
- Hits        73588    73530      -58     
- Misses      28246    28286      +40     
+ Partials     1496     1482      -14     
Flag Coverage Δ
python 79.85% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AnandInguva
Copy link
Contributor Author

Example run with RCs installed on precommit tests: https://ci-beam.apache.org/job/beam_PreCommit_Python_Commit/27963/console

@github-actions github-actions bot added the infra label Apr 3, 2023
@AnandInguva
Copy link
Contributor Author

Run PythonRC_Dataframes PreCommit

@AnandInguva AnandInguva force-pushed the precommit-pre-deps branch 2 times, most recently from 404f7b0 to 870fad5 Compare April 10, 2023 19:02
build.gradle.kts Outdated Show resolved Hide resolved
@AnandInguva
Copy link
Contributor Author

Run PythonRC PreCommit

@AnandInguva
Copy link
Contributor Author

Run PythonRC_Transforms PreCommit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant