[U-Boot] [PATCH] travis: split NXP ARM32 job

Tom Rini trini at konsulko.com
Tue Nov 19 12:29:53 UTC 2019


On Sat, Nov 16, 2019 at 07:56:50AM +0100, Heiko Schocher wrote:

> as time for job exceeds split this job into two
> jobs. One which builds all "ls10" boards and
> one which catch all the rest.
> 
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
> travis build:
> https://travis-ci.org/hsdenx/u-boot-test/builds/612281027
> 
>  .travis.yml | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index f6aec96770..141f161346 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -183,9 +183,12 @@ matrix:
>      - name: "buildman ARM bcm"
>        env:
>          - BUILDMAN="bcm -x mips"
> -    - name: "buildman NXP ARM32"
> +    - name: "buildman NXP ARM32 ls10"
>        env:
> -        - BUILDMAN="freescale -x powerpc,m68k,aarch64"
> +        - BUILDMAN="freescale&ls10 -x powerpc,m68k,aarch64"
> +    - name: "buildman NXP ARM32 catch-all"
> +      env:
> +        - BUILDMAN="freescale -x powerpc,m68k,aarch64,ls10"
>      - name: "buildman NXP AArch64 LS101x"
>        env:
>          - BUILDMAN="freescale&aarch64&ls101"

What I'd like to see here is reworking things slightly so we have NXP
Layerscape LS.... jobs, so in other words remove the aarch64 part from
the jobs that followed and then mask out all of layerscape from the NXP
ARM32 catch-all, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191119/800640e7/attachment.sig>


More information about the U-Boot mailing list