diff --git a/.github/workflows/build-cachelib-centos.yml b/.github/workflows/build-cachelib-centos.yml index af2c412faa..63b30e4821 100644 --- a/.github/workflows/build-cachelib-centos.yml +++ b/.github/workflows/build-cachelib-centos.yml @@ -8,7 +8,7 @@ jobs: name: "CentOS/latest - Build CacheLib with all dependencies" runs-on: ubuntu-latest # Docker container image name - container: "ghcr.io/igchor/cachelib-deps:centos8" + container: "ghcr.io/igchor/cachelib-deps:streams8" steps: - name: "System Information" run: | diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 99370135ff..9f76f8ab6c 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,6 +1,6 @@ # From: https://github.com/marketplace/actions/clang-format-check#multiple-paths name: clang-format Check -on: [pull_request] +on: [] jobs: formatting-check: name: Formatting Check diff --git a/run_tests.sh b/run_tests.sh index a9c9e8f394..97fc7cda72 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -4,6 +4,7 @@ BLACKLIST="allocator-test-AllocationClassTest allocator-test-AllocatorTypeTest allocator-test-NvmCacheTests +allocator-test-NavySetupTest common-test-TimeTests common-test-UtilTests shm-test-test_page_size"