summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Timmons <ryan.timmons@10gen.com>2020-08-05 11:40:21 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-05 16:25:38 +0000
commit8cc74d5cacb1efbf0831c1e795b76a1d88ecc7a2 (patch)
treeec457b772fdbdda351d3f472c856bd924dc17140
parent17ba74297882a375c31251b21b936f5b20b9fc7c (diff)
downloadmongo-8cc74d5cacb1efbf0831c1e795b76a1d88ecc7a2.tar.gz
Revert "SERVER-49097 Make sys-perf builds closer to release builds"
This reverts commit 3b9760cd56df018f3a6877930a25d0cd29d9f024.
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml2
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 6439e66e7ff..4a761968922 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -613,7 +613,7 @@ buildvariants:
# We are explicitly tracking the rhel62 variant compile options from evergreen.yml for
# microbenchmarks, since they run on the centos6 boxes. If we can get proper artifacts directly
# from that project, we should do that and remove the compile tasks.
- compile_flags: --ssl --separate-debug MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
mongod_exec_wrapper: &exec_wrapper "numactl --physcpubind=4,5,6,7 -i 1"
perf_exec_wrapper: &perf_wrapper "numactl --physcpubind=1,2,3 -i 0"
mongod_flags: >-
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 434374e0d6b..587090bb9e3 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -917,7 +917,6 @@ buildvariants:
compile_flags: >-
--ssl
MONGO_DISTMOD=linux-64-amzn-build
- --separate-debug
-j$(grep -c ^processor /proc/cpuinfo)
--release
--variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
@@ -967,7 +966,6 @@ buildvariants:
<<: *compile-linux-64-amzn-expansions
compile_flags: >-
--ssl
- --separate-debug
MONGO_DISTMOD=rhel70
-j$(grep -c ^processor /proc/cpuinfo)
--release