Active
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jul 2026 at 02:32 UTC
Updated:
26 Jul 2026 at 03:16 UTC
Jump to comment: Most recent
With more functional tests being converted to kernel tests, we can have another look at gitlab concurrency and maybe shift things around a bit.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
catchThere might not be a lot to tweak with concurrency, postponing on various related issues that split up or optimize individual tests.
Comment #4
catchComment #5
catchComment #6
catchComment #7
catchComment #8
catchComment #9
catchComment #10
catchComment #11
catchComment #12
catchComment #13
catchComment #14
catchWent on a test optimization spree.
With a fast gitlab runner, getting close to the point where no individual test run takes more than 2m30s for any of the test types, was also able to get build tests down from about 3 minutes to more like 90 seconds. The MR currently results in rescanning more than 4000 files in phpstan so the actual CI wall time doesn't look that great,
Comment #15
catch