Hi Philipp,

On 20 December 2017 at 03:06, Philipp Tomsich
<philipp.toms...@theobroma-systems.com> wrote:
> The 't208xrdb t4qds t102*' job is close to the time limit and
> sometimes fails, so this splits it into 3 separate jobs.

Should buidman have a time limit parameter? Then it could build for
(say) and hour and exit after that, writing out the boards that it
completed building.

It would be fairly easy to implement.

Regards,
Simon

>
> Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com>
> ---
>
>  .travis.yml | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 0b7a062..8a220cc 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -206,7 +206,11 @@ matrix:
>      - env:
>          - BUILDMAN="mpc85xx -x t208xrdb -x t4qds -x t102* -x p1_p2_rdb_pc -x 
> p1010rdb -x corenet_ds -x b4860qds -x sbc8548 -x bsc91*"
>      - env:
> -        - BUILDMAN="t208xrdb t4qds t102*"
> +        - BUILDMAN="t208xrdb"
> +    - env:
> +        - BUILDMAN="t4qds"
> +    - env:
> +        - BUILDMAN="t102*"
>      - env:
>          - BUILDMAN="p1_p2_rdb_pc"
>      - env:
> --
> 2.1.4
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to