[ 
https://issues.apache.org/jira/browse/BEAM-5154?focusedWorklogId=135132&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-135132
 ]

ASF GitHub Bot logged work on BEAM-5154:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Aug/18 19:59
            Start Date: 15/Aug/18 19:59
    Worklog Time Spent: 10m 
      Work Description: pabloem closed pull request #6231: [BEAM-5154] Add 
Junit results reporter to python postcommits
URL: https://github.com/apache/beam/pull/6231
 
 
   

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/job_PostCommit_Go_GradleBuild.groovy 
b/.test-infra/jenkins/job_PostCommit_Go_GradleBuild.groovy
index 92de7eac2d8..c3383c3126f 100644
--- a/.test-infra/jenkins/job_PostCommit_Go_GradleBuild.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Go_GradleBuild.groovy
@@ -19,7 +19,6 @@
 import CommonJobProperties as commonJobProperties
 import PostcommitJobBuilder
 
-
 // This is the Go postcommit which runs a gradle build, and the current set
 // of postcommit tests.
 PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go_GradleBuild', 'Run Go 
PostCommit',
diff --git a/.test-infra/jenkins/job_PostCommit_Python_Verify.groovy 
b/.test-infra/jenkins/job_PostCommit_Python_Verify.groovy
index 7e2a3f8353c..c80a74d9170 100644
--- a/.test-infra/jenkins/job_PostCommit_Python_Verify.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python_Verify.groovy
@@ -37,4 +37,10 @@ 
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Python_Verify', 'Run Python
       commonJobProperties.setGradleSwitches(delegate)
     }
   }
+
+  // Publish all test results to Jenkins. Note that Nose documentation
+  // specifically mentions that it produces JUnit compatible test results.
+  publishers {
+    archiveJunit('**/nosetests.xml')
+  }
 }


 

----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 135132)
    Time Spent: 0.5h  (was: 20m)

> Add TestResults reporter for python postcommit tests.
> -----------------------------------------------------
>
>                 Key: BEAM-5154
>                 URL: https://issues.apache.org/jira/browse/BEAM-5154
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Mikhail Gryzykhin
>            Assignee: Mikhail Gryzykhin
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We want to configure TestResults reporter for:
>  # tracking history of tests
>  # Auto Jira ticket creation on test failures.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to