Merge branch 'fix-s3-object-tagging-issue-7589' into copilot/fix-s3-object-tagging-issue-again
This commit is contained in:
2
.github/workflows/s3-go-tests.yml
vendored
2
.github/workflows/s3-go-tests.yml
vendored
@@ -412,6 +412,7 @@ jobs:
|
|||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
s3-tagging-tests:
|
s3-tagging-tests:
|
||||||
|
# CI job for S3 object tagging tests
|
||||||
name: S3 Tagging Tests
|
name: S3 Tagging Tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
@@ -433,7 +434,6 @@ jobs:
|
|||||||
- name: Run S3 Tagging Tests
|
- name: Run S3 Tagging Tests
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
run: |
|
run: |
|
||||||
cd weed
|
|
||||||
set -x
|
set -x
|
||||||
# Create clean data directory for this test run
|
# Create clean data directory for this test run
|
||||||
export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)"
|
export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user