summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2018-04-12 15:03:50 -0400
committerBen Caimano <ben.caimano@10gen.com>2018-05-29 14:36:19 -0400
commitc30e4d2225120479077e8a78f3648d284215d9aa (patch)
treeb9ad16572158f22842c826303c4b9d6145f0f9db /etc
parent6865427f4a129fed40d7cba730b3cdb33b82d254 (diff)
downloadmongo-c30e4d2225120479077e8a78f3648d284215d9aa.tar.gz
SERVER-35181 Corrected function signatures for CpuProfilerCommand
Note that this also adds a RHEL 7.0 variant specifically for Dagger and gperftools
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml25
1 files changed, 21 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index d3100e467de..b28247cbce2 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -10072,13 +10072,14 @@ buildvariants:
- name: write_concern_majority_passthrough
- name: secondary_reads_passthrough
-- name: enterprise-rhel-70-64-bit
+- &enterprise-rhel-70-64-bit-template
+ name: enterprise-rhel-70-64-bit
display_name: "* Enterprise RHEL 7.0"
modules:
- enterprise
run_on:
- rhel70-small
- expansions:
+ expansions: &enterprise-rhel-70-64-bit-expansions-template
test_flags: --excludeWithAnyTags=requires_mmapv1
push_path: linux
push_bucket: downloads.10gen.com
@@ -10134,6 +10135,23 @@ buildvariants:
- ubuntu1604-packer
- name: push
+# This variant is to intentionally test uncommon features nightly
+- <<: *enterprise-rhel-70-64-bit-template
+ name: enterprise-rhel-70-64-bit-kitchen-sink
+ display_name: "~ Enterprise RHEL 7.0 (Dagger, gperftools)"
+ expansions:
+ <<: *enterprise-rhel-70-64-bit-expansions-template
+ compile_flags: --ssl --use-cpu-profiler MONGO_DISTMOD=rhel70 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ additional_targets: dagger
+ tasks:
+ - name: compile_all_run_unittests_TG
+ distros:
+ - rhel70
+ - name: compile_benchmarks
+ distros:
+ - rhel70
+ - name: jsCore
+
- name: ubuntu1604-debug
display_name: "* Ubuntu 16.04 DEBUG"
run_on:
@@ -10721,7 +10739,7 @@ buildvariants:
- name: enterprise-ubuntu1604-64
- display_name: Enterprise Ubuntu 16.04 (+Dagger)
+ display_name: Enterprise Ubuntu 16.04 (GCC 5.4)
modules:
- enterprise
run_on:
@@ -10745,7 +10763,6 @@ buildvariants:
gorootvars: 'PATH="/opt/go1.8/go/bin:/opt/mongodbtoolchain/v2/bin/:$PATH" GOROOT=/opt/go1.8/go'
tooltags: "-tags 'ssl sasl'"
build_mongoreplay: true
- additional_targets: dagger
display_tasks:
- *unittests
tasks: