summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Kleinman <samk@10gen.com>2016-08-17 13:00:39 -0400
committerSam Kleinman <samk@10gen.com>2016-08-17 13:00:39 -0400
commita628a9cf2dc263751faaf34be4c43e0a203f1243 (patch)
tree8b360b2f63e3805c9e03a9a1eca84ee8530cc8f0
parent8a077b07dbe4db92f2522857c312d61aa1db3d3f (diff)
downloadmongo-a628a9cf2dc263751faaf34be4c43e0a203f1243.tar.gz
SERVER-25443: remove linux-64 decimal enabled variant from 3.2
-rw-r--r--etc/evergreen.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 91005cf834d..c583563adaa 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1860,24 +1860,6 @@ tasks:
resmoke_args: --suites=tool --storageEngine=wiredTiger
run_multiple_jobs: true
-- <<: *task_template
- name: jsDecimalCore
- commands:
- - func: "do setup"
- - func: "run tests"
- vars:
- resmoke_args: --suites=decimal
- run_multiple_jobs: true
-
-- <<: *task_template
- name: jsDecimalCore_WT
- commands:
- - func: "do setup"
- - func: "run tests"
- vars:
- resmoke_args: --suites=decimal --storageEngine=wiredTiger
- run_multiple_jobs: true
-
- name: push
patchable: false
depends_on:
@@ -3297,32 +3279,6 @@ buildvariants:
distros:
- rhel70
-- name: linux-64-decimal
- display_name: Linux (Decimal Enabled)
- modules:
- - mongo-tools
- run_on:
- - rhel55-build
- batchtime: 1440 # 1 day
- expansions:
- gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
- push_path: linux
- push_bucket: downloads.mongodb.org
- push_name: linux
- push_arch: x86_64-decimal
- compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release --experimental-decimal-support=on
- num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- tasks:
- - name: compile
- distros:
- - rhel55-build
- - name: dbtest
- - name: dbtest_WT
- - name: jsCore
- - name: jsDecimalCore
- - name: jsDecimalCore_WT
- - name: unittests
-
###########################################
# Windows buildvariants #
###########################################