diff mbox series

[U-Boot] travis: split NXP ARM32 job

Message ID 20191116065651.3571674-1-hs@denx.de
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [U-Boot] travis: split NXP ARM32 job | expand

Commit Message

Heiko Schocher Nov. 16, 2019, 6:56 a.m. UTC
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@denx.de>
---
travis build:
https://travis-ci.org/hsdenx/u-boot-test/builds/612281027

 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Tom Rini Nov. 19, 2019, 12:29 p.m. UTC | #1
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@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!
Heiko Schocher Nov. 20, 2019, 7:26 a.m. UTC | #2
Hello Tom,

Am 19.11.2019 um 13:29 schrieb Tom Rini:
> 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@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!

Done, build started:
https://travis-ci.org/hsdenx/u-boot-test/builds/614396275

bye,
Heiko
diff mbox series

Patch

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"