fleet/.github/workflows/config/randokiller.json
Victor Lyuboslavsky d15d2e324e
Speculative fix for flaky TestVPPApps. (#25385)
For #25086 
Speculative fix for flaky TestVPPApps (disable worker jobs). Ran 50
tests with randokiller and did not see a fail.
2025-01-13 16:28:48 -06:00

8 lines
147 B
JSON

{
"mysql_matrix": [
"mysql:8.0.36"
],
"pkg_to_test": "server/service",
"tests_to_run": "^TestIntegrationsMDM\\$$",
"num_tries": 20
}