[
https://issues.apache.org/jira/browse/BEAM-4559?focusedWorklogId=113985&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-113985
]
ASF GitHub Bot logged work on BEAM-4559:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jun/18 00:37
Start Date: 21/Jun/18 00:37
Worklog Time Spent: 10m
Work Description: jasonkuster closed pull request #5705: [BEAM-4559] Fix
typo in _ghprb suffix
URL: https://github.com/apache/beam/pull/5705
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/jenkins/JobBuilder.groovy
b/.test-infra/jenkins/JobBuilder.groovy
index b419eaa3458..72ba4681db6 100644
--- a/.test-infra/jenkins/JobBuilder.groovy
+++ b/.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 + "_PR", triggerPhrase, githubUiHint,
false)
}
private void defineAutoPostCommitJob(name) {
----------------------------------------------------------------
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: 113985)
Time Spent: 2.5h (was: 2h 20m)
> 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: 2.5h
> 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)