Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jul 2026 at 23:10 UTC
Updated:
18 Aug 2026 at 13:20 UTC
Jump to comment: Most recent
Comments
Comment #2
catchPostponing on #3612952: Optimize GenerateThemeTest because that's a remaining very slow build test, but that's RTBC and all the other main blockers to this issue have landed I think.
Comment #4
catchGoing by https://git.drupalcode.org/project/drupal/-/jobs/11221595 this is already finishing before the other test groups, so doesn't actually need to be postponed.
Comment #5
smustgrave commentedSay lets try it some and see. Been my approach with some gitlab changes on both Drupal and work lol
Comment #6
catchRebased after https://git.drupalcode.org/project/drupal/-/jobs/11239035 and tests finished in 2 minutes with 4 concurrency/8cpu which is a full minute or more shorter than most other test jobs so we should be good here.
Comment #7
catchNoticed a couple more things, last run the tests themselves took 1m47s https://git.drupalcode.org/project/drupal/-/jobs/11240027 entire job finished in 2m35s. This doesn't leave much leeway when we re-enable the package_manager tests or add new slow tests but we can increase concurrency again then if we need it. Leaving RTBC because this is just moving #slow around a bit.
Comment #9
longwaveCommitted and pushed f7f3b93913b to main. Thanks!