[U-Boot] [PATCH] travis-ci: Add qemu-x86_64 target

Add qemu-x86_64 to the list of targets we use for test.py runs.
Signed-off-by: Tom Rini trini@konsulko.com --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 48b7b101f1c6..dab55f34e51d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,6 +311,13 @@ matrix: TOOLCHAIN="x86_64" BUILD_ROM="yes" - env: + - TEST_PY_BD="qemu-x86_64" + TEST_PY_TEST_SPEC="not sleep" + QEMU_TARGET="x86_64-softmmu" + BUILDMAN="^qemu-x86_64$" + TOOLCHAIN="x86_64" + BUILD_ROM="yes" + - env: - TEST_PY_BD="zynq_zc702" TEST_PY_TEST_SPEC="not sleep" QEMU_TARGET="arm-softmmu"

On Sat, Feb 11, 2017 at 10:44:05AM -0500, Tom Rini wrote:
Add qemu-x86_64 to the list of targets we use for test.py runs.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!

On Mon, Jan 22, 2018 at 08:11:54PM -0500, Tom Rini wrote:
On Sat, Feb 11, 2017 at 10:44:05AM -0500, Tom Rini wrote:
Add qemu-x86_64 to the list of targets we use for test.py runs.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
But, sigh, breaks on the EFI network test, so reverted.
participants (1)
-
Tom Rini