Commit 5780511e authored by Luca Lusso's avatar Luca Lusso
Browse files

Issue #3294236 by lussoluca: Move level mapping between rfc and monolog upstream

parent 5e7056a6
Loading
Loading
Loading
Loading
+7 −20
Original line number Diff line number Diff line
build:
  assessment:
    validate_codebase:
      phplint:
      csslint:
        halt-on-fail: false
      eslint:
        halt-on-fail: false
      phpcs:
        # phpcs will use core's specified version of Coder.
        sniff-all-files: true
        halt-on-fail: true
      phpstan:
        halt-on-fail: true
    testing:
      container_command.commit-checks:
        commands:
          - "./vendor/bin/phpstan analyse -c modules/contrib/monolog/phpstan.neon"
          - "./vendor/bin/phpstan analyze --no-progress -c modules/contrib/monolog/phpstan.neon"
        halt-on-fail: true
      # run_tests task is executed several times in order of performance speeds.
      # halt-on-fail can be set on the run_tests tasks in order to fail fast.
@@ -31,8 +18,10 @@ build:
        testgroups: '--all'
        suppress-deprecations: false
        halt-on-fail: false
      run_tests.simpletest:
        types: 'Simpletest'
      run_tests.build:
        # Limit concurrency due to disk space concerns.
        concurrency: 15
        types: 'PHPUnit-Build'
        testgroups: '--all'
        suppress-deprecations: false
        halt-on-fail: false
@@ -41,14 +30,12 @@ build:
        testgroups: '--all'
        suppress-deprecations: false
        halt-on-fail: false
      # Functional JavaScript tests require a concurrency of 1 because there is
      # only one instance of PhantomJS on the testbot machine.
      run_tests.javascript:
        concurrency: 1
        concurrency: 15
        types: 'PHPUnit-FunctionalJavascript'
        testgroups: '--all'
        suppress-deprecations: false
        halt-on-fail: false
      # Run nightwatch testing.
      # @see https://www.drupal.org/project/drupal/issues/2869825
      nightwatchjs:
      nightwatchjs: {}