Looking at the build console output in http://build.whamcloud.com/job/lustre-master-sles11sp-server/arch=x86_64,build_type=server,distro=sles11sp2,ib_stack=inkernel/9/console I see at least two blocking problems:
1) the lines
+ '[' 2.6-sles11.series ']'
and
+ '[' -r /series/2.6-sles11.series ']'
suggest that the script is picking the wrong kernel patch series. Should be using 3.0-sles11.series.
2) the error
+ fatal 1 'Config file for target 3.0-sles11 missing from /var/lib/jenkins/workspace/lustre-master-sles11sp-server/arch/x86_64/build_type/server/distro/sles11sp2/ib_stack/inkernel/BUILD/lustre/lustre/kernel_patches/kernel_configs/.'
+ cleanup
+ true
+ error 'Config file for target 3.0-sles11 missing from /var/lib/jenkins/workspace/lustre-master-sles11sp-server/arch/x86_64/build_type/server/distro/sles11sp2/ib_stack/inkernel/BUILD/lustre/lustre/kernel_patches/kernel_configs/.'
says a necessary kernel config file for a 3.0 sles11sp2 kernel doesn't exist in the lustre tree. Needs to be created and committed.
Bob, we pull from SLES updates but they did not seem to appear when I did that. If you are fetching from there then I will have a look, can you confirm which repo zypper is finding them in?