summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-30 00:56:57 -0600
committerTom Rini <trini@konsulko.com>2022-05-02 10:01:52 -0400
commita31eff3015afc80429e2734781eaf52e48ab6663 (patch)
tree05567e5b1e394ee21a6fb39068d6c5882a35ee1b /.azure-pipelines.yml
parent5f195140a9ecd2bbb8525fcf94ee23d24f3caf3d (diff)
downloadu-boot-a31eff3015afc80429e2734781eaf52e48ab6663.tar.gz
CI: Run VPL tests
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>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 48a587a59e..4e5c4b785a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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"