[U-Boot] [PATCH v2] travis: rework NXP layerscape jobs
Heiko Schocher
hs at denx.de
Thu Nov 21 06:24:26 UTC 2019
Hello Bin,
Am 21.11.2019 um 06:51 schrieb Bin Meng:
> Hi Heiko,
>
> On Thu, Nov 21, 2019 at 1:48 PM Heiko Schocher <hs at denx.de> wrote:
>>
>> remove from NXP arm32 all layerscape boards and
>> build them instead in already existing layerscape
>> jobs (which now not only build aarch64 boards)
>>
>> Signed-off-by: Heiko Schocher <hs at denx.de>
>> ---
>> travis build:
>> https://travis-ci.org/hsdenx/u-boot-test/builds/614396275?utm_medium=notification&utm_source=email
>>
>> Changes in v2:
>> - collect in the layerscape jobs not only aarch64 based
>> boards as Tom suggested.
>> - change subject, old was
>> "travis: split NXP ARM32 job"
>>
>> .travis.yml | 28 ++++++++++++++--------------
>> 1 file changed, 14 insertions(+), 14 deletions(-)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index f6aec96770..d5f34f96cc 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -183,27 +183,27 @@ matrix:
>> - name: "buildman ARM bcm"
>> env:
>> - BUILDMAN="bcm -x mips"
>> - - name: "buildman NXP ARM32"
>> + - name: "buildman NXP ARM32 (catch-all)"
>> env:
>> - - BUILDMAN="freescale -x powerpc,m68k,aarch64"
>> - - name: "buildman NXP AArch64 LS101x"
>> + - BUILDMAN="freescale -x powerpc,m68k,aarch64,ls101,ls102,ls104,ls108,ls20,lx216"
>> + - name: "buildman NXP LS101x"
>> env:
>> - - BUILDMAN="freescale&aarch64&ls101"
>> - - name: "buildman NXP AArch64 LS102x"
>> + - BUILDMAN="freescale&ls101"
>> + - name: "buildman NXP LS102x"
>> env:
>> - - BUILDMAN="freescale&aarch64&ls102"
>> - - name: "buildman NXP AArch64 LS104x"
>> + - BUILDMAN="freescale&ls102"
>> + - name: "buildman NXP LS104x"
>> env:
>> - - BUILDMAN="freescale&aarch64&ls104"
>> - - name: "buildman NXP AArch64 LS108x"
>> + - BUILDMAN="freescale&ls104"
>> + - name: "buildman NXP LS108x"
>> env:
>> - - BUILDMAN="freescale&aarch64&ls108"
>> - - name: "buildman NXP AArch64 LS20xx"
>> + - BUILDMAN="freescale&ls108"
>> + - name: "buildman NXP LS20xx"
>> env:
>> - - BUILDMAN="freescale&aarch64&ls20"
>> - - name: "buildman NXP AArch64 LX216x"
>> + - BUILDMAN="freescale&ls20"
>> + - name: "buildman NXP LX216x"
>> env:
>> - - BUILDMAN="freescale&aarch64&lx216"
>> + - BUILDMAN="freescale&lx216"
>> - name: "buildman i.MX6 tqc"
>> env:
>> - BUILDMAN="mx6&tqc"
>
> Will you do the same for Azure? Or does this only apply to Travis?
The patch is only for travis, as travis has a job timeout of 50 minutes,
and this job took to long for me...
The question is, does have Azure also such a job timeout?
Do we want to have the Azure jobs in sync with travis jobs?
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de
More information about the U-Boot
mailing list