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: ...@@ -47,29 +47,28 @@ build:
# halt-on-fail can be set on the run_tests tasks in order to fail fast. # 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 # suppress-deprecations is false in order to be alerted to usages of
# deprecated code. # deprecated code.
# run_tests.phpunit: run_tests.phpunit:
# types: 'PHPUnit-Unit' types: 'PHPUnit-Unit'
# testgroups: '--all' testgroups: '--all'
# suppress-deprecations: false suppress-deprecations: false
# halt-on-fail: false halt-on-fail: false
run_tests.kernel: run_tests.kernel:
types: 'PHPUnit-Kernel' types: 'PHPUnit-Kernel'
testgroups: '--all' testgroups: '--all'
suppress-deprecations: false suppress-deprecations: false
halt-on-fail: falses halt-on-fail: false
repeat: 100 run_tests.build:
# run_tests.build: # Limit concurrency due to disk space concerns.
# # Limit concurrency due to disk space concerns. concurrency: 15
# concurrency: 15 types: 'PHPUnit-Build'
# types: 'PHPUnit-Build' testgroups: '--all'
# testgroups: '--all' suppress-deprecations: false
# suppress-deprecations: false halt-on-fail: false
# halt-on-fail: false run_tests.functional:
# run_tests.functional: types: 'PHPUnit-Functional'
# types: 'PHPUnit-Functional' testgroups: '--all'
# testgroups: '--all' suppress-deprecations: false
# suppress-deprecations: false halt-on-fail: false
# halt-on-fail: false
# Functional JavaScript tests require a concurrency of 1 because there is # Functional JavaScript tests require a concurrency of 1 because there is
# only one instance of PhantomJS on the testbot machine. # only one instance of PhantomJS on the testbot machine.
#run_tests.javascript: #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