Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-25 01:17:59 +0300
committerGitHub <noreply@github.com>2017-08-25 01:17:59 +0300
commit15a29717f17264558650e6b141165244f950960e (patch)
treeb84d90ba14bf954a6e8544d13aa1ba5d7d6ca065 /.drone.yml
parent8b29ea53db749059eac4ee62b5b3b544db9d50a8 (diff)
parent3d22e7a6f5f32cea2605e67bbd9c2ab058a25790 (diff)
Merge pull request #6244 from nextcloud/redis_cluster
[drone] Give redis a change to fireup
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index d3b8de6c5b1..adcf1cc0da2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -647,9 +647,10 @@ pipeline:
matrix:
TEST: memcache-memcached
memcache-redis-cluster:
- image: nextcloudci/php7.0:php7.0-16
+ image: nextcloudci/php7.0:php7.0-17
commands:
- phpenmod xdebug
+ - sleep 20
- ./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"