From ecf5cacfc774c7e324e5f91234157c8441678925 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Wed, 15 Jan 2025 14:37:16 -0800 Subject: [PATCH] Test run-vmtest fixes https://github.com/libbpf/ci/pull/167 --- .github/workflows/vmtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vmtest.yml b/.github/workflows/vmtest.yml index 7989f86e4..29d973680 100644 --- a/.github/workflows/vmtest.yml +++ b/.github/workflows/vmtest.yml @@ -108,7 +108,7 @@ jobs: LLVM_VERSION: ${{ inputs.llvm-version }} SELFTESTS_BPF: ${{ github.workspace }}/.kernel/tools/testing/selftests/bpf VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs - uses: libbpf/ci/run-vmtest@v3 + uses: theihor/libbpf-ci/run-vmtest@run-vmtest-fixes with: arch: ${{ inputs.arch }} kbuild-output: ${{ github.workspace }}/.kernel