summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRui Zhang <rui.zhang@mongodb.com>2015-11-18 12:03:26 -0800
committerRui Zhang <rui.zhang@mongodb.com>2015-11-18 12:03:26 -0800
commitb097fd8b0740e903ef4bbb54ea1a8078be449c36 (patch)
tree2e0e62b97a37dae54cb8bbb601f1ad196437df79 /etc
parentd91511f1616ba5f72a6ae74dae9f49a690430952 (diff)
downloadmongo-b097fd8b0740e903ef4bbb54ea1a8078be449c36.tar.gz
SERVER-21261 distributed correctness: use the correct cluster
Diffstat (limited to 'etc')
-rw-r--r--etc/distributed_correctness.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/distributed_correctness.yml b/etc/distributed_correctness.yml
index 8543be6819c..a63a787ab60 100644
--- a/etc/distributed_correctness.yml
+++ b/etc/distributed_correctness.yml
@@ -64,6 +64,7 @@ functions:
# create all resources and instances
./setup-cluster.sh
echo "EC2 Cluster CREATED."
+ touch terraform.tfstate.backup
tar -czvf cluster_config.tgz ips.sh terraform.tfstate.backup terraform.tfstate
- command: s3.put
params:
@@ -116,9 +117,7 @@ functions:
set -v
cd ./clusters/${cluster}
cat ips.sh
- cat run-${test}.json
./update_run_config.sh
- cat run-${test}.json
rm -rf ./reports
rm -f ../../reports.tgz
echo "Run test for ${test} with setup ${setup}"
@@ -234,6 +233,9 @@ tasks:
set -v
${scons|scons} ${compile_flags|} core
mkdir -p mongodb/bin
+ strip mongo
+ strip mongod
+ strip mongos
mv mongo mongodb/bin
mv mongod mongodb/bin
mv mongos mongodb/bin
@@ -352,7 +354,7 @@ buildvariants:
expansions:
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release
setup: standalone
- cluster: single
+ cluster: single-correctness
numShard: 0
run_on:
- "linux-64-amzn-perf-standalone"