tmp: bpf: fallback to bounded loop if bpf_loop is not available #61
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |