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

Migrate "beam_PostCommit_Java_ValidatesRunner_*" Jenkins jobs to GitHub Actions #28390

Merged
merged 6 commits into from
Sep 14, 2023

Conversation

andreydevyatkin
Copy link
Collaborator

@andreydevyatkin andreydevyatkin commented Sep 11, 2023

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 11, 2023
@github-actions
Copy link
Contributor

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

R: @Abacn 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).

issue_comment:
types: [created]
schedule:
- cron: '0 */6 * * *'
Copy link
Contributor

Choose a reason for hiding this comment

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

Dataflow V2 ValidatesRunner jobs (batch/stream) took very long to complete (5-7h) - on Jenkins the schedule was adjusted to every 8 hrs

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! Bumped to 8 hrs and double checked for other jobs

issue_comment:
types: [created]
schedule:
- cron: '0 */6 * * *'
Copy link
Contributor

Choose a reason for hiding this comment

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

let's monitor how this schedule leads to. On Jenkiins the if the second job triggered and the first one not finished, it will be queued until the first one finish / or time out; here it will cancel the previous one. If that happens consider bumping all dataflow validrunner schedule to every 8 hr (or more)

strategy:
fail-fast: false
matrix:
job_name: [beam_PostCommit_Java_ValidatesRunner_Direct_Java]
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider suffix Java -> JavaVersions ? (Similar to FlinkVersions / SparkVersions we used for workflows with a matrix) - and same as other workflows having Java11/Java17

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated. Thanks!

@Abacn Abacn merged commit ec422db into apache:master Sep 14, 2023
5 checks passed
jrmccluskey pushed a commit to jrmccluskey/beam that referenced this pull request Sep 14, 2023
…ub Actions (apache#28390)

* # This is a combination of 2 commits.
# This is the 1st commit message:

added beam_PostCommit_Java_ValidatesRunner jobs to GitHub Actions

# This is the commit message #2:

Don't improperly filter newly-added elements that overlap with a delete.

* merge master into beam_PostCommit_Java_ValidatesRunner branch

* updated README file
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