summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-12-27 17:28:40 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-12-27 17:28:40 -0500
commitd40dec1355e8afaa19f39a9e6903a7aeec215574 (patch)
tree774816f80742ababc34427eaadadd730b88bb11b /etc
parentdd07fc6a7ab1ccf65198b789db0da0d6d630d907 (diff)
downloadmongo-d40dec1355e8afaa19f39a9e6903a7aeec215574.tar.gz
SERVER-37120 Remove initialsync-logkeeper task from sys-perf.
It requires supports for featureCompatibilityVersion=4.0.
Diffstat (limited to 'etc')
-rw-r--r--etc/system_perf.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 69a9a40b5ec..1d6966bbb5d 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -507,17 +507,6 @@ tasks:
- func: "run test"
- func: "analyze"
-- name: initialsync-logkeeper
- priority: 5
- exec_timeout_secs: 216000 # 2.5 days
- commands:
- - func: "prepare environment"
- vars:
- test: "initialsync-logkeeper"
- - func: "deploy cluster"
- - func: "run test"
- - func: "analyze"
-
- name: change_streams_throughput
priority: 5
commands:
@@ -734,24 +723,6 @@ buildvariants:
tasks:
- name: initialsync
-- name: linux-replSet-initialsync-logkeeper
- display_name: Linux ReplSet Initial Sync LogKeeper
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- setup: initialsync-logkeeper
- cluster: initialsync-logkeeper
- platform: linux
- storageEngine: wiredTiger
- project_dir: *project_dir
- run_on:
- - "rhel70-perf-initialsync-logkeeper"
- depends_on:
- - name: compile
- variant: compile-rhel70
- tasks:
- - name: initialsync-logkeeper
-
#######################################
# MMAP Buildvariants #
#######################################