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

[BEAM-4559] Fix typo in _ghprb suffix #5705

Merged
merged 3 commits into from
Jun 21, 2018

Conversation

Ardagan
Copy link
Contributor

@Ardagan Ardagan commented Jun 20, 2018

Scripts are working correctly, but change in suffix is required.


Follow this checklist to help us incorporate your contribution quickly and easily:

  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

It will help us expedite review of your Pull Request if you tag someone (e.g. @username) to look at it.

@Ardagan
Copy link
Contributor Author

Ardagan commented Jun 20, 2018

@swegner
@kennknowles

@@ -42,7 +42,7 @@ class JobBuilder {
jobDefinition = {}) {
JobBuilder jb = new JobBuilder(scope, jobDefinition)
jb.defineAutoPostCommitJob(nameBase)
jb.defineGhprbTriggeredJob(nameBase + "_hgprb", triggerPhrase, githubUiHint, false)
jb.defineGhprbTriggeredJob(nameBase + "_PullRequest", triggerPhrase, githubUiHint, false)
Copy link
Member

Choose a reason for hiding this comment

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

There have been issues where long job names cause test failures, how about _PR as the suffix?

@jasonkuster jasonkuster merged commit 9d5cbc4 into apache:master Jun 21, 2018
@Ardagan Ardagan deleted the SplitJobsImprovements branch June 21, 2018 01:43
charlesccychen pushed a commit to charlesccychen/beam that referenced this pull request Jul 24, 2018
charlesccychen pushed a commit to charlesccychen/beam that referenced this pull request Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants