From 1858658b44a898644eca90f08aaa00a0a7615944 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:53:19 +0500 Subject: [PATCH] fix cd weed --- .github/workflows/s3tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 6c60343954d..ee9e0036b9f 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -20,7 +20,7 @@ defaults: jobs: s3tests: name: Ceph S3 tests - runs-on: ubuntu-22.04 + runs-on: self-hosted container: image: docker.io/kmlebedev/ceph-s3-tests:0.0.2 timeout-minutes: 30 @@ -37,7 +37,7 @@ jobs: - name: Start SeaweedFS timeout-minutes: 5 run: | - cd weed + cd /__w/seaweedfs/seaweedfs/weed go install weed -v 0 server -s3 -filer -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1 -s3.port=8000 -s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=true -s3.config=../docker/compose/s3.json -metricsPort=9324