Commit 7298d82d91940e7b4fb464a9d52c7051ddde2298

Authored by Tom Rini
1 parent 1013233a08

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>

Showing 1 changed file with 9 additions and 1 deletions Side-by-side Diff

... ... @@ -2,7 +2,7 @@
2 2  
3 3 # Grab our configured image. The source for this is found at:
4 4 # https://gitlab.denx.de/u-boot/gitlab-ci-runner
5   -image: trini/u-boot-gitlab-ci-runner:xenial-20190720-29Jul2019
  5 +image: trini/u-boot-gitlab-ci-runner:xenial-20190720-02Aug2019
6 6  
7 7 # We run some tests in different order, to catch some failures quicker.
8 8 stages:
... ... @@ -284,6 +284,14 @@
284 284 TEST_PY_BD: "qemu-ppce500"
285 285 TEST_PY_TEST_SPEC: "not sleep"
286 286 BUILDMAN: "^qemu-ppce500$"
  287 + <<: *buildman_and_testpy_dfn
  288 +
  289 +qemu-riscv64 test.py:
  290 + tags: [ 'all' ]
  291 + variables:
  292 + TEST_PY_BD: "qemu-riscv64"
  293 + TEST_PY_TEST_SPEC: "not sleep"
  294 + BUILDMAN: "^qemu-riscv64$"
287 295 <<: *buildman_and_testpy_dfn
288 296  
289 297 qemu-x86 test.py: