summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-03-18 18:42:58 +0300
committerTom Rini <trini@konsulko.com>2020-04-11 04:33:09 +0300
commite28e9db69c4326a0f1339b94cfcd195441b8e31f (patch)
treed1d5eb3219738bf7c18d439f6f55f1cb951fd01d /.gitlab-ci.yml
parentdd5c954e917b937f85a2f8bfd79e0c9bce372985 (diff)
downloadu-boot-e28e9db69c4326a0f1339b94cfcd195441b8e31f.tar.xz
travis/gitlab/azure: Enable test_handoff
Ensure that this SPL test runs on gitlab. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
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 8707085854..59f7f0b8bc 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"
+ TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
<<: *buildman_and_testpy_dfn
evb-ast2500 test.py: