You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to install lkp on RHEL/CentOS/Fedora
git clone https://github.com/01org/lkp-tests.git cd lkp-tests && make install && cd ~ 1 2 3 4 5 6 7 8 on RHEL: # mv /etc/redhat-release /etc/centos-release # rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # yum makecache fast # yum install kernel-debuginfo on Fedora: # dnf install kernel-debug mkdir -p /lkp/benchmarks ## BENCHMARK_ROOT=/lkp/benchmarks, but lkp didn’t init it, bug? run hackbench mkdir -p /lkp/benchmarks/turbostat lkp install lkp-tests/jobs/hackbench.
The text was updated successfully, but these errors were encountered:
https://liuhangbin.netlify.com/post/lkp/
How to install lkp on RHEL/CentOS/Fedora
git clone https://github.com/01org/lkp-tests.git cd lkp-tests && make install && cd ~ 1 2 3 4 5 6 7 8 on RHEL: # mv /etc/redhat-release /etc/centos-release # rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # yum makecache fast # yum install kernel-debuginfo on Fedora: # dnf install kernel-debug mkdir -p /lkp/benchmarks ## BENCHMARK_ROOT=/lkp/benchmarks, but lkp didn’t init it, bug? run hackbench mkdir -p /lkp/benchmarks/turbostat lkp install lkp-tests/jobs/hackbench.
The text was updated successfully, but these errors were encountered: