[ 
https://issues.apache.org/jira/browse/HBASE-19382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272254#comment-16272254
 ] 

Appy edited comment on HBASE-19382 at 11/30/17 7:16 AM:
--------------------------------------------------------

Nope.
Nightly jobs don't use this script. This job uses it  - 
https://builds.apache.org/job/HBase-Find-Flaky-Tests/.
So there are two things:
1) It's use is independent of branch since it just uses jenkins jobs' output 
for generating report. We can point it to any job, 1.2, 1.3, master, etc.
2) Right now, we have flaky list only for master, so that job goes to 
https://builds.apache.org/job/HBase Nightly/job/master/ (--urls param) to 
collect test results for master. Setting it up for another branch will require 
setting up another set of these two jobs - 
[HBase-Find-Flaky-Tests|https://builds.apache.org/job/HBase-Find-Flaky-Tests] 
and [HBASE-Flaky-Tests|https://builds.apache.org/job/HBASE-Flaky-Tests/].





was (Author: appy):
Nope.
Nightly jobs don't use this script. This job uses it  - 
https://builds.apache.org/job/HBase-Find-Flaky-Tests/.
Right now, we have flaky list for only master, so that job goes to 
https://builds.apache.org/job/HBase Nightly/job/master/ (--urls param) to 
collect test results for master.




> Update report-flakies.py script to handle yetus builds
> ------------------------------------------------------
>
>                 Key: HBASE-19382
>                 URL: https://issues.apache.org/jira/browse/HBASE-19382
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Appy
>            Assignee: Appy
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19382.master.001.patch
>
>
> With move to new nightly build which uses yetus 
> (https://builds.apache.org/job/HBase%20Nightly/job/master/), current 
> report-flakies.py is not able to build test report since maven output is not 
> in consoleText anymore. Update script to accept both traditional builds 
> (maven output in consoleTest, for flakies runner job)  and yetus builds 
> (maven output in artifacts).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to