Skip to content

contrib: Add memory related script to dump slabinfo and vmallocinfo #204

contrib: Add memory related script to dump slabinfo and vmallocinfo

contrib: Add memory related script to dump slabinfo and vmallocinfo #204

Workflow file for this run

name: Pull Request CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
test:
uses: ./.github/workflows/ci.yml
if: ${{ github.event.action != 'labeled' || github.event.label.name == 'test-all-python-versions' }}
with:
test_all_python_versions: ${{ contains(github.event.pull_request.labels.*.name, 'test-all-python-versions') }}
test_all_kernel_flavors: ${{ contains(github.event.pull_request.labels.*.name, 'test-all-kernel-flavors') }}