]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix redis-cluster support on drone
authorMorris Jobke <hey@morrisjobke.de>
Wed, 9 Aug 2017 12:29:42 +0000 (14:29 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 9 Aug 2017 21:04:29 +0000 (23:04 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
.drone.yml

index f0520527131609f11ec8a9d2eab1f1bcb70d8acf..5712253c4f3ca09b13ee728369a3b0993696fc64 100644 (file)
@@ -523,7 +523,6 @@ pipeline:
   memcache-redis-cluster:
     image: nextcloudci/php7.0:php7.0-7
     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"
@@ -587,8 +586,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
     - DB: NODB
@@ -626,7 +625,7 @@ services:
       matrix:
        ENABLE_REDIS: true
   cache-cluster:
-    image: grokzen/redis-cluster
+    image: morrisjobke/redis-cluster
     when:
       matrix:
        ENABLE_REDIS_CLUSTER: true