diff options
author | Simon Glass <sjg@chromium.org> | 2023-04-02 14:01:26 +1200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-04-03 06:53:53 +1200 |
commit | 8b60987899919014f812eeffb807f87f3197b759 (patch) | |
tree | 102c0d75f2fc2a0af42ef999377102fdb4a50228 /.gitlab-ci.yml | |
parent | 8511aabd98c9d13222846289bbb6bb8596c5f6ed (diff) | |
download | u-boot-8b60987899919014f812eeffb807f87f3197b759.tar.gz u-boot-8b60987899919014f812eeffb807f87f3197b759.tar.bz2 u-boot-8b60987899919014f812eeffb807f87f3197b759.zip |
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 '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5431bf6011..2a423744c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,7 +301,7 @@ sandbox_noinst_test.py: sandbox_vpl test.py: variables: TEST_PY_BD: "sandbox_vpl" - TEST_PY_TEST_SPEC: "test_vpl_help or test_spl" + TEST_PY_TEST_SPEC: "vpl or test_spl" <<: *buildman_and_testpy_dfn # Enable tracing and disable LTO, to ensure functions are not elided |