Skip to content
Snippets Groups Projects

Issue #3364514: Build test failing on 10.0.x

1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -20,13 +20,6 @@ build:
# 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
# deprecated code.
run_tests.build:
# Limit concurrency due to disk space concerns.
concurrency: 15
types: 'PHPUnit-Build'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: true
run_tests.phpunit:
types: 'PHPUnit-Unit'
testgroups: '--all'
@@ -37,6 +30,13 @@ build:
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.build:
# Limit concurrency due to disk space concerns.
concurrency: 15
types: 'PHPUnit-Build'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.functional:
types: 'PHPUnit-Functional'
testgroups: '--all'
Loading