Problem/Motivation
The nightwatch job runs with four concurrency (and not many total jobs) and we can get away with a smaller CPU request, this will allow other smaller jobs to co-exist on the same machine.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3469070
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:
- 3469070-reduce-cpu-request
changes, plain diff MR !9256
Comments
Comment #3
catchComment #4
catchSet it to 16 which is also the number of the maximum possible browser instances. With 12 I got one timeout which might have been a fluke or too low CPU, but let's try 16 and see how it goes rather than introducing even more random test failures.
Comment #5
smustgrave commentedSeems straight forward and don't imagine it broke unit tests.
Comment #11
nod_Committed and pushed 2258a66bdc to 11.x and 13cbf867d2 to 11.0.x and 2d8df6ac4c to 10.4.x and e4280812f3 to 10.3.x. Thanks!