Skip to content

Disable SPDK tests. #69

Disable SPDK tests.

Disable SPDK tests. #69

name: IOManager PR Build
on:
pull_request:
branches:
- master
- stable/v8.x
jobs:
Build:
strategy:
fail-fast: false
matrix:
platform: ["ubuntu-22.04"]
build-type: ["Debug", "Release"]
malloc-impl: ["libc", "tcmalloc", "jemalloc"]
prerelease: ["True", "False"]
exclude:
- malloc-impl: jemalloc
build-type: Debug
- malloc-impl: tcmalloc
build-type: Debug
- malloc-impl: jemalloc
prerelease: "False"
- malloc-impl: libc
build-type: Release
uses: ./.github/workflows/build_commit.yml
with:
platform: ${{ matrix.platform }}
build-type: ${{ matrix.build-type }}
malloc-impl: ${{ matrix.malloc-impl }}
prerelease: ${{ matrix.prerelease }}