Commit Graph

56 Commits

Author SHA1 Message Date
Jeff Zambory
eb8d3fcbf2 SERVER-106697: Speed up reading main evergreen yaml (#37717)
GitOrigin-RevId: 45fa8f9d43ec165a584539f1739ed31adbc062e3
2025-06-25 16:59:09 +00:00
Andrew Bradshaw
bb84a8c1a7 SERVER-106601 Open yaml files with utf8 for windows (#37659)
GitOrigin-RevId: e37e02b7ced06618cc951630fbcd07455d7c00f0
2025-06-25 14:12:35 +00:00
Zack Winter
40f6d641f7 SERVER-100631 Add ruff into "bazel run lint" (#32166)
GitOrigin-RevId: 4234e1f4a6e164cfd2ab53cdb7290b238095520f
2025-06-11 14:11:11 +00:00
Alexander Neben
0faff5d1e0 SERVER-97704 Wrapped resmoke in bazel (#29688)
GitOrigin-RevId: 08adfc2fdf9fc89103d9a963991a850b2a3856d0
2024-12-03 06:05:55 +00:00
Mikhail Shchatko
d433e2b9b0 SERVER-93965 Error on evergreen project config validation (#28789)
GitOrigin-RevId: d44642c997d4982fdb200779a47d9f1d65bc40a6
2024-11-07 10:54:28 +00:00
Juan Gu
855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00
Juan Gu
2513cc511b SERVER-94076 Remove unused imports via Ruff rule (#27337)
GitOrigin-RevId: 8923cc14f276be93355d763cb88c04bdb4dd9000
2024-10-04 01:43:13 +00:00
Steve McClure
854e973aaa SERVER-91349: Improve test_burn_in_tests_end2end.py/test_valid_yaml_output failure mode (#23249)
GitOrigin-RevId: e5aa9e36763de196a182bd8c1b218f3d16b18f78
2024-06-11 16:48:31 +00:00
Steve McClure
b4b23946cd SERVER-90570: Enable formatting checks for buildscripts directory, excluding idl (#22254)
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2024-05-16 22:07:36 +00:00
Mikhail Shchatko
5445e27769 SERVER-85862 make burn_in_tests.py understand multiversion configuration (#21655)
GitOrigin-RevId: b73438a544287646699f0e711a690f8aafe345c7
2024-05-02 20:09:26 +00:00
Juan Gu
f0113527d5 SERVER-88836 Update method for determining enterprise build variants … (#20640)
GitOrigin-RevId: 45cdcba4740b9f815f6f8b3624d3e15b2d350a9f
2024-04-05 22:56:57 +00:00
Alexander Neben
dfe4462eff SERVER-79649 Removed extra print statement 2023-08-03 06:15:05 +00:00
Alex Neben
209ce30150 SERVER-72262 Bump Python minimum version to 3.9/3.10 2023-08-02 21:39:07 +00:00
Steve Gross
babf160654 SERVER-76796 Enable more lint warnings and fix them 2023-07-16 01:54:51 +00:00
auto-revert-processor
8837a2dfe2 Revert "SERVER-76796 Enable more lint warnings and fix them"
This reverts commit 7e0887b55d.
2023-07-13 20:31:43 +00:00
Steve Gross
7e0887b55d SERVER-76796 Enable more lint warnings and fix them 2023-07-13 15:07:11 +00:00
Trevor Guidry
53837263e1 SERVER-72923 add multiversion reproduce steps to evergreen 2023-06-20 14:53:13 +00:00
Tausif Rahman
a4837acbd3 SERVER-72928 Expand burn-in-tags to all required & suggested variants 2023-05-26 17:15:20 +00:00
Alexander Neben
97ac02fa50 SERVER-68593 Disable low value python warnings 2022-09-02 22:55:09 +00:00
Mikhail Shchatko
22f548f63f SERVER-63872 Tighter task and idle timeouts 2022-03-01 13:18:14 +00:00
Robert Guo
84c2c6eb8a SERVER-60927 run non-fuzzer multiversion suites against last-lts and last-continuous 2021-11-03 04:03:04 +00:00
Robert Guo
4002c5b76f SERVER-60633 burn_in_tests should respect multiversion tags 2021-10-14 13:07:29 +00:00
Robert Guo
9c46c72e17 SERVER-55857 Use explicit task definitions for implicit multiversion tasks 2021-10-12 04:46:33 +00:00
David Bradford
b25d57c6a3 SERVER-58087: Cleanup generate tasks setup 2021-07-13 14:13:26 +00:00
David Bradford
f7af7fe860 SERVER-57003: Generate resmoke tasks at build variant granularity 2021-07-07 19:38:59 +00:00
Robert Guo
c940646a2b SERVER-57580 combine task_path_suffix and use_multiversion into
require_multiversion
2021-06-15 22:28:00 +00:00
David Bradford
cd4f55bc0b SERVER-57002: Refactor dynamic task creation 2021-05-28 21:27:10 +00:00
David Bradford
ba2320f093 SERVER-53960: Don't generate enterprise tests with burn_in on non-enterprise builds 2021-01-25 18:36:43 +00:00
Carl Raiden Worley
c318aff369 SERVER-48048 Use resmoke tag files for multiversion blacklisting 2020-08-17 17:07:22 +00:00
Lydia Stepanek
5591ecacc5 SERVER-49128 Don't hard code selected_tests_buildvariants in etc/evergreen.yml 2020-07-08 15:40:59 +00:00
David Bradford
4d82d10588 SERVER-47274: Refactor task generation in evergreen 2020-04-06 17:55:12 +00:00
Lydia Stepanek
bfa494770a SERVER-45394 Generate selected tasks in a patch using test mappings
create mode 100644 buildscripts/patch_builds/selected_tests_service.py
 create mode 100644 buildscripts/selected_tests.py
 create mode 100644 buildscripts/tests/patch_builds/test_selected_tests_service.py
 create mode 100644 buildscripts/tests/test_selected_tests.py
2020-02-04 15:37:03 +00:00
Jason Chan
537f6ca20a SERVER-45383 Add multiversion build variant to burn_in_tags_gen task 2020-01-16 16:24:48 +00:00
Jason Chan
127a841075 SERVER-43797 Add new burn_in_tests_multiversion_gen task 2019-10-29 17:36:46 +00:00
David Bradford
92e0fd23cd SERVER-42276: Use click for burn_in_tests 2019-07-20 10:27:29 -04:00
Lydia Stepanek
ff945d4698 SERVER-40895 Dynamically generate burn_in_tests for tag validation 2019-06-04 13:33:53 -04:00
David Bradford
542d00d1a3 SERVER-39414: Migrate task selection to task tags 2019-05-20 15:23:07 -04:00
David Bradford
d544297059 SERVER-41154: burn_in should use name of task for generated tasks 2019-05-15 10:47:14 -04:00
David Bradford
8ffbd48925 SERVER-40486: Remove Test Lifecycle code 2019-04-24 14:07:36 -04:00
Mark Benvenuto
286c031264 SERVER-40559 Python linters do not run after upgrade to Python 3 2019-04-16 14:33:43 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams
869270cce4 SERVER-39308 Update burn_in_tests.py to generate sub-tasks JSON file 2019-03-06 16:51:15 -05:00
David Bradford
6b601f1005 SERVER-39413: Add script to analyze evergreen task tag usage 2019-03-01 10:23:48 -05:00
David Bradford
8fac3580ab SERVER-39564: Fix burn_in_tests for _gen tasks 2019-02-14 12:13:40 -05:00
Jonathan Abrahams
82b62cf1e5 SERVER-34711 Enable burn_in_tests to understand Evergreen task selectors 2018-06-15 11:40:58 -04:00
Jonathan Abrahams
a1601dd857 SERVER-33963 Add task_groups & display_tasks for compile, compile_all, compile_unittests & unittests 2018-04-26 15:34:22 -04:00
Jonathan Abrahams
c50c68fef1 SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy 2018-04-05 14:41:58 -04:00
Jonathan Abrahams
36148ad8bb SERVER-23312 Format Python files with yapf 2018-03-26 13:04:25 -04:00
Yves Duhem
d773e7419f SERVER-30308 Handle absent test_flags in combined_resmoke_args 2017-08-02 17:25:19 -04:00
Yves Duhem
6f65258f63 SERVER-29645 Task to update and commit test lifecycle tags 2017-07-27 18:33:40 -04:00