Skip to content

tmp: bpf: fallback to bounded loop if bpf_loop is not available #61

tmp: bpf: fallback to bounded loop if bpf_loop is not available

tmp: bpf: fallback to bounded loop if bpf_loop is not available #61

name: Pull request integration tests on VM 6.10 x86_64
on:
push:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
pull_request:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
permissions:
contents: read
jobs:
test:
permissions: # required by the reusable workflow
contents: read
checks: write
pull-requests: write
actions: write
uses: ./.github/workflows/workflow_integration_tests_vm.yml
with:
arch: x86_64
kernel-version: 6.10.6
timeout-minutes: 90