summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortycho garen <garen@tychoish.com>2017-09-14 08:23:31 -0400
committertycho garen <garen@tychoish.com>2017-09-14 08:23:31 -0400
commit32c4fbbb2241c421f7cec16c8bd84ace21c6e99f (patch)
tree7f1d764045000323122e736f0092b5aff6a4ff42
parent751218a975f14c85516c7d016538e0934b890fd1 (diff)
downloadmongo-32c4fbbb2241c421f7cec16c8bd84ace21c6e99f.tar.gz
SERVER-30558 Remove Solaris builds
-rw-r--r--etc/evergreen.yml84
1 files changed, 0 insertions, 84 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ecd9f61c56e..97b0f49b755 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -90,7 +90,6 @@ variables:
- ubuntu1404-rocksdb
- debian71
- debian81
- - solaris-64-bit
- osx-107-ssl
- osx-107
@@ -5395,89 +5394,6 @@ buildvariants:
- name: push
###########################################
-# Solaris buildvariants #
-###########################################
-
-- name: solaris-64-bit
- display_name: "* Solaris"
- modules:
- - mongo-tools
- run_on:
- - solaris
- expansions:
- push_path: sunos5
- push_bucket: downloads.mongodb.org
- push_name: sunos5
- push_arch: x86_64
- gorootvars: PATH=/opt/mongodbtoolchain/v2/bin:$PATH
- tooltags: -gccgoflags "-lsocket -lnsl"
- compile_flags: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ -j$(kstat cpu | sort -u | grep -c "^module") --release CCFLAGS="-m64" LINKFLAGS="-m64 -static-libstdc++ -static-libgcc" OBJCOPY=/opt/mongodbtoolchain/bin/objcopy
- num_jobs_available: $(kstat cpu | sort -u | grep -c "^module")
- tasks:
- - name: compile
- - name: aggregation
- - name: aggregation_WT
- - name: auth
- - name: auth_WT
- - name: bulk_gle_passthrough
- - name: bulk_gle_passthrough_WT
- - name: concurrency
- - name: concurrency_WT
- - name: concurrency_replication
- - name: concurrency_replication_WT
- - name: concurrency_sharded
- - name: concurrency_sharded_WT
- - name: concurrency_sharded_sccc
- - name: concurrency_sharded_sccc_WT
- - name: dbtest
- - name: dbtest_WT
- - name: disk
- - name: durability
- - name: failpoints
- - name: httpinterface
- - name: jsCore
- - name: jsCore_compatibility
- - name: jsCore_compatibility_WT
- - name: jsCore_small_oplog
- - name: jsCore_small_oplog_rs
- - name: jsCore_small_oplog_rs_WT
- - name: jsCore_small_oplog_WT
- - name: jsCore_WT
- - name: mmap
- - name: mongosTest
- - name: noPassthrough
- - name: noPassthroughWithMongod
- - name: noPassthroughWithMongod_WT
- - name: noPassthrough_WT
- - name: parallel
- - name: parallel_compatibility
- - name: parallel_compatibility_WT
- - name: parallel_WT
- - name: replicasets
- - name: replicasets_WT
- - name: replication
- - name: replication_WT
- - name: sharding
- - name: sharding_csrs_upgrade
- - name: sharded_collections_jscore_passthrough
- - name: sharded_collections_jscore_passthrough_WT
- - name: sharding_jscore_passthrough
- - name: sharding_jscore_passthrough_WT
- - name: sharding_jscore_passthrough_wire_ops_WT
- - name: sharding_WT
- - name: sharding_csrs_upgrade_WT
- - name: slow1
- - name: slow1_WT
- - name: slow2
- - name: slow2_WT
- - name: tool
- - name: tool_WT
- - name: unittests
- - name: push
- distros:
- - rhel70
-
-###########################################
# Debian buildvariants #
###########################################