Skip to content

Commit

Permalink
fix cd weed
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlebedev committed Mar 26, 2024
1 parent 4b618fa commit 1858658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1858658

Please sign in to comment.