Skip to content

Migrate "beam_PostCommit_Python_ValidatesRunner_*" Jenkins jobs to GitHub Actions#28439

Merged
damccorm merged 3 commits intoapache:masterfrom
akvelon:beam_PostCommit_Python_ValidatesRunner
Sep 14, 2023
Merged

Migrate "beam_PostCommit_Python_ValidatesRunner_*" Jenkins jobs to GitHub Actions#28439
damccorm merged 3 commits intoapache:masterfrom
akvelon:beam_PostCommit_Python_ValidatesRunner

Conversation

@andreydevyatkin
Copy link
Copy Markdown
Contributor

The following jenkins jobs have been migrated:

How has it been tested?

The jobs have been tested on Self-hosted GKE runners ubuntu 20.04.
The following test cases are passed:

  • by manually running the job (workflow_dispatch)

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.

@github-actions github-actions Bot added the build label Sep 13, 2023
@github-actions
Copy link
Copy Markdown
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @damccorm for label build.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

cache-read-only: false
- name: Configure passenv for tox
run: |
sed -i '/^\[testenv\]$/,/^\[/ s/^passenv=TERM/passenv=TERM,CLOUDSDK_CONFIG/' sdks/python/tox.ini
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we just update the tox.ini file to incude CLOUDSDK_CONFIG in passenv? This is fragile and would break if you removed TERM from passenv.

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.

Added CLOUDSDK_CONFIG to the tox.ini file. Not sure if adding this variable will affect/cause some jobs to fail, but let's keep an eye on it.

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.

Had one comment, otherwise LGTM

@github-actions github-actions Bot added python and removed python labels Sep 14, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 14, 2023

Codecov Report

Merging #28439 (2b6b92d) into master (bdf67e8) will increase coverage by 0.02%.
Report is 10 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #28439      +/-   ##
==========================================
+ Coverage   72.30%   72.33%   +0.02%     
==========================================
  Files         683      683              
  Lines      100604   100709     +105     
==========================================
+ Hits        72745    72847     +102     
- Misses      26282    26285       +3     
  Partials     1577     1577              
Flag Coverage Δ
python 82.84% <ø> (+0.02%) ⬆️

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

see 18 files with indirect coverage changes

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

Comment thread sdks/python/tox.ini
@github-actions github-actions Bot added python and removed python labels Sep 14, 2023
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!

@damccorm
Copy link
Copy Markdown
Contributor

Will merge once checks complete

@damccorm damccorm merged commit fdcb08f into apache:master Sep 14, 2023
jrmccluskey pushed a commit to jrmccluskey/beam that referenced this pull request Sep 14, 2023
…tHub Actions (apache#28439)

* added beam_PostCommit_Python_ValidatesRunner jobs to GitHub Actions

* added beam_PostCommit_Python_ValidatesRunner jobs to GitHub Actions

* added beam_PostCommit_Python_ValidatesRunner jobs to GitHub Actions
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.

2 participants