diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2019-01-12 18:38:21 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2019-01-12 19:10:30 -0500 |
commit | 562aabd4f657b8b166b5e0af8eea6a512f4aedd0 (patch) | |
tree | 71af67e44013fb9484a98ea8100e2ce839727283 /etc | |
parent | 6f27fbe566e93d82afc59019e701c428b3400cd7 (diff) | |
download | mongo-562aabd4f657b8b166b5e0af8eea6a512f4aedd0.tar.gz |
SERVER-37316 Remove generic linux build
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 02151fb7feb..8f6ba2d290b 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7290,30 +7290,6 @@ buildvariants: # Linux buildvariants # ########################################### -- name: linux-64 - display_name: Linux - run_on: - - rhel62-small - batchtime: 1440 # 1 day - expansions: - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: x86_64 - compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --ssl=off --variables-files=etc/scons/mongodbtoolchain_gcc.vars --enable-free-mon=off --enable-http-client=off --release - scons_cache_scope: shared - test_flags: --excludeWithAnyTags=requires_http_client - tooltags: "" - build_mongoreplay: true - tasks: - - name: compile_TG - distros: - - rhel62-large - - name: dbtest_TG - - name: replica_sets_jscore_passthrough - - name: jsCore - - name: push - - name: linux-64-repeated-execution stepback: false display_name: ~ Linux Repeated Execution |