Skip to content

Commit e0da9d3

Browse files
committed
kernel-test.yml: set memory and num_cpus for run-vmtest call
See also libbpf/ci#203 Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 54cc302 commit e0da9d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kernel-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
KERNEL_TEST: ${{ inputs.test }}
7777
SELFTESTS_BPF: ${{ github.workspace }}/selftests/bpf
7878
VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs
79+
VMTEST_MEMORY: 4G
80+
VMTEST_NUM_CPUS: 4
7981
TEST_PROGS_TRAFFIC_MONITOR: ${{ inputs.arch == 'x86_64' && 'true' || '' }}
8082
TEST_PROGS_WATCHDOG_TIMEOUT: 600
8183
with:

0 commit comments

Comments
 (0)