Skip to content

Add support for auto detecting TCX (#1533) #12

Add support for auto detecting TCX (#1533)

Add support for auto detecting TCX (#1533) #12

name: Pull request integration tests on VM 5.15 x86_64
on:
push:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
pull_request:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
jobs:
test:
uses: ./.github/workflows/workflow_integration_tests_vm.yml
with:
arch: x86_64
kernel-version: 5.15.152
timeout-minutes: 90