diff options
author | Simon Glass <sjg@chromium.org> | 2022-04-30 00:56:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-02 10:01:52 -0400 |
commit | a31eff3015afc80429e2734781eaf52e48ab6663 (patch) | |
tree | 05567e5b1e394ee21a6fb39068d6c5882a35ee1b /.gitlab-ci.yml | |
parent | 5f195140a9ecd2bbb8525fcf94ee23d24f3caf3d (diff) | |
download | u-boot-a31eff3015afc80429e2734781eaf52e48ab6663.tar.gz u-boot-a31eff3015afc80429e2734781eaf52e48ab6663.tar.bz2 u-boot-a31eff3015afc80429e2734781eaf52e48ab6663.zip |
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 '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f193ffd3cb..c6a608f7e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" |