Browse Source

s3 test add kill -9

pull/5580/head
Konstantin Lebedev 8 months ago
parent
commit
b76da51859
  1. 1
      .github/workflows/s3tests.yml

1
.github/workflows/s3tests.yml

@ -202,6 +202,7 @@ jobs:
s3tests_boto3/functional/test_s3.py::test_lifecycle_set \
s3tests_boto3/functional/test_s3.py::test_lifecycle_get \
s3tests_boto3/functional/test_s3.py::test_lifecycle_set_filter
kill -9 $(pgrep weed) || true
- name: Run Ceph S3 tests with SQL store
timeout-minutes: 15

Loading…
Cancel
Save