We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b888971 commit 5da7ca1Copy full SHA for 5da7ca1
1 file changed
.github/workflows/e2e-trace-integrity-and-analysis.yml
@@ -21,5 +21,10 @@ jobs:
21
- uses: actions/setup-node@v4
22
with:
23
node-version: 24
24
+ - name: Enable perf_event_open and kallsyms for tests
25
+ shell: bash
26
+ run: |
27
+ sudo sysctl kernel.perf_event_paranoid=1
28
+ sudo sysctl kernel.kptr_restrict=0
29
- name: E2E trace tests
30
run: scripts/e2e-trace-tests.sh
0 commit comments