This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 12662275 ci: disable kvrocks2redis test for archlinux (#2575)
12662275 is described below

commit 12662275e1474cc90fb3a71bdc174793a8f6d95c
Author: Twice <[email protected]>
AuthorDate: Thu Oct 3 14:25:03 2024 +0800

    ci: disable kvrocks2redis test for archlinux (#2575)
---
 .github/workflows/kvrocks.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index d855109a..4814ca54 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -540,6 +540,8 @@ jobs:
         run: apt install -y python3-redis
 
       - name: Run kvrocks2redis Test
+        # FIXME: https://github.com/apache/kvrocks/issues/2574
+        if: ${{ !startsWith(matrix.image, 'archlinux') }}
         shell: bash
         run: |
           $HOME/local/bin/redis-server --daemonize yes

Reply via email to