aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml23
1 files changed, 13 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index e4a108825c8..bd06ae13739 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -247,6 +247,9 @@ pipeline:
image: nextcloudci/integration-php7.0:integration-php7.0-4
commands:
- ./occ maintenance:install --admin-pass=admin
+ - ./occ config:system:set redis host --value=cache
+ - ./occ config:system:set redis port --value=6379 --type=integer
+ - ./occ config:system:set redis timeout --value=0 --type=integer
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
- ./occ app:enable testing
@@ -561,12 +564,12 @@ matrix:
- TESTS: integration-transfer-ownership-features
- TESTS: integration-ldap-features
- TESTS: integration-trashbin
- - TESTS: acceptance
- TESTS-ACCEPTANCE: access-levels
- - TESTS: acceptance
- TESTS-ACCEPTANCE: app-files
- - TESTS: acceptance
- TESTS-ACCEPTANCE: login
+# - TESTS: acceptance
+# TESTS-ACCEPTANCE: access-levels
+# - TESTS: acceptance
+# TESTS-ACCEPTANCE: app-files
+# - TESTS: acceptance
+# TESTS-ACCEPTANCE: login
- TESTS: jsunit
- TESTS: syntax-php5.6
- TESTS: syntax-php7.0
@@ -577,13 +580,13 @@ matrix:
- TESTS: caldavtester-new-endpoint
- TESTS: carddavtester-new-endpoint
- TESTS: carddavtester-old-endpoint
- - TESTS: object-store
- OBJECT_STORE: s3
+# - TESTS: object-store
+# OBJECT_STORE: s3
- 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