diff options
author | dalyd <david.daly@mongodb.com> | 2019-06-17 13:21:03 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2019-06-18 10:09:17 -0400 |
commit | 29398552fb144681f9e0715146396a15230dfad5 (patch) | |
tree | 16abf525f20addf28181ba59c73201758f459430 /etc/system_perf.yml | |
parent | 7c3118aa8d612ffb91dd0c8ca43e730953b7900e (diff) | |
download | mongo-29398552fb144681f9e0715146396a15230dfad5.tar.gz |
SERVER-41765 System-perf.yml to include rhel70 build target
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r-- | etc/system_perf.yml | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 3f9e62124f8..a48be923fc8 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -820,6 +820,25 @@ buildvariants: tasks: - name: compile +- name: compile-rhel70 + display_name: Compile on Rhel70 + modules: + - enterprise + batchtime: 1440 # 24 hours + expansions: + <<: *compile-linux-64-amzn-expansions + compile_flags: >- + --ssl + MONGO_DISTMOD=rhel70 + -j$(grep -c ^processor /proc/cpuinfo) + --release + --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars + compile-variant: -rhel70 + run_on: + - rhel70-small + tasks: + - name: compile + ####################################### # Linux Buildvariants # ####################################### @@ -1176,19 +1195,19 @@ buildvariants: project_dir: *project_dir authentication: enabled storageEngine: wiredTiger - compile-variant: -enterprise + compile-variant: -rhel70 run_on: - "rhel70-perf-M60-like" depends_on: - name: compile - variant: compile-amazon2 + variant: compile-rhel70 tasks: # Cannot use *3nodetasks because secondary_performance uses a special mongodb setup. - name: industry_benchmarks - name: industry_benchmarks_secondary_reads - name: crud_workloads - name: jasper_smoke - - name: insert_remove - - name: service_architecture_workloads + # - name: insert_remove + # - name: service_architecture_workloads - name: mixed_workloads - name: misc_workloads - name: map_reduce_workloads @@ -1205,7 +1224,7 @@ buildvariants: - name: secondary_reads # - name: tpcc # TPCC with SSL currently broken https://jira.mongodb.org/browse/TIG-1681 - name: linkbench - - name: big_update + # - name: big_update ####################################### |