gitlab-ci: Add evb-ast2500 test.py test
authorTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 20:06:57 +0000 (16:06 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:29:52 +0000 (11:29 -0400)
Bring us back into line with current Travis tests.

Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml

index 3ddd5ad99a859e38997b05a4f4cd9da1a4b34c42..cb636b25a61e2d03c122eb1737cc5957f71a0168 100644 (file)
@@ -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: