diff options
| author | chrislusf <chris.lu@gmail.com> | 2025-12-05 19:30:21 -0800 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-06 18:53:22 -0800 |
| commit | 53bac024a2ef9acb1b953007951ab240fb5bca41 (patch) | |
| tree | b4566035bd7355fff3b91fd268a81ca00f0565bb | |
| parent | e19ed84870ff36cd3de628db80ae703e56b7b2df (diff) | |
| download | seaweedfs-csi-driver-53bac024a2ef9acb1b953007951ab240fb5bca41.tar.xz seaweedfs-csi-driver-53bac024a2ef9acb1b953007951ab240fb5bca41.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: |
