summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-28 12:15:40 +0200
committerGitHub <noreply@github.com>2017-07-28 12:15:40 +0200
commit09e7d12157e02a5ec0a5b57164ec25c9a4d093ef (patch)
tree7ffce8af62892e9738c456d3e5895a9154ccf441
parentbaa6db35390b8dc7f84bac047b97d04c049cbef4 (diff)
parentc85b7e6ae34f4b297cfc9298697449cfe66e4482 (diff)
downloadnextcloud-server-09e7d12157e02a5ec0a5b57164ec25c9a4d093ef.tar.gz
nextcloud-server-09e7d12157e02a5ec0a5b57164ec25c9a4d093ef.zip
Merge pull request #5915 from nextcloud/update-drone
Update drone
-rw-r--r--.drone.yml68
1 files changed, 34 insertions, 34 deletions
diff --git a/.drone.yml b/.drone.yml
index fc14ba7a366..8630b0ebb27 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -13,7 +13,7 @@ pipeline:
matrix:
TESTS: jsunit
checkers:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- ./autotest-checkers.sh
when:
@@ -154,7 +154,7 @@ pipeline:
DB: NODB
PHP: 5.6
nodb-php7.0:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -178,7 +178,7 @@ pipeline:
DB: sqlite
PHP: 5.6
sqlite-php7.0:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when:
@@ -489,7 +489,7 @@ pipeline:
matrix:
TESTS-ACCEPTANCE: login
nodb-codecov:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- TEST_SELECTION=NODB ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
@@ -499,7 +499,7 @@ pipeline:
matrix:
TESTS: nodb-codecov
db-codecov:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
@@ -509,7 +509,7 @@ pipeline:
matrix:
TESTS: db-codecov
object-store:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
@@ -530,7 +530,7 @@ pipeline:
matrix:
TEST: memcache-memcached
memcache-redis-cluster:
- image: nextcloudci/php7.0:php7.0-7
+ image: nextcloudci/php7.0:php7.0-13
commands:
- sleep 10
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
@@ -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: