summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_generate_resmoke_tasks.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53694: Take hard-coded CleanEveryN values into account for timeoutsDavid Bradford2021-01-121-6/+59
* SERVER-53314: Fix distro specification if no large distro specifiedDavid Bradford2020-12-101-3/+4
* SERVER-53196: Fail to generate tasks if a large distro is required but not sp...David Bradford2020-12-071-25/+67
* SERVER-53058: Better account for CleanEveryN runtime for dynamically split tasksDavid Bradford2020-12-031-62/+127
* SERVER-53058: Refactor how historic test stats are collectedDavid Bradford2020-12-031-37/+14
* SERVER-50290: Cap number of subtasks generatedDavid Bradford2020-08-131-1/+1
* SERVER-46769 Migrate from optparse to argparsevrachev2020-04-301-1/+1
* SERVER-47274: Refactor task generation in evergreenDavid Bradford2020-04-081-109/+176
* SERVER-47054: Don't fail due to long timeout values on mainline buildsDavid Bradford2020-03-241-1/+2
* SERVER-46732: Cap number of generated sub-tasks on non-required buildersDavid Bradford2020-03-101-0/+1
* SERVER-45832 Generate selected tasks in a patch using task mappingsLydia Stepanek2020-02-131-23/+28
* SERVER-45394 Generate selected tasks in a patch using test mappingsLydia Stepanek2020-02-041-107/+190
* SERVER-45764: Generate resmoke tasks need to take setup time into account whe...Alexander Costas2020-01-271-1/+2
* SERVER-44294: Cap runtime of generated tasksDavid Bradford2019-12-021-0/+13
* SERVER-44702 Add ability to configure num replica set nodes and linear chaini...Jason Chan2019-11-251-4/+1
* SERVER-41778 Increase log verbosity of the COMMAND component to level 2 in js...Carl Worley2019-10-101-1/+4
* SERVER-42777 Add ability to generate mixed version test suites using generate...Jason Chan2019-09-251-1/+5
* SERVER-43088 Make test suite and logger configuration directories configurabl...Mathew Robinson2019-09-231-0/+4
* SERVER-43067: Add acceptance tests for generate__resmoke_tasksDavid Bradford2019-09-131-51/+136
* SERVER-43186: Support max tests per generated sub-suiteDavid Bradford2019-09-061-6/+45
* SERVER-41802: Properly handle max_sub_suite when splitting tasksDavid Bradford2019-08-281-163/+156
* Revert "SERVER-41802: Enforce max_sub_suites option in generate_resmoke_tasks"David Bradford2019-08-271-3/+5
* SERVER-41802: Enforce max_sub_suites option in generate_resmoke_tasksDavid Bradford2019-08-261-5/+3
* SERVER-42276: Use click for burn_in_testsDavid Bradford2019-07-201-16/+18
* SERVER-41295 Add timeouts to burn_in generated tasksLydia Stepanek2019-07-011-75/+8
* TIG-1765: Retry calls to evergreen's apiDavid Bradford2019-06-281-2/+2
* SERVER-41003 when generating suites, don't set repeat-suites if options is 1Lydia Stepanek2019-05-171-1/+13
* SERVER-41108 handle evergreen_generate_resmoke_tasks divide by zero exceptionLydia Stepanek2019-05-161-1/+5
* SERVER-39575 fix: use endswith instead of rstripLydia Stepanek2019-05-141-1/+3
* SERVER-39575 use task.name expansion to determine generate.task name in resmo...Lydia Stepanek2019-05-141-2/+10
* SERVER-40749: Do not create generate.tasks configuration on task restartDavid Bradford2019-05-081-2/+31
* SERVER-40893 Updating evergreen python clientLydia Stepanek2019-05-021-12/+13
* SERVER-40704: Better task timeouts when using minimum for split tasksDavid Bradford2019-04-181-2/+2
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-2/+2
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-2/+0
* SERVER-40654: Do not enforce dynamic timeouts for Ubuntu PPCDavid Bradford2019-04-161-5/+19
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-5/+6
* SERVER-40241 Log resmoke.py invocation for local usage.Max Hirschhorn2019-03-271-1/+2
* SERVER-39946: Better split tasks with lack of historyDavid Bradford2019-03-041-0/+2
* SERVER-39779: Don't set timeouts if not enough dataDavid Bradford2019-02-251-1/+20
* SERVER-39284: Handle generated task timeouts with repeated suitesDavid Bradford2019-01-301-15/+34
* SERVER-39138: Properly handle new suites when splitting suitesDavid Bradford2019-01-231-4/+9
* SERVER-38816: Split long running tasks up dynamicallyDavid Bradford2019-01-151-1/+2
* SERVER-38946: Exclude newly blacklisted files when generating tasksDavid Bradford2019-01-111-19/+24
* SERVER-38114: Fix mainline buildsDavid Bradford2019-01-101-2/+3
* SERVER-38114: Dynamically split previously split tasksDavid Bradford2019-01-101-3/+23
* SERVER-38818: Split tasks with dependenciesDavid Bradford2019-01-081-19/+51
* SERVER-38710: Support dependencies when generating tasksDavid Bradford2018-12-201-43/+119
* SERVER-38112: Add ability to dynamically split up long running tasks in everg...David Bradford2018-12-141-0/+485