From 37bc43c19c8e032796ad6978c33da21a6a199185 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 17 Aug 2017 09:40:12 +0200 Subject: [PATCH] Enable object storage tests again Signed-off-by: Morris Jobke --- .drone.yml | 4 ++-- tests/preseed-config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c34fe480b8..1a6246852f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -590,8 +590,8 @@ 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 diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 5357940647..28ebc289e7 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -30,7 +30,7 @@ if (getenv('OBJECT_STORE') === 's3') { 'autocreate' => true, 'key' => 'dummy', 'secret' => 'dummy', - 'hostname' => 'localhost', + 'hostname' => getenv('DRONE') === 'true' ? 'fake-s3' : 'localhost', 'port' => 4569, 'use_ssl' => false, // required for some non amazon s3 implementations