|
jonathan.abrahams, I thinkĀ SERVER-34711 is a more accurate description in terms of needing burn_in_tests.py to support task selectors. I was under the impression the impact was limited to not being able to run the burn_in_tests Evergreen task on the build variant that makes use of them, but the EvergreenProjectConfig attempts to parse all build variants and encounters a task with a name of ".wtdevelop .windows-large" not being present in the tasks list.
The necessary change may be as straightforward as using the evergreen evaluate command on the etc/evergreen.yml file and having EvergreenProjectConfig parse the resulting project configuration. CC luke.chen
|