summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-04-19 14:20:29 -0400
committerdalyd <david.daly@mongodb.com>2017-04-19 14:54:21 -0400
commit398c98c623464efc16917cd1608a1417fd37220e (patch)
tree7bff81e930800691c68ee6727e2b17383492c343
parent3adbd34b05268d3ab7afd38da09ec738c482e5e5 (diff)
downloadmongo-398c98c623464efc16917cd1608a1417fd37220e.tar.gz
SERVER-28584: Remove initialsync_{WT|MMAPv1}_dr tasks from sys-perf
-rw-r--r--etc/system_perf.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index e7da4255f20..5ef6733ed1a 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -771,50 +771,6 @@ tasks:
- func: "make test log artifact"
- func: "analyze"
-- name: initialsync_WT_dr
- depends_on:
- - name: compile
- variant: linux-standalone
- commands:
- - func: "prepare environment"
- vars:
- storageEngine: "wiredTiger"
- setup: "replica-2node.dr"
- test: "initialSync"
- - func: "infrastructure provisioning"
- - func: "configure mongodb cluster"
- vars:
- storageEngine: "wiredTiger"
- setup: "replica-2node.dr"
- - func: "run test"
- vars:
- storageEngine: "wiredTiger"
- test: "initialSync"
- - func: "make test log artifact"
- - func: "analyze"
-
-- name: initialsync_MMAPv1_dr
- depends_on:
- - name: compile
- variant: linux-standalone
- commands:
- - func: "prepare environment"
- vars:
- storageEngine: "mmapv1"
- setup: "replica-2node.dr"
- test: "initialSync"
- - func: "infrastructure provisioning"
- - func: "configure mongodb cluster"
- vars:
- storageEngine: "mmapv1"
- setup: "replica-2node.dr"
- - func: "run test"
- vars:
- storageEngine: "mmapv1"
- test: "initialSync"
- - func: "make test log artifact"
- - func: "analyze"
-
- name: initialsync-logkeeper_WT
depends_on:
- name: compile
@@ -974,8 +930,6 @@ buildvariants:
tasks:
- name: initialsync_WT
- name: initialsync_MMAPv1
- - name: initialsync_WT_dr
- - name: initialsync_MMAPv1_dr
- name: linux-replSet-initialsync-logkeeper
display_name: Linux ReplSet Initial Sync LogKeeper