Make CI tests compatible with vanilla kernel tree

This is required to migrate kernel-patches CI to use this code
instead of fork
This commit is contained in:
Sergei Iudin
2021-08-10 19:20:58 -07:00
committed by Andrii Nakryiko
parent 64f027efda
commit 1778e0b1bd
4 changed files with 37 additions and 16 deletions

View File

@@ -10,7 +10,6 @@ sudo apt-get -y install python-docutils # for rst2man
LLVM_VER=14
LIBBPF_PATH="${REPO_ROOT}"
REPO_PATH="travis-ci/vmtest/bpf-next"
PREPARE_SELFTESTS_SCRIPT=${VMTEST_ROOT}/prepare_selftests-${KERNEL}.sh
if [ -f "${PREPARE_SELFTESTS_SCRIPT}" ]; then