diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2021-06-11 10:15:13 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-21 20:43:42 +0000 |
commit | 21744a704205984a7baaa30bd493c9a7e725295b (patch) | |
tree | c3969d376ae31dc8ceba7d09f90b7a3c65663347 | |
parent | dc3684ec842e08fa159e0e3432ce592c6e6b0c69 (diff) | |
download | mongo-21744a704205984a7baaa30bd493c9a7e725295b.tar.gz |
SERVER-57327 split ninja next into separate task groups
(cherry picked from commit 9f8927ed80aeeefab63238b83f8a66511a203312)
-rw-r--r-- | etc/evergreen.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 341cffaa2a5..01cda02ca8e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7120,7 +7120,6 @@ task_groups: - <<: *compile_task_group_template name: compile_ninja_next_TG tasks: - - compile_build_tools_next - compile_ninja_next - <<: *compile_task_group_template @@ -7554,10 +7553,15 @@ buildvariants: - name: compile_ninja_next_TG distros: - ubuntu1804-build + - name: compile_build_tools_next_TG + distros: + - ubuntu1804-build - name: libdeps_graph_linting_TG distros: - ubuntu1804-build - name: compile_ninja_TG + distros: + - ubuntu1804-build - name: .aggfuzzer .common - name: audit - name: causally_consistent_jscore_txns_passthrough @@ -7763,10 +7767,6 @@ buildvariants: - name: compile_test_and_package_serial_TG distros: - ubuntu2004-large - - name: compile_ninja_next_TG - distros: - - ubuntu2004-large - - name: compile_ninja_TG - name: .aggfuzzer .common !.multiversion - name: audit - name: causally_consistent_jscore_txns_passthrough @@ -8606,6 +8606,9 @@ buildvariants: - name: compile_ninja_next_TG distros: - windows-vsCurrent-large + - name: compile_build_tools_next_TG + distros: + - windows-vsCurrent-large - name: audit # Do not add more tasks to this list. @@ -8712,6 +8715,7 @@ buildvariants: tasks: - name: compile_test_and_package_serial_TG - name: compile_ninja_next_TG + - name: compile_build_tools_next_TG - name: libdeps_graph_linting_TG - name: audit - name: auth_audit_gen |