adoroszlai opened a new pull request #1909:
URL: https://github.com/apache/ozone/pull/1909
## What changes were proposed in this pull request?
Currently _coverage_ CI check:
1. calculates combined test coverage
2. uploads it to Sonar only for Apache Ozone repo and only for builds on
push/schedule
3. stores combined coverage in GitHub Actions artifact
Thus for PR in Apache Ozone and for all builds in forks, it only stores
coverage in the artifact. These expire in 30 days and I don't think anybody
really checks them manually.
I propose to completely skip _coverage_ check for PRs and in forks, instead
of only skipping upload to Sonar. This would save ~12 minutes for such builds.
https://issues.apache.org/jira/browse/HDDS-4801
## How was this patch tested?
https://github.com/adoroszlai/hadoop-ozone/runs/1849668371
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]