[PATCH v3 22/22] CI: Add tests for gitlab and azure
Simon Glass
sjg at chromium.org
Thu Apr 17 20:16:04 CEST 2025
Add tests that
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Add test for aarch64
- Add tests for azure
.azure-pipelines.yml | 6 ++++++
.gitlab-ci.yml | 12 ++++++++++++
2 files changed, 18 insertions(+)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index cb787d32f14..737ba61b46a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -444,6 +444,12 @@ stages:
qemu_arm_sbsa_ref:
TEST_PY_BD: "qemu-arm-sbsa"
TEST_PY_TEST_SPEC: "not sleep"
+ qemu_arm_spl:
+ TEST_PY_BD: "qemu_arm_spl"
+ TEST_PY_TEST_SPEC: "test_passage"
+ qemu_arm64_spl:
+ TEST_PY_BD: "qemu_arm64_spl"
+ TEST_PY_TEST_SPEC: "test_passage"
qemu_m68k:
TEST_PY_BD: "M5208EVBE"
TEST_PY_ID: "--id qemu"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f3418e482f..7e42859faa3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -376,6 +376,18 @@ qemu_arm_sbsa 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: "test_passage"
+ <<: *buildman_and_testpy_dfn
+
+qemu_arm64 spl_test.py:
+ variables:
+ TEST_PY_BD: "qemu_arm64_spl"
+ TEST_PY_TEST_SPEC: "test_passage"
+ <<: *buildman_and_testpy_dfn
+
qemu_m68k test.py:
variables:
TEST_PY_BD: "M5208EVBE"
--
2.43.0
More information about the U-Boot
mailing list