Move all DB tests to top, because they are long running

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-07-28 09:21:24 +02:00
parent 0948365809
commit c85b7e6ae3

View file

@ -547,6 +547,33 @@ matrix:
ENABLE_REDIS: true ENABLE_REDIS: true
- TESTS: db-codecov - TESTS: db-codecov
ENABLE_REDIS: true ENABLE_REDIS: true
- DB: NODB
PHP: 5.6
ENABLE_REDIS: true
- DB: NODB
PHP: 7.0
ENABLE_REDIS: true
- DB: NODB
PHP: 7.1
ENABLE_REDIS: true
- DB: sqlite
PHP: 5.6
ENABLE_REDIS: true
- DB: sqlite
PHP: 7.0
ENABLE_REDIS: true
- DB: sqlite
PHP: 7.1
ENABLE_REDIS: true
- DB: mysql
PHP: 5.6
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true
- TESTS: integration-capabilities_features - TESTS: integration-capabilities_features
- TESTS: integration-federation_features - TESTS: integration-federation_features
- TESTS: integration-maintenance-mode - TESTS: integration-maintenance-mode
@ -601,33 +628,6 @@ matrix:
# ENABLE_REDIS_CLUSTER: true # ENABLE_REDIS_CLUSTER: true
- TESTS: sqlite-php7.0-webdav-apache - TESTS: sqlite-php7.0-webdav-apache
ENABLE_REDIS: true ENABLE_REDIS: true
- DB: NODB
PHP: 5.6
ENABLE_REDIS: true
- DB: NODB
PHP: 7.0
ENABLE_REDIS: true
- DB: NODB
PHP: 7.1
ENABLE_REDIS: true
- DB: sqlite
PHP: 5.6
ENABLE_REDIS: true
- DB: sqlite
PHP: 7.0
ENABLE_REDIS: true
- DB: sqlite
PHP: 7.1
ENABLE_REDIS: true
- DB: mysql
PHP: 5.6
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true
services: services:
cache: cache: