* and prep and build kernel targets

This commit is contained in:
Jeff Carr 2011-10-27 16:10:50 -04:00
parent 8fd357dbce
commit f22c831922
1 changed files with 4 additions and 1 deletions

View File

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