diff options
Diffstat (limited to 'etc/longevity.yml')
| -rw-r--r-- | etc/longevity.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml index c045bc83f62..79fe5364df2 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -299,7 +299,9 @@ modules: buildvariants: - name: linux-wt-shard display_name: Linux WT Shard - batchtime: 40320 # 4 weeks + # We set an exceptionally large batchtime because the intention is for builds on this Evergreen + # project to only be triggered manually. + batchtime: 524160 # 52 weeks modules: &modules - dsi expansions: @@ -310,6 +312,7 @@ buildvariants: storageEngine: wiredTiger use_scons_cache: true project: &project longevity-v3.4 + platform: linux run_on: - "rhel70-perf-longevity" tasks: @@ -320,7 +323,9 @@ buildvariants: - name: linux-mmapv1-shard display_name: Linux MMAPv1 Shard - batchtime: 40320 # 4 week + # We set an exceptionally large batchtime because the intention is for builds on this Evergreen + # project to only be triggered manually. + batchtime: 524160 # 52 weeks modules: *modules expansions: compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ OBJCOPY=/opt/mongodbtoolchain/v2/bin/objcopy |
