Commit Graph

25 Commits

Author SHA1 Message Date
Zack Winter bf7a751eab SERVER-92375 Remove minor version from rhel8.x variant names (#24708)
GitOrigin-RevId: a726f9fe5f6e43ca862acbd8eafe364002f0ddd5
2024-07-12 21:42:16 +00:00
Mikhail Shchatko aa6019dea3 SERVER-73707 Evergreen timeout calculation fixes and cleanups 2023-05-19 12:43:05 +00:00
Militsa Sotirova 851880fa64 SERVER-76600 Increase timeouts for aggregation_timeseries_fuzzer on tsan/asan 2023-05-04 14:56:30 +00:00
Jeff Zambory 7803ea0982 SERVER-70557: Increase timeout for integration_tests_sharded on s90x 2022-10-14 14:50:19 +00:00
Jeff Zambory bbf5bc7e16 SERVER-67882 Give sharded_collections_jscore_passthrough additional time on mac variants 2022-07-12 14:12:25 +00:00
Richard Samuels f517542b0a SERVER-62992 Remove need for resmoke.ini (v5.0) 2022-04-21 13:45:41 +00:00
Moustafa Maher Khalil ae555ad366 SERVER-60393 increase replica_sets_jscore_passthrough time limit to 3hr
(cherry picked from commit 74ae80e68d)
2021-11-18 17:47:16 +00:00
Samy Lanka 5abee7caac SERVER-58806 Increase task timeout for replica_sets_jscore_passthrough on Enterprise MacOS
(cherry picked from commit a649a00207)
2021-08-20 12:26:33 +00:00
Moustafa Maher b5601c734e SERVER-58565 Adjust timeout for replica_sets_jscore_passthrough 2021-08-10 06:33:46 +00:00
ali-mir 41f73e7d42 SERVER-58133 Use generated task for replica_sets_jscore_passthrough on Enterprise macOS via Rosetta 2 and extend timeout for macOS task
(cherry picked from commit 44c0877706)
2021-08-09 15:45:35 +00:00
Ali Mir a4d333e14f SERVER-57349 Adjust timeout for replica_sets_jscore_passthrough on DEBUG and Windows variants
(cherry picked from commit fbe9e6104e)
2021-06-08 15:30:07 +00:00
Robert Guo 580353e16b SERVER-55945 increase timeout of benchmarks_orphaned 2021-05-13 14:42:45 +00:00
David Bradford 94fe70d102 SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants 2021-05-04 13:41:04 +00:00
David Bradford 85fe3d4ca7 SERVER-56184: Update replica_sets task timeout for windows 2021-04-20 14:13:27 +00:00
David Bradford 0d3bc8f05b SERVER-55048: Relax timeouts for debug build variants 2021-03-09 20:04:40 +00:00
David Bradford 8ba3957bc3 SERVER-54612: Ensure tighter timeouts for commit-queue patches 2021-03-02 17:35:29 +00:00
Richard Samuels 80caa45a40 SERVER-51097 Reduce maximum runtime of unittests "run tests" phase 2020-11-05 16:41:31 +00:00
David Bradford 7acaf5a829 SERVER-50641: Set more aggressive timeouts for commit-queue tasks 2020-09-02 18:25:20 +00:00
Andrew Morrow 93cfea46d9 SERVER-44549 Remove the mobile storage engine
mode change 100644 => 100755 buildscripts/evergreen_task_timeout.py
 delete mode 100644 buildscripts/resmokeconfig/suites/disk_mobile.yml
 delete mode 100644 src/mongo/db/storage/mobile/SConscript
 delete mode 100644 src/mongo/db/storage/mobile/mobile_index.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_index.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_index_test.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_init.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine_test.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_options.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_options.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_options.idl
 delete mode 100644 src/mongo/db/storage/mobile/mobile_options_mongod.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store_test.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_session.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_session.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.h
 delete mode 100644 src/mongo/db/storage/mobile/mobile_util.cpp
 delete mode 100644 src/mongo/db/storage/mobile/mobile_util.h
 delete mode 100755 src/third_party/scripts/sqlite_get_sources.sh
 delete mode 100644 src/third_party/shim_sqlite.cpp
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/SConscript
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/patches/gethostuuid.patch
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/shell.c
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.c
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.h
 delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3ext.h
2020-02-03 17:38:53 +00:00
Mathew Robinson f4feba485b SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
Mathew Robinson 8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams fa908b8244 SERVER-32223 Add enterprise-rhel-62-64-bit-required-inmem build variant in evergreen.yml to run burn_in_tests 2018-07-06 13:01:30 -04:00
Jonathan Abrahams 4c385bcfb4 SERVER-35990 Update evergreen_task_timeout.py REQUIRED_BUILD_VARIANTS list 2018-07-06 10:15:38 -04:00
David Bradford 3d9ad82701 SERVER-34832: Change evergreen timeout of auth on linux-debug to 1 hour 2018-05-04 14:49:42 -04:00
David Bradford 7085d08f22 SERVER-34696: Add 30 minute timeout for tests in evergreen 2018-05-01 17:35:25 -04:00