From 264bd25c878b4e65628519e96f1572198ae6b660 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Fri, 7 Feb 2025 06:18:13 +0000 Subject: [PATCH] fix ci --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eb087d5..3848bb4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,8 @@ jobs: wget https://raw.repo.almalinux.org/vault/9.4/BaseOS/Source/Packages/kernel-5.14.0-427.42.1.el9_4.src.rpm alien --scripts --generate kernel-5.14.0-427.42.1.el9_4.src.rpm cd kernel-5.14.0 + tar xf linux-5.14.0-427.42.1.el9_4.tar.xz + cd linux-5.14.0-427.42.1.el9_4 vng -v -b --config ../kernel-x86_64-rhel.config vng --net user --ssh --rwdir=/tmp=/tmp @@ -66,12 +68,12 @@ jobs: set -ex chmod +x ./ptcpdump/ptcpdump cp ./ptcpdump/ptcpdump /tmp/ptcpdump - cd linux/kernel-5.14.0 ssh -p 2222 -o "StrictHostKeyChecking=no" root@localhost "cd /tmp && ./ptcpdump --version" run-with-docker: runs-on: ubuntu-latest + needs: test-almaLinux timeout-minutes: 5 steps: @@ -83,7 +85,7 @@ jobs: test-backend: runs-on: ubuntu-latest - needs: build + needs: test-almaLinux timeout-minutes: 5 steps: