summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_task_timeout.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73707 Evergreen timeout calculation fixes and cleanupsMikhail Shchatko2023-02-201-13/+9
|
* SERVER-73003 Use correct project when getting historical test runtime dataMikhail Shchatko2023-01-191-7/+12
|
* SERVER-72827 Filter out historic runtimes of non-passing testsMikhail Shchatko2023-01-181-0/+1
|
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-221-6/+2
|
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-0/+3
|
* SERVER-65965 Cleanup old generation tasks codeMikhail Shchatko2022-08-251-1/+1
|
* SERVER-65835: Refactor how task timeouts are determinedDavid Bradford2022-04-271-28/+51
|
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-081-0/+7
|
* SERVER-63827: Determine task timeout at the start of task executionDavid Bradford2022-03-041-96/+309
|
* Revert "SERVER-63827: Determine task timeout at the start of task execution"David Bradford2022-03-021-305/+96
| | | | This reverts commit 4080bd69384735eb49eb1799734d1bf8c93feb09.
* SERVER-63827: Determine task timeout at the start of task executionDavid Bradford2022-03-021-96/+305
|
* SERVER-60221 Merge Windows suggested build variants into requiredRyan Egesdahl2021-10-211-1/+1
| | | | | | | | We've fixed many of the reasons building and testing on Windows was slow, which was the reason we had disabled some of the more expensive tests on its "required" build variants. The tests that were only in the "suggested" build variants have been merged into the "required" build variants.
* SERVER-60393 increase replica_sets_jscore_passthrough time limit to 3hrMoustafa Maher Khalil2021-10-191-3/+1
|
* SERVER-58806 Increase task timeout for replica_sets_jscore_passthrough on ↵Samy Lanka2021-07-281-0/+1
| | | | Enterprise MacOS
* SERVER-58565 Adjust timeout for replica_sets_jscore_passthroughMoustafa Maher2021-07-281-6/+4
|
* SERVER-58133 Use generated task for replica_sets_jscore_passthrough on ↵ali-mir2021-07-151-0/+1
| | | | Enterprise macOS via Rosetta 2 and extend timeout for macOS task
* SERVER-57349 Adjust timeout for replica_sets_jscore_passthrough on DEBUG and ↵Ali Mir2021-06-071-1/+14
| | | | Windows variants
* SERVER-55945 increase timeout of benchmarks_orphanedRobert Guo2021-05-131-6/+6
|
* SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variantsDavid Bradford2021-05-041-0/+1
|
* SERVER-56184: Update replica_sets task timeout for windowsDavid Bradford2021-04-201-0/+1
|
* SERVER-55048: Relax timeouts for debug build variantsDavid Bradford2021-03-091-16/+40
|
* SERVER-54612: Ensure tighter timeouts for commit-queue patchesDavid Bradford2021-03-021-34/+64
|
* SERVER-51097 Reduce maximum runtime of unittests "run tests" phaseRichard Samuels2020-11-051-1/+22
|
* SERVER-50641: Set more aggressive timeouts for commit-queue tasksDavid Bradford2020-09-021-1/+9
|
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
|
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-2/+0
|
* SERVER-32223 Add enterprise-rhel-62-64-bit-required-inmem build variant in ↵Jonathan Abrahams2018-07-061-2/+2
| | | | evergreen.yml to run burn_in_tests
* SERVER-35990 Update evergreen_task_timeout.py REQUIRED_BUILD_VARIANTS listJonathan Abrahams2018-07-061-1/+1
|
* SERVER-34832: Change evergreen timeout of auth on linux-debug to 1 hourDavid Bradford2018-05-041-2/+7
|
* SERVER-34696: Add 30 minute timeout for tests in evergreenDavid Bradford2018-05-011-0/+64