Loading drupalci.yml +0 −12 Original line number Diff line number Diff line Loading @@ -5,18 +5,11 @@ build: assessment: validate_codebase: phplint: csslint: halt-on-fail: false eslint: # A test must pass eslinting standards check in order to continue processing. halt-on-fail: false phpcs: # phpcs will use core's specified version of Coder. sniff-all-files: false halt-on-fail: false testing: container_command: commands: "cd ${SOURCE_DIR} && cd modules/contrib/commerce && sudo -u www-data curl https://www.drupal.org/files/issues/2020-07-07/3137651-8.patch | patch -p1" # 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. # suppress-deprecations is false in order to be alerted to usages of Loading @@ -31,11 +24,6 @@ build: testgroups: '--all' suppress-deprecations: true halt-on-fail: false run_tests.simpletest: types: 'Simpletest' testgroups: '--all' suppress-deprecations: true halt-on-fail: false run_tests.build: # Limit concurrency due to disk space concerns. concurrency: 15 Loading Loading
drupalci.yml +0 −12 Original line number Diff line number Diff line Loading @@ -5,18 +5,11 @@ build: assessment: validate_codebase: phplint: csslint: halt-on-fail: false eslint: # A test must pass eslinting standards check in order to continue processing. halt-on-fail: false phpcs: # phpcs will use core's specified version of Coder. sniff-all-files: false halt-on-fail: false testing: container_command: commands: "cd ${SOURCE_DIR} && cd modules/contrib/commerce && sudo -u www-data curl https://www.drupal.org/files/issues/2020-07-07/3137651-8.patch | patch -p1" # 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. # suppress-deprecations is false in order to be alerted to usages of Loading @@ -31,11 +24,6 @@ build: testgroups: '--all' suppress-deprecations: true halt-on-fail: false run_tests.simpletest: types: 'Simpletest' testgroups: '--all' suppress-deprecations: true halt-on-fail: false run_tests.build: # Limit concurrency due to disk space concerns. concurrency: 15 Loading