mirror of
https://github.com/fleetdm/fleet
synced 2026-04-28 08:57:30 +00:00
For #25086 Speculative fix for flaky TestVPPApps (disable worker jobs). Ran 50 tests with randokiller and did not see a fail.
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"mysql_matrix": [
|
|
"mysql:8.0.36"
|
|
],
|
|
"pkg_to_test": "server/service",
|
|
"tests_to_run": "^TestIntegrationsMDM\\$$",
|
|
"num_tries": 20
|
|
}
|