summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-09 23:03:50 +0200
committerGitHub <noreply@github.com>2017-08-09 23:03:50 +0200
commit0b1a1a58e6c99d6c4331236bb9e5d80caa74bde0 (patch)
tree52ffd4752bf679d4f44c089a1b2899271778bc32 /.drone.yml
parent3b955a16252a4581251368638038da11812fa94c (diff)
parentf83a783d91db72dd2d014b61325ed44b91a08c4b (diff)
downloadnextcloud-server-0b1a1a58e6c99d6c4331236bb9e5d80caa74bde0.tar.gz
nextcloud-server-0b1a1a58e6c99d6c4331236bb9e5d80caa74bde0.zip
Merge pull request #6051 from nextcloud/redis-cluster
Enable redis cluster CI step
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 0cfbe6403dc..ec43119585f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -591,7 +591,6 @@ pipeline:
memcache-redis-cluster:
image: nextcloudci/php7.0:php7.0-13
commands:
- - sleep 10
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
- wget https://codecov.io/bash -O codecov.sh
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
@@ -704,8 +703,8 @@ matrix:
- TESTS: sqlite-php7.0-samba-native
- TESTS: sqlite-php7.0-samba-non-native
- TEST: memcache-memcached
-# - TEST: memcache-redis-cluster
-# ENABLE_REDIS_CLUSTER: true
+ - TEST: memcache-redis-cluster
+ ENABLE_REDIS_CLUSTER: true
- TESTS: sqlite-php7.0-webdav-apache
ENABLE_REDIS: true
@@ -716,7 +715,7 @@ services:
matrix:
ENABLE_REDIS: true
cache-cluster:
- image: grokzen/redis-cluster
+ image: morrisjobke/redis-cluster
when:
matrix:
ENABLE_REDIS_CLUSTER: true