This needs fixing up once the new hooks land as well as adding an azure rule.
Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v2: - Rebase to master (dropping bloblist patches already applied) .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c44c01e7bf..31f3d7e55a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -261,6 +261,12 @@ qemu_arm64 test.py: TEST_PY_TEST_SPEC: "not sleep" <<: *buildman_and_testpy_dfn +#qemu_arm spl_test.py: +# variables: +# TEST_PY_BD: "qemu_arm_spl" +# TEST_PY_TEST_SPEC: "not sleep" +# <<: *buildman_and_testpy_dfn + qemu_malta test.py: variables: TEST_PY_BD: "malta" -- 2.34.1.703.g22d0c6ccf7-goog