Skip to content

Move Python PreCommit middle versions to PostCommit#38347

Merged
Abacn merged 1 commit intomasterfrom
split-precommit
May 1, 2026
Merged

Move Python PreCommit middle versions to PostCommit#38347
Abacn merged 1 commit intomasterfrom
split-precommit

Conversation

@Abacn
Copy link
Copy Markdown
Contributor

@Abacn Abacn commented Apr 30, 2026

Please add a meaningful description for your change here

No longer run "middle" Python version for Python PreCommit(fallback/dataframe/transforms/runner/examples) for PR trigger. Historically we see few Python specific regressions caught by these tests

Python PreCommit ML remains untouched because I remember we do saw version specific issues for ML dependencies, and also PreCommit ML runs different tox target

This will decrease the number of workflows run in open PR by 3*5=15. These tests still run upon push event


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 or the workflows README to see a list of phrases to trigger workflows.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@github-actions github-actions Bot added the build label Apr 30, 2026
@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Apr 30, 2026

@Abacn Abacn force-pushed the split-precommit branch from 1028ebc to fa18d5c Compare April 30, 2026 18:33
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
files: '**/pytest*.xml'
large_files: true
- name: Cleanup
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part looks suspicious. While pods within a VM should be isolated, not sure it's related to recent elevated flakiness that random python tests failed for no reason

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Apr 30, 2026

R: @aIbrahiim @damccorm

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

Copy link
Copy Markdown
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - I think this is a good idea

Comment thread .github/workflows/beam_PostCommit_Python_Versions.yml
@Abacn Abacn merged commit 8fc2b6b into master May 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants