diff mbox series

[U-Boot] travis: split 32bit sun8i job

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

Commit Message

Heiko Schocher Nov. 16, 2019, 6:58 a.m. UTC
sun8i 32bit job needs to long, so split this job into
2 jobs. One which build all orangepi sun8i boards and
the other job catches all other sun8i 32bit boards.

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, 2:06 p.m. UTC | #1
On Sat, Nov 16, 2019 at 07:58:23AM +0100, Heiko Schocher wrote:

> sun8i 32bit job needs to long, so split this job into
> 2 jobs. One which build all orangepi sun8i boards and
> the other job catches all other sun8i 32bit boards.
> 
> 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 141f161346..65f562ca34 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -240,9 +240,12 @@ matrix:
>      - name: "buildman 64bit sun8i"
>        env:
>          - BUILDMAN="sun8i&aarch64"
> -    - name: "buildman 32bit sun8i"
> +    - name: "buildman 32bit sun8i orangepi"
>        env:
> -        - BUILDMAN="sun8i&armv7"
> +        - BUILDMAN="sun8i&armv7&orangepi"
> +    - name: "buildman 32bit sun8i catch-all"
> +      env:
> +        - BUILDMAN="sun8i&armv7 -x orangepi"
>      - name: "buildman sun9i"
>        env:
>          - BUILDMAN="sun9i"

We should move orangepi to a vendor job and exclude them from sunxi and
rockchip jobs, thanks!
Heiko Schocher Nov. 20, 2019, 7:26 a.m. UTC | #2
Hello Tom,

Am 19.11.2019 um 15:06 schrieb Tom Rini:
> On Sat, Nov 16, 2019 at 07:58:23AM +0100, Heiko Schocher wrote:
> 
>> sun8i 32bit job needs to long, so split this job into
>> 2 jobs. One which build all orangepi sun8i boards and
>> the other job catches all other sun8i 32bit boards.
>>
>> 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 141f161346..65f562ca34 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -240,9 +240,12 @@ matrix:
>>       - name: "buildman 64bit sun8i"
>>         env:
>>           - BUILDMAN="sun8i&aarch64"
>> -    - name: "buildman 32bit sun8i"
>> +    - name: "buildman 32bit sun8i orangepi"
>>         env:
>> -        - BUILDMAN="sun8i&armv7"
>> +        - BUILDMAN="sun8i&armv7&orangepi"
>> +    - name: "buildman 32bit sun8i catch-all"
>> +      env:
>> +        - BUILDMAN="sun8i&armv7 -x orangepi"
>>       - name: "buildman sun9i"
>>         env:
>>           - BUILDMAN="sun9i"
> 
> We should move orangepi to a vendor job and exclude them from sunxi and
> rockchip jobs, thanks!

Yes, good idea, 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 141f161346..65f562ca34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -240,9 +240,12 @@  matrix:
     - name: "buildman 64bit sun8i"
       env:
         - BUILDMAN="sun8i&aarch64"
-    - name: "buildman 32bit sun8i"
+    - name: "buildman 32bit sun8i orangepi"
       env:
-        - BUILDMAN="sun8i&armv7"
+        - BUILDMAN="sun8i&armv7&orangepi"
+    - name: "buildman 32bit sun8i catch-all"
+      env:
+        - BUILDMAN="sun8i&armv7 -x orangepi"
     - name: "buildman sun9i"
       env:
         - BUILDMAN="sun9i"