diff options
author | Ben Caimano <ben.caimano@10gen.com> | 2020-02-25 16:57:05 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-02 19:46:59 +0000 |
commit | 0f89b28128bce591388b20e38fd6c675eaac2b15 (patch) | |
tree | 6ff5844c850a44018a86ff16048b5719d642850f /etc | |
parent | 15d042e5ce044f136c6d2c6a79d09b23ae838d73 (diff) | |
download | mongo-0f89b28128bce591388b20e38fd6c675eaac2b15.tar.gz |
SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1
This commit also introduces a new variant to verify that
taskExecutorPoolSize=4 works correctly.
(cherry picked from commit ac7c4b8079b8927bab3fbabf179a5be125c9c4bf)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 62bfc2315bd..b2259440240 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -10668,6 +10668,32 @@ buildvariants: distros: - ubuntu1604-build +- name: enterprise-ubuntu-task-executor-pool-size-1604-64-bit + display_name: "~ Enterprise Ubuntu 16.04 (with {taskExecutorPoolSize: 4})" + batchtime: 1440 # 1 day + run_on: + - ubuntu1604-test + modules: + - enterprise + expansions: + scons_cache_scope: shared + compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars + test_flags: |- # Set the taskExecutorPoolSize for all tests + --mongosSetParameters="taskExecutorPoolSize: 4" + tasks: + - name: compile_all_run_unittests_TG + distros: + - ubuntu1604-build + - name: .aggregation !.no_async + - name: .sharding .auth + - name: .sharding .causally_consistent !.wo_snapshot + - name: .concurrency .common !.kill_terminate + - name: .integration !.audit + - name: .jscore .common + - name: .logical_session_cache .one_sec + - name: .sharding .jscore !.wo_snapshot !.multi_stmt + - name: .sharding .common !.csrs + - name: shared-scons-cache-pruning display_name: "Shared SCons Cache Pruning" run_on: |