In order to reduce the makespan on Enterprise RHEL 62 (and possibly others), the proposal is to move compile_all into its own task group - thereby allowing it to be scheduled and executed independent of compile_all_run_unittests_TG. While this is less efficient from a processing perspective, it will allow us to start on the longest running tasks early and therefore reduce makespan. We can claw back some of this duplicate processing by also moving the unit test execution to compile_all - but that presents a larger experience change that will be capture in a future ticket.
- is related to
-
SERVER-34709 The compile_all task runs longer than expected when run on the same host as compile_unittests
- Closed
-
SERVER-33963 Use an Evergreen task group for compile-related tasks
- Closed