diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 12:44:54 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 15:55:42 -0300 |
commit | ecb369b5e81fb1a7ba3a91599dd70e907226aa88 (patch) | |
tree | 7d96b14795896f817ca96ea8a02d76255c070461 /.drone.yml | |
parent | 705483e7123e2e2da6421d7f02c4a5b899cade3d (diff) | |
download | nextcloud-server-ecb369b5e81fb1a7ba3a91599dd70e907226aa88.tar.gz nextcloud-server-ecb369b5e81fb1a7ba3a91599dd70e907226aa88.zip |
Add redis support to our CI jobs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 6302736e0d6..490593676b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -553,11 +553,14 @@ matrix: - TESTS: translation-check - TESTS: htaccess-checker - TESTS: nodb-codecov + ENABLE_REDIS: true - TESTS: db-codecov + ENABLE_REDIS: true - TESTS: integration-capabilities_features - TESTS: integration-federation_features - TESTS: integration-maintenance-mode - TESTS: integration-ratelimiting + ENABLE_REDIS: true - TESTS: integration-auth - TESTS: integration-carddav - TESTS: integration-dav-v2 @@ -605,28 +608,41 @@ matrix: - TESTS: sqlite-php7.0-samba-non-native - TEST: memcache-memcached - 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: image: redis + when: + matrix: + ENABLE_REDIS: true postgres: image: postgres environment: |