From d6474331216d03499c9e03e047ea96475b6cc903 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 29 Jun 2022 16:31:16 +0900 Subject: [PATCH] CI: remove non-ptrguard tests We will (most probably) remove non-ptrguard code before the next release. Let's skip the tests already now, because they double the likelihood of failing flaky tests. Signed-off-by: Sven Anderson --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bdcb65..d689091 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,8 +43,6 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: make test-containers-test "CEPH_VERSION=${{ matrix.ceph_version }}" "RESULTS_DIR=$PWD/_results" - - name: Run tests without ptrguard - run: make test-containers-test "CEPH_VERSION=${{ matrix.ceph_version }}" "NO_PTRGUARD=true" "RESULTS_DIR=$PWD/_results" - name: Clean up test containers run: make test-containers-clean "CEPH_VERSION=${{ matrix.ceph_version }}" - name: Archive coverage results