mooc-software-testing
mooc-software-testing copied to clipboard
ignoring unnecessarily generated surefire report
In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime. The generation of this directory can be disabled by simply adding -DdisableXmlReport=true to the mvn command.
Please make it regenerated
On Mon, 20 Mar, 2023, 10:59 pm optimizing-ci-builds, < @.***> wrote:
In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime. The generation of this directory can be disabled by simply adding -DdisableXmlReport=true to the mvn command.
You can view, comment on, or merge this pull request online at:
https://github.com/SERG-Delft/mooc-software-testing/pull/28 Commit Summary
- 1785bad https://github.com/SERG-Delft/mooc-software-testing/pull/28/commits/1785bad9a61ed109030926bccb11663bb35ed43a disable xml report
File Changes
(1 file https://github.com/SERG-Delft/mooc-software-testing/pull/28/files)
- M .github/workflows/maven.yml https://github.com/SERG-Delft/mooc-software-testing/pull/28/files#diff-5dbf1a803ecc13ff945a08ed3eb09149a83615e83f15320550af8e3a91976446 (2)
Patch Links:
- https://github.com/SERG-Delft/mooc-software-testing/pull/28.patch
- https://github.com/SERG-Delft/mooc-software-testing/pull/28.diff
— Reply to this email directly, view it on GitHub https://github.com/SERG-Delft/mooc-software-testing/pull/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMSZAWXYFY6ZMO5GELASHY3W5CHZNANCNFSM6AAAAAAWBMT3HM . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Do you mean you want to keep generating the surefire reports? This project's build is being run on GH actions' machines and those machines are not saving the surefire reports. Therefore, continuing to generate the reports can slow down the build unnecessarily. If I am mistaken, please let me know.