diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-28 09:21:24 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-28 09:21:24 +0200 |
commit | c85b7e6ae34f4b297cfc9298697449cfe66e4482 (patch) | |
tree | 7ffce8af62892e9738c456d3e5895a9154ccf441 /.drone.yml | |
parent | 094836580927c99d0e38eb81c4af1128fe6dec15 (diff) | |
download | nextcloud-server-c85b7e6ae34f4b297cfc9298697449cfe66e4482.tar.gz nextcloud-server-c85b7e6ae34f4b297cfc9298697449cfe66e4482.zip |
Move all DB tests to top, because they are long running
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/.drone.yml b/.drone.yml index 26beb5586cc..8630b0ebb27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -547,6 +547,33 @@ matrix: ENABLE_REDIS: true - TESTS: db-codecov 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-federation_features - TESTS: integration-maintenance-mode @@ -601,33 +628,6 @@ matrix: # ENABLE_REDIS_CLUSTER: true - TESTS: sqlite-php7.0-webdav-apache 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: cache: |