summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-10-25 20:38:36 -0600
committerSimon Glass <sjg@chromium.org>2020-10-29 14:42:18 -0600
commitafb26ba9a7c0812c56d40ba00554bd1e2f3be460 (patch)
treee268916236783e5ee324ceeeec8debb3fb30ca42 /.gitlab-ci.yml
parenta8b1fbc14d064d7b14bf887730300f4dbf856473 (diff)
Azure/GitLab/Travis: Add SPL unit tests
Run SPL unit tests in all test environments. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ac2b336a1..b1e0b3bc9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,7 +198,7 @@ sandbox_spl test.py:
tags: [ 'all' ]
variables:
TEST_PY_BD: "sandbox_spl"
- TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
+ TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
<<: *buildman_and_testpy_dfn
evb-ast2500 test.py: