* add a different 3.0.8 config

This commit is contained in:
Jeff Carr 2011-10-27 16:17:24 -04:00
parent f22c831922
commit 7ec6a71092
3 changed files with 5890 additions and 3 deletions

View File

@ -35,7 +35,7 @@ logs:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0" cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
prep_kernel: prep_kernel:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "./benchmarks/kernel/build.pl --prep" cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "/root/benchmarks/kernel/build.pl --prep"
build_kernel: build_kernel:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -d -m -S buildkernel -c ./benchmarks/kernel/build.pl" cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -d -m -S buildkernel /root/benchmarks/kernel/build.pl"

View File

@ -13,7 +13,7 @@ if ( ! -d "linux-3.0.8") {
} }
chdir "linux-3.0.8"; chdir "linux-3.0.8";
system("cp /root/benchmarks/kernel/config-3.0.7 .config"); system("cp /root/benchmarks/kernel/config-3.0.8 .config");
install_gcc(); install_gcc();

5887
kernel/config-3.0.8 Normal file

File diff suppressed because it is too large Load Diff