[U-Boot] [PATCH v2 6/6] travis.yml: Add job for running test.py in qemu_arm

Bin Meng bmeng.cn at gmail.com
Wed Sep 20 05:02:04 UTC 2017


Hi Tuomas,

On Wed, Sep 20, 2017 at 4:18 AM, Tuomas Tynkkynen
<tuomas.tynkkynen at iki.fi> wrote:
> Note that this commit requires
> https://github.com/swarren/uboot-test-hooks/pull/14 to go in first.
>

I believe the above should not be put into the commit message, instead
we can put it below ---

> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
> ---
>  .travis.yml | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 1d29eb35c1..b8f69f0a0c 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -289,6 +289,11 @@ matrix:
>            QEMU_TARGET="arm-softmmu"
>            BUILDMAN="^integratorcp_cm926ejs$"
>      - env:
> +        - TEST_PY_BD="qemu_arm"
> +          TEST_PY_TEST_SPEC="not sleep"
> +          QEMU_TARGET="arm-softmmu"
> +          BUILDMAN="^qemu_arm$"
> +    - env:
>          - TEST_PY_BD="qemu_mips"
>            TEST_PY_TEST_SPEC="not sleep"
>            QEMU_TARGET="mips-softmmu"
> --

Regards,
Bin


More information about the U-Boot mailing list