summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-17 16:06:57 -0400
committerTom Rini <trini@konsulko.com>2019-07-17 16:06:57 -0400
commitcb5e81c5cdb985e4d987f67409ac39a01d33663c (patch)
tree7d1e820bd54888195ec482b6717b031cceec3d9e
parentf71a776b125d00b254332e79688b474d06a0e766 (diff)
downloadu-boot-WIP/2019-07-17-ci-imports.tar.gz
gitlab-ci: Add evb-ast2500 test.py testWIP/2019-07-17-ci-imports
Bring us back into line with current Travis tests. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ddd5ad99a..cb636b25a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -159,6 +159,16 @@ sandbox_spl test.py:
TEST_PY_TEST_SPEC: "test_ofplatdata"
<<: *buildman_and_testpy_dfn
+evb-ast2500 test.py:
+ tags: [ 'all' ]
+ variables:
+ TEST_PY_BD: "evb-ast2500"
+ TEST_PY_ID: "--id qemu"
+ QEMU_TARGET: "arm-softmmu"
+ QEMU_VERSION: "506179e42112be77bfd071f050b15762d3b2cd43"
+ BUILDMAN: "^evb-ast2500$"
+ <<: *buildman_and_testpy_dfn
+
sandbox_flattree test.py:
tags: [ 'all' ]
variables: