From 55cabef7230e2a83903644727440c777fd923690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 28 May 2021 19:24:21 +0200 Subject: Use minio for s3 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 8fcf944f12d..e5ef78f3d18 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 -- cgit v1.2.3