Problem/Motivation
When viewing the history of DrupalCI executions for the 9.1.x branch, you can see that tests were passing on December 6, 2022 when tested with Drupal 9.4.8, but beginning on January 10, 2023 testing began with Drupal 9.5 and tests began to get aborted with the following output:
00:03:32.713 No modified files. Sniffing all files.
00:03:32.713 Executing PHPCS.
00:03:32.713 cd modules/contrib/patternkit && sudo -u www-data /var/www/html/vendor/bin/phpcs --report-full=/var/lib/drupalci/workdir/phpcs/codesniffer_results.txt --report-checkstyle=/var/lib/drupalci/workdir/phpcs/checkstyle.xml --report-diff=/var/lib/drupalci/workdir/phpcs/codesniffer_fixes.patch --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md /var/www/html/modules/contrib/patternkit
01:50:00.511 Build timed out (after 110 minutes). Marking the build as aborted.
01:50:00.699 Build was aborted
Steps to reproduce
Proposed resolution
Determine why PHPCS is timing out and fix it.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork patternkit-3347967
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
Comment #3
sluceroResolved via #3403447: Migrate to GitlabCI.