summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2020-07-27 14:01:17 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-06 20:54:38 +0000
commitb6bee8fc956544f8f02fdee838a14befc29c98fe (patch)
tree49b013de29e588f7b94f0eef4066995d74f12b98 /etc/evergreen.yml
parent7dde791c6f42b06886de41a379430ef6ef0ffa25 (diff)
downloadmongo-b6bee8fc956544f8f02fdee838a14befc29c98fe.tar.gz
SERVER-49860 Run live-record build variant on rhel62-large
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 5c57061fe7e..16119940230 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1495,7 +1495,7 @@ functions:
echo "UndoDB produced recordings that were $recording_size (uncompressed) on disk"
if [[ $resmoke_exit_code = 0 ]]; then
echo "Resmoke exited successfully. UndoDB recordings will not be saved."
- rm *.undo
+ rm *.undo || true
fi
fi
@@ -12409,7 +12409,7 @@ buildvariants:
modules:
- enterprise
run_on:
- - rhel62-small
+ - rhel62-large
expansions:
compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --link-model=dynamic
multiversion_platform: rhel62
@@ -12422,10 +12422,9 @@ buildvariants:
large_distro_name: rhel62-large
num_scons_link_jobs_available: 0.99
record_with: --recordWith /opt/undodb5/bin/live-record
+ exec_timeout_secs: 14400 # 4 hours
tasks:
- name: compile_without_package_TG
- distros:
- - rhel62-large
- name: .jscore .common
- name: jsCore_minimum_batch_size
- name: jsCore_op_query
@@ -12437,4 +12436,3 @@ buildvariants:
- name: sharded_jscore_txns_sharded_collections
- name: sharding_jscore_passthrough
- name: sharding_jscore_op_query_passthrough
- - name: sharded_collections_causally_consistent_jscore_txns_passthrough