
Add this to CI. This relies on a u-boot-test-hooks update
Signed-off-by: Simon Glass sjg@chromium.org ---
.azure-pipelines.yml | 3 +++ .gitlab-ci.yml | 6 ++++++ 2 files changed, 9 insertions(+)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 93111eb6127..51c4346ce64 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -415,6 +415,9 @@ stages: qemu_arm64: TEST_PY_BD: "qemu_arm64" TEST_PY_TEST_SPEC: "not sleep" + qemu_arm64_tpl: + TEST_PY_BD: "qemu_arm64_tpl" + TEST_PY_TEST_SPEC: "test_reloc_loader" qemu_m68k: TEST_PY_BD: "M5208EVBE" TEST_PY_ID: "--id qemu" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d621031b85..8020853b73c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -344,6 +344,12 @@ qemu_arm64 test.py: TEST_PY_TEST_SPEC: "not sleep" <<: *buildman_and_testpy_dfn
+qemu_arm64 tpl_test.py: + variables: + TEST_PY_BD: "qemu_arm64_tpl" + TEST_PY_TEST_SPEC: "test_reloc_loader" + <<: *buildman_and_testpy_dfn + qemu_m68k test.py: variables: TEST_PY_BD: "M5208EVBE"