summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-04-02 14:01:26 +1200
committerSimon Glass <sjg@chromium.org>2023-04-03 06:53:53 +1200
commit8b60987899919014f812eeffb807f87f3197b759 (patch)
tree102c0d75f2fc2a0af42ef999377102fdb4a50228 /.azure-pipelines.yml
parent8511aabd98c9d13222846289bbb6bb8596c5f6ed (diff)
downloadu-boot-8b60987899919014f812eeffb807f87f3197b759.tar.gz
CI: Ensure that vpl test is run
This is actually skipped at present due to the condition in the file. Fix this by running all vpl tests. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 5594a67d6b..64da11e87f 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -263,7 +263,7 @@ stages:
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"
+ TEST_PY_TEST_SPEC: "vpl or test_spl"
sandbox_noinst:
TEST_PY_BD: "sandbox_noinst"
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"