Skip to content
Snippets Groups Projects
Unverified Commit 36ff1b6e authored by Ted Bowman's avatar Ted Bowman
Browse files

fix drupalci.yml accidental changes

parent e9e7c28f
No related branches found
No related tags found
No related merge requests found
......@@ -47,29 +47,28 @@ 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.phpunit:
# types: 'PHPUnit-Unit'
# testgroups: '--all'
# suppress-deprecations: false
# halt-on-fail: false
run_tests.phpunit:
types: 'PHPUnit-Unit'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.kernel:
types: 'PHPUnit-Kernel'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: falses
repeat: 100
# 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'
# suppress-deprecations: false
# halt-on-fail: 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'
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment