diff options
| author | chrislusf <chris.lu@gmail.com> | 2025-12-05 19:30:21 -0800 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2025-12-05 19:30:21 -0800 |
| commit | cbfffa7a3606ee1950dd307840745a4c8d3e21c0 (patch) | |
| tree | b4566035bd7355fff3b91fd268a81ca00f0565bb | |
| parent | 12113d270d578291341aed6285359af1f88ecf9d (diff) | |
| download | seaweedfs-csi-driver-cbfffa7a3606ee1950dd307840745a4c8d3e21c0.tar.xz seaweedfs-csi-driver-cbfffa7a3606ee1950dd307840745a4c8d3e21c0.zip | |
ci: add -master.peers=none to speed up SeaweedFS startup in tests
| -rw-r--r-- | .github/workflows/integration_test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 34b797d..782053d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -90,6 +90,7 @@ jobs: - -dir=/data - -s3 - -filer + - -master.peers=none - -volume.max=10 - -master.volumeSizeLimitMB=64 ports: |
