From 048e59186f24528a1bfef5893db4cc675a465f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Wed, 24 Jul 2024 12:06:29 +0200 Subject: [PATCH] ci(deps): bump minio test dependency (#2555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/workflows/cluster.yaml | 4 ++-- .github/workflows/gc-stress-test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cluster.yaml b/.github/workflows/cluster.yaml index f761d581..69edc0d6 100644 --- a/.github/workflows/cluster.yaml +++ b/.github/workflows/cluster.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest-4-cores # services: # minio: - # image: minio/minio:edge-cicd + # image: minio/minio:RELEASE.2024-07-16T23-46-41Z # env: # MINIO_ROOT_USER: minioadmin # MINIO_ROOT_PASSWORD: minioadmin @@ -53,7 +53,7 @@ jobs: -v /tmp/data:/data \ -v /tmp/config:/root/.minio \ --health-cmd "curl http://localhost:9000/minio/health/live" \ - minio/minio:edge-cicd server /data + minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio run: pip3 install minio diff --git a/.github/workflows/gc-stress-test.yaml b/.github/workflows/gc-stress-test.yaml index 36fd324e..534018ec 100644 --- a/.github/workflows/gc-stress-test.yaml +++ b/.github/workflows/gc-stress-test.yaml @@ -92,7 +92,7 @@ jobs: -v /tmp/data:/data \ -v /tmp/config:/root/.minio \ --health-cmd "curl http://localhost:9000/minio/health/live" \ - minio/minio:edge-cicd server /data + minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio run: pip3 install minio @@ -167,7 +167,7 @@ jobs: -v /tmp/data:/data \ -v /tmp/config:/root/.minio \ --health-cmd "curl http://localhost:9000/minio/health/live" \ - minio/minio:edge-cicd server /data + minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio run: pip3 install minio