Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 7868d509dd33af30f57de76d8fd67117cf23c8a7 https://github.com/tianocore/edk2/commit/7868d509dd33af30f57de76d8fd67117cf23c8a7 Author: Michael Kubacki <michael.kuba...@microsoft.com> Date: 2024-07-27 (Sat, 27 Jul 2024)
Changed paths: M .azurepipelines/templates/pr-gate-build-job.yml Log Message: ----------- .azurepipelines: Disable the PR gate code coverage job REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4819 Code Coverage was added to PR pipelines in 89c5d90 and is currently running on every pull request. It is run in a separate job that is queued after all builds from the build matrix have completed. This means it extends the entire pipeline run by placing it at the beginning of the build queue right when it should be finished. In turn, pipeline runs that should finish in 30 minutes are taking over 3 hours. This has a substantial impact on the developer efficiency of the entire community. This patch disables code coverage until a more sustainable solution can be swapped in. Users can still get code coverage locally. Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits