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

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"

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!

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
participants (2)
-
Heiko Schocher
-
Tom Rini