summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r--buildscripts/resmokelib/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index a3e207f8e2b..b3ff831669a 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -55,6 +55,7 @@ DEFAULTS = {
"shellReadMode": None,
"shellWriteMode": None,
"shuffle": False,
+ "staggerJobs": None,
"storageEngine": None,
"storageEngineCacheSizeGB": None,
"taskId": None,
@@ -145,6 +146,9 @@ SHELL_WRITE_MODE = None
# alphabetical (case-insensitive) order.
SHUFFLE = None
+# If true, the launching of jobs is staggered in resmoke.py.
+STAGGER_JOBS = None
+
# If set, then all mongod's started by resmoke.py and by the mongo shell will use the specified
# storage engine.
STORAGE_ENGINE = None