From 310be2aece950ad6360b5c0e7d3c61fb40a572d4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Dec 2025 15:43:32 -0800 Subject: [PATCH 1/2] Fix CI workflow: remove cd weed since working directory is already set to weed --- .github/workflows/s3-go-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index 556cf534e..bcd4b9652 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -433,7 +433,6 @@ jobs: - name: Run S3 Tagging Tests timeout-minutes: 15 run: | - cd weed set -x # Create clean data directory for this test run export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)" From 1eafaecd70f57db1223ca063da27ba5ff608d871 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Dec 2025 15:47:19 -0800 Subject: [PATCH 2/2] Add comment to s3-tagging-tests job to trigger CI re-run --- .github/workflows/s3-go-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index bcd4b9652..480931e46 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -412,6 +412,7 @@ jobs: retention-days: 7 s3-tagging-tests: + # CI job for S3 object tagging tests name: S3 Tagging Tests runs-on: ubuntu-22.04 timeout-minutes: 20