Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository

Switch branch/tag
  • typo3
  • Build
  • phpstan
  • phpstan.neon
Find file BlameHistoryPermalink
  • Stefan Bürk's avatar
    [TASK] CI detection in runTests.sh for phpstan · ff134cc9
    Stefan Bürk authored May 06, 2022 and Christian Kuhn's avatar Christian Kuhn committed May 07, 2022
    phpstan parallel execution is limited to a maximum
    of 5 processes to be a nice neighbor when executed
    during core CI runs. This however leads to longer
    execution times when executed on local developer
    machines with many available CPU's.
    
    This patch introduces two separated phpstan config
    file entrypoints, one for local and one for CI. They
    are automatically selected in runTests.sh based on
    existence of a CI env variable.
    
    Resolves: #97571
    Releases: main, 11.5
    Change-Id: I14bf13412de7a2471703e7982dad4030ae6ba735
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74536
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Tested-by: Oliver Klee's avatarOliver Klee <typo3-coding@oliverklee.de>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Oliver Klee's avatarOliver Klee <typo3-coding@oliverklee.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    ff134cc9

Replace phpstan.neon

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.