gitlab-ci: Add qemu-riscv64 testing
Mirror the qemu-riscv64 testing we do on Travis. Update to a newer Docker image that contains riscv64-softmmu for QEMU. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1013233a08
commit
7298d82d91
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Grab our configured image. The source for this is found at:
|
# Grab our configured image. The source for this is found at:
|
||||||
# https://gitlab.denx.de/u-boot/gitlab-ci-runner
|
# https://gitlab.denx.de/u-boot/gitlab-ci-runner
|
||||||
image: trini/u-boot-gitlab-ci-runner:xenial-20190720-29Jul2019
|
image: trini/u-boot-gitlab-ci-runner:xenial-20190720-02Aug2019
|
||||||
|
|
||||||
# We run some tests in different order, to catch some failures quicker.
|
# We run some tests in different order, to catch some failures quicker.
|
||||||
stages:
|
stages:
|
||||||
@ -286,6 +286,14 @@ qemu-ppce500 test.py:
|
|||||||
BUILDMAN: "^qemu-ppce500$"
|
BUILDMAN: "^qemu-ppce500$"
|
||||||
<<: *buildman_and_testpy_dfn
|
<<: *buildman_and_testpy_dfn
|
||||||
|
|
||||||
|
qemu-riscv64 test.py:
|
||||||
|
tags: [ 'all' ]
|
||||||
|
variables:
|
||||||
|
TEST_PY_BD: "qemu-riscv64"
|
||||||
|
TEST_PY_TEST_SPEC: "not sleep"
|
||||||
|
BUILDMAN: "^qemu-riscv64$"
|
||||||
|
<<: *buildman_and_testpy_dfn
|
||||||
|
|
||||||
qemu-x86 test.py:
|
qemu-x86 test.py:
|
||||||
tags: [ 'all' ]
|
tags: [ 'all' ]
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user