From de573c58773d65ac4de2a70d48dafefa142a6ab1 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Tue, 5 Mar 2024 08:16:23 +0000 Subject: [PATCH 1/2] github: Whitespace Signed-off-by: Thomas Parrott --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f03e22f76257..7f0c8ccd43b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -146,7 +146,7 @@ jobs: # Only test with go-tip when the event is not a push include: >- ${{ - github.event_name != 'push' && + github.event_name != 'push' && fromJSON('[{"go":"1.21.x","suite":"cluster","backend":"dir"},{"go":"1.21.x","suite":"standalone","backend":"dir"},{"go":"tip","suite":"cluster","backend":"dir"},{"go":"tip","suite":"standalone","backend":"dir"}]') || fromJSON('[{"go":"1.21.x","suite":"cluster","backend":"dir"},{"go":"1.21.x","suite":"standalone","backend":"dir"}]') }} From 8543c93a8480f794763260e6067c63fda7d53187 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Tue, 5 Mar 2024 08:16:36 +0000 Subject: [PATCH 2/2] github: Pin minio to RELEASE.2024-02-24T17-11-14Z As they've regressed it again. This time on BTRFS: See https://github.com/minio/minio/pull/19100/files Signed-off-by: Thomas Parrott --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f0c8ccd43b0..f2c13352d3db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -274,7 +274,7 @@ jobs: sudo apt-get clean mkdir -p "$(go env GOPATH)/bin" - curl -sSfL https://dl.min.io/server/minio/release/linux-amd64/minio --output "$(go env GOPATH)/bin/minio" + curl -sSfL https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2024-02-24T17-11-14Z --output "$(go env GOPATH)/bin/minio" chmod +x "$(go env GOPATH)/bin/minio" # Also grab the latest minio client to maintain compatibility with the server.