summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2016-01-29 17:07:23 -0500
committerRobert Guo <robert.guo@10gen.com>2016-01-29 17:07:23 -0500
commitc532f7c7a970ad92949a0a2c48f36dae6dd3d5b4 (patch)
treeeec423d6b09f5f49034829ee36fc333675001b7a /etc
parent773e750ff1d2e9ec2b1e4ddfaf9908d2ffcae656 (diff)
downloadmongo-c532f7c7a970ad92949a0a2c48f36dae6dd3d5b4.tar.gz
SERVER-20907 run jstestfuzz on OS X
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml23
1 files changed, 21 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 2d590879c52..bae44a60f7a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -328,9 +328,10 @@ functions:
# Work around the issue by specifying a different %APPDATA% path.
# See: https://github.com/nodejs/node-v0.x-archive/issues/8141
export APPDATA=${workdir}/npm-app-data
- export PATH="$PATH:/cygdrive/c/Program Files (x86)/nodejs"
+ export PATH="$PATH:/cygdrive/c/Program Files (x86)/nodejs" # Windows location
else
- export PATH="$PATH:${workdir}/src/node-v0.12.7-linux-x64/bin"
+ export PATH="$PATH:/opt/node/bin" # OS X location
+ export PATH="$PATH:${workdir}/src/node-v0.12.7-linux-x64/bin" # Linux location
fi
# Run jstestfuzz self-tests; redirect to /dev/null to avoid polluting the logs.
@@ -3568,6 +3569,12 @@ buildvariants:
- name: jsCore_small_oplog_WT
- name: jsCore_small_oplog_rs
- name: jsCore_small_oplog_rs_WT
+ - name: jstestfuzz
+ - name: jstestfuzz_WT
+ - name: jstestfuzz_replication
+ - name: jstestfuzz_replication_WT
+ - name: jstestfuzz_sharded
+ - name: jstestfuzz_sharded_WT
- name: mmap
- name: mongosTest
- name: noPassthrough
@@ -3656,6 +3663,12 @@ buildvariants:
- name: jsCore_small_oplog_WT
- name: jsCore_small_oplog_rs
- name: jsCore_small_oplog_rs_WT
+ - name: jstestfuzz
+ - name: jstestfuzz_WT
+ - name: jstestfuzz_replication
+ - name: jstestfuzz_replication_WT
+ - name: jstestfuzz_sharded
+ - name: jstestfuzz_sharded_WT
- name: mmap
- name: mongosTest
- name: noPassthrough
@@ -3763,6 +3776,12 @@ buildvariants:
- name: ese_WT
- name: jsCore
- name: jsCore_auth
+ - name: jstestfuzz
+ - name: jstestfuzz_WT
+ - name: jstestfuzz_replication
+ - name: jstestfuzz_replication_WT
+ - name: jstestfuzz_sharded
+ - name: jstestfuzz_sharded_WT
- name: mmap
- name: replicasets_auth
- name: sasl