]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
CI: Run VPL tests
authorSimon Glass <sjg@chromium.org>
Sat, 30 Apr 2022 06:56:57 +0000 (00:56 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 May 2022 14:01:52 +0000 (10:01 -0400)
Add tests for VPL into the mix. For now this just runs the help test and
a few SPL ones.

Signed-off-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml

index 48a587a59ea307a03bfc1bf60b438c1ec8ed1dd5..4e5c4b785a76f9c7348db70941546fcfc1660373 100644 (file)
@@ -245,6 +245,9 @@ stages:
         sandbox_spl:
           TEST_PY_BD: "sandbox_spl"
           TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
+        sandbox_vpl:
+          TEST_PY_BD: "sandbox_vpl"
+          TEST_PY_TEST_SPEC: "test_vpl_help or test_spl"
         sandbox_noinst:
           TEST_PY_BD: "sandbox_noinst"
           TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
index f193ffd3cbc41550051b1b7b126d2bf90af9c051..c6a608f7e2a74763dc6e533bff3cf4157f7cd06d 100644 (file)
@@ -260,6 +260,12 @@ sandbox_noinst_test.py:
     TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
   <<: *buildman_and_testpy_dfn
 
+sandbox_vpl test.py:
+  variables:
+    TEST_PY_BD: "sandbox_vpl"
+    TEST_PY_TEST_SPEC: "test_vpl_help or test_spl"
+  <<: *buildman_and_testpy_dfn
+
 evb-ast2500 test.py:
   variables:
     TEST_PY_BD: "evb-ast2500"