Problem/Motivation
A few long running tests have moved around the jobs, so we should mark them with @group slow so they run early.
Currently the first kernel job takes longer than 2 or 3 by quite a long way:
Before (from a different MR):
https://git.drupalcode.org/project/drupal/-/jobs/1102298 Test run duration: 4 min 1 sec
With the MR:
https://git.drupalcode.org/project/drupal/-/jobs/1102366 Test run duration: 2 min 39 sec
The second and third jobs are also still under 3 minutes:
https://git.drupalcode.org/project/drupal/-/jobs/1102367 Test run duration: 2 min 54 sec
https://git.drupalcode.org/project/drupal/-/jobs/1102368 Test run duration: 1 min 53 sec
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3432052
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:
- 3432052-group-slow-for
changes, plain diff MR !7087
Comments
Comment #3
catchComment #4
smustgrave commentedNo objection. Would be nice for kerenl to finish around same time as functional
Comment #5
longwaveCommitted and pushed 9c9935d05d to 11.x and 978673e925 to 10.3.x. Thanks!