Problem/Motivation
This unit test always finishes last and takes 3-5 seconds, we can move it near the front of the queue - should make overall pipelines quicker because unit tests can be the last job in their stage to finish.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3559074
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:
- 3559074-mark-scaffoldupgradetest-slow
changes, plain diff MR !13885
Comments
Comment #3
catchBefore:
(ctrl-f for 'run duration' to see the last finishing job and total time).
https://git.drupalcode.org/issue/drupal-3526080/-/jobs/7370643/viewer
vs https://git.drupalcode.org/issue/drupal-3559074/-/jobs/7372639/viewer
Comment #4
smustgrave commentedCan’t get any straight forward then that haha.
Comment #5
longwaveCommitted and pushed 0febce6c80a to 11.x. Thanks!