From 397a3034c72f3a3b5ce778f2f9ccaf50a309c1ef Mon Sep 17 00:00:00 2001 From: lihuiba Date: Mon, 23 Sep 2024 16:44:25 +0800 Subject: [PATCH] fix ut naming --- .github/workflows/ci.linux.arm.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.linux.arm.yml b/.github/workflows/ci.linux.arm.yml index 81f2d92d..4808159c 100644 --- a/.github/workflows/ci.linux.arm.yml +++ b/.github/workflows/ci.linux.arm.yml @@ -7,7 +7,7 @@ on: branches: [ "main", "release/*" ] jobs: - centos8-gcc921-epoll-release: + gcc921: runs-on: [self-hosted, Linux, ARM64] container: @@ -40,7 +40,7 @@ jobs: cd build ctest -E test-lockfree --timeout 3600 -V - centos8-gcc921-epoll-debug: + gcc921-build-debug: runs-on: [self-hosted, Linux, ARM64] container: @@ -67,8 +67,3 @@ jobs: -D PHOTON_ENABLE_FUSE=ON \ -D PHOTON_ENABLE_EXTFS=ON cmake --build build -j $(nproc) -- VERBOSE=1 - - - name: Test - run: | - cd build - ctest -E test-lockfree --timeout 3600 -V