adoroszlai opened a new pull request, #4449:
URL: https://github.com/apache/ozone/pull/4449

   ## What changes were proposed in this pull request?
   
   Coverage check is executed only for commits in `apache/ozone`, i.e. neither 
for pull requests in `apache/ozone`, nor for any event in forks (HDDS-4801).  
However, coverage data is still collected during test runs, which (1) uses 
space unnecessarily in result bundles, and (2) takes a tiny bit of time to 
execute.  This PR disables JaCoCo for the cases when its output is ignored.
   
   https://issues.apache.org/jira/browse/HDDS-8240
   
   ## How was this patch tested?
   
   JaCoCo is executed in CI simulating commit on `apache/ozone` repo:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/4489193839/jobs/7897102199#step:5:3513
   
   but skipped in fork:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/4489001536/jobs/7897164734#step:5:3560
   
   `jacoco*.exec` files are not present in the artifacts produced by the latter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to