Problem/Motivation

With more functional tests being converted to kernel tests, we can have another look at gitlab concurrency and maybe shift things around a bit.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3612651

Command icon Show commands

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

catch created an issue. See original summary.

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

catch’s picture

Went 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,

catch’s picture