The mongo-longevity is failing after my push of SERVER-27183. In that patch I simply copied the changes in etc/system_perf.yml to etc/longevity.yml. It turns out the compile task in longevity.yml uploads the mongodb binaries to a different url, so now the download of the binary fails.
The preferred fix is to change the upload url to conform to the structure from system_perf.yml.
on v3.2 branch... upload url: longevity-v3.2/linux-mmapv1-shard/33de179d5337c1169e6d50f81989a2d6cc893fd8/mongodb-mongo_longevity_v3.2_linux_mmapv1_shard_33de179d5337c1169e6d50f81989a2d6cc893fd8_16_12_01_18_27_51.tar.gz download url: longevity-v3.2/mongo_longevity_v3.2_33de179d5337c1169e6d50f81989a2d6cc893fd8/33de179d5337c1169e6d50f81989a2d6cc893fd8/mongod-mongo_longevity_v3.2_33de179d5337c1169e6d50f81989a2d6cc893fd8.tar.gz
- is related to
-
SERVER-27290 Remove redundant compile task from Evergreen Longevity project
- Closed