On Thu, Aug 21, 2014 at 3:52 PM, Robert Nelson <[email protected]> wrote: > On Thu, Aug 21, 2014 at 3:45 PM, Kridner, Jason <[email protected]> wrote: >> looks like the last push is missing the defconfig: >> http://builds.beagleboard.org/builders/runtests/builds/6/steps/shell/logs/stdio > > It's being really weird: > > http://builds.beagleboard.org/one_line_per_build > > Aug 20 21:22 b14c60a94f59...successruntests #5 Build successful > Aug 20 21:20 20830c6f9585...failureruntests #4 Failed shell shell_1 > > When i pushed the branch yesterday... It decided to build twice... > The first build, took the first commit over the old branch, which > failed as bb.org_defconfig is the last commit.. The second build > completed correctly. > > Looks like build#6 is a rebuild of build#4 > > can you add:
actallly can you add: if [ -e arch/arm/configs/bb.org_defconfig ] ; then config="bb.org_defconfig" else config="omap2plus_defconfig" fi Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
