mirror of https://github.com/ceph/go-ceph
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 <sven@redhat.com>
This commit is contained in:
parent
517434f084
commit
d647433121
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue