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:
authorJulius Härtl <jus@bitgrid.net>2021-05-28 20:24:21 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-05 12:56:23 +0300
commit6a4a5d888e8b656458950d7738f7ea131366ab08 (patch)
treeb9d6d38932b8531309ddcb7c3243ec8bae7ef2ac /.drone.yml
parentcb5728587036e1d17e81cb7f9a3462d48bc269f2 (diff)
Use minio for s3 tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index e90b2d3770f..f56b24c0d57 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2117,6 +2117,15 @@ kind: pipeline
name: object-store-s3
steps:
+- name: minio
+ image: ghcr.io/nextcloud/continuous-integration-minio:latest
+ detach: true
+ commands:
+ - mkdir /s3data
+ - minio server /s3data
+ environment:
+ MINIO_ROOT_USER: nextcloud
+ MINIO_ROOT_PASSWORD: nextcloud
- name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
@@ -2134,10 +2143,6 @@ steps:
- wget https://codecov.io/bash -O codecov.sh
- bash codecov.sh -C $DRONE_COMMIT -f tests/autotest-clover-sqlite.xml
-services:
-- name: fake-s3
- image: ghcr.io/nextcloud/continuous-integration-fake-s3:latest
-
trigger:
branch:
- master