[
https://issues.apache.org/jira/browse/BEAM-4559?focusedWorklogId=113966&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-113966
]
ASF GitHub Bot logged work on BEAM-4559:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jun/18 23:10
Start Date: 20/Jun/18 23:10
Worklog Time Spent: 10m
Work Description: alanmyrvold commented on a change in pull request
#5705: [BEAM-4559] Fix typo in _ghprb suffix
URL: https://github.com/apache/beam/pull/5705#discussion_r196969465
##########
File path: .test-infra/jenkins/JobBuilder.groovy
##########
@@ -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)
Review comment:
There have been issues where long job names cause test failures, how about
_PR as the suffix?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 113966)
Time Spent: 2h 20m (was: 2h 10m)
> Post-Commit tests stability
> ---------------------------
>
> Key: BEAM-4559
> URL: https://issues.apache.org/jira/browse/BEAM-4559
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Mikhail Gryzykhin
> Assignee: Mikhail Gryzykhin
> Priority: Major
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> [https://docs.google.com/document/d/1sczGwnCvdHiboVajGVdnZL0rfnr7ViXXAebBAf_uQME/edit#heading=h.t71pj6h7rd0w]
> Follow up on design doc specified above and implement required code work.
> * Split existing post-commit tests jobs to automatically and manually
> triggered
> * Add tracking by JIRA bugs for failing test job
> * Create document describing post-commit failures handling policies
> * Add tests status badge to PR template
> * Create dashboard for post-commit tests
> * Detect and fix flaky java tests
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)