summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRyan Timmons <ryan.timmons@10gen.com>2018-10-05 10:21:23 -0400
committerRyan Timmons <ryan.timmons@10gen.com>2018-10-05 10:21:23 -0400
commit955fc08dd184991074668155d66c7534b9cb55f3 (patch)
treeb55dccb5cd6aba3e39efb6f5c40b6036b5181eb1 /etc
parentc405add0814ea4cc819588d26fe315369319e010 (diff)
downloadmongo-955fc08dd184991074668155d66c7534b9cb55f3.tar.gz
SERVER-37438: System Performance: Compile Enterprise with Amazon Linux 2
Diffstat (limited to 'etc')
-rw-r--r--etc/system_perf.yml21
1 files changed, 18 insertions, 3 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index aa97764cdfd..d5b85b6886e 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -69,6 +69,7 @@ functions:
# We get the raw version string (r1.2.3-45-gabcdef) from git
MONGO_VERSION=$(git describe)
+
# If we're going to compile the upstream wtdevelop repository for wiredtiger, add
# that githash to version string.
if [ "${compile-variant|}" = "-wtdevelop" ]; then
@@ -663,7 +664,6 @@ buildvariants:
batchtime: 1440 # 24 hours
modules:
- wtdevelop
- - enterprise
expansions:
compile_flags: --ssl MONGO_DISTMOD=linux-64-amzn-build -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_gcc.vars
gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
@@ -675,9 +675,24 @@ buildvariants:
- "linux-64-amzn-build"
tasks:
- name: compile
- - name: compile_enterprise
- name: compile_wtdevelop
+- name: compile-amazon2
+ display_name: Compile on Amazon Linux 2
+ modules:
+ - enterprise
+ expansions:
+ compile_flags: --ssl MONGO_DISTMOD=amazon2 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
+ platform: linux
+ project_dir: &project_dir dsi
+ tooltags: ""
+ use_scons_cache: true
+ run_on:
+ - "amazon2-build"
+ tasks:
+ - name: compile_enterprise
+
#######################################
# Linux Buildvariants #
#######################################
@@ -760,7 +775,7 @@ buildvariants:
- "rhel70-perf-single"
depends_on:
- name: compile_enterprise
- variant: compile-linux-64-amzn
+ variant: compile-amazon2
tasks:
- name: industry_benchmarks
- name: crud_workloads