Enable qemu-loongarch64 in CI so it could be automatically tested.
Signed-off-by: Yao Zi <[email protected]>
---
New patch since v3
.azure-pipelines.yml | 11 +++++++----
.gitlab-ci.yml | 6 ++++++
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 015fc15d5c29..0c350ae9d46c 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -19,7 +19,7 @@ variables:
k3_64b: "k3 -x armv7,phytec,toradex"
kirkwood_mvebu: "kirkwood mvebu"
layerscape_vf610: "ls1 ls2 lx2 vf610 -x phytec,toradex"
- m68k_remaining_mx_xtensa: "m68k imxrt mx xtensa -x mx6,aarch64"
+ loongarch_m68k_remaining_mx_xtensa: "loongarch m68k imxrt mx xtensa -x
mx6,aarch64"
mips_x86: "mips x86 -x mediatek"
mx6: "mx6 -x engicam,phytec,toradex"
imx8: "imx8 -x engicam,phytec,toradex"
@@ -212,7 +212,7 @@ stages:
built="$built $(tools/buildman/buildman ${BMANARGS} $(k3_64b) | grep
'^ ')"
built="$built $(tools/buildman/buildman ${BMANARGS}
$(kirkwood_mvebu) | grep '^ ')"
built="$built $(tools/buildman/buildman ${BMANARGS}
$(layerscape_vf610) | grep '^ ')"
- built="$built $(tools/buildman/buildman ${BMANARGS}
$(m68k_remaining_mx_xtensa) | grep '^ ')"
+ built="$built $(tools/buildman/buildman ${BMANARGS}
$(loongarch_m68k_remaining_mx_xtensa) | grep '^ ')"
built="$built $(tools/buildman/buildman ${BMANARGS} $(mips_x86) |
grep '^ ')"
built="$built $(tools/buildman/buildman ${BMANARGS} $(mx6) | grep '^
')"
built="$built $(tools/buildman/buildman ${BMANARGS} $(imx8) | grep
'^ ')"
@@ -490,6 +490,9 @@ stages:
qemu_arm_sbsa_ref:
TEST_PY_BD: "qemu-arm-sbsa"
TEST_PY_TEST_SPEC: "not sleep"
+ qemu_loongarch64:
+ TEST_PY_BD: "qemu-loongarch64"
+ TEST_PY_TEST_SPEC: "not sleep"
qemu_m68k:
TEST_PY_BD: "M5208EVBE"
TEST_PY_ID: "--id qemu"
@@ -657,8 +660,8 @@ stages:
BUILDMAN: $(kirkwood_mvebu)
layerscape_vf610:
BUILDMAN: $(layerscape_vf610)
- m68k_remaining_mx_xtensa:
- BUILDMAN: $(m68k_remaining_mx_xtensa)
+ loongarch_m68k_remaining_mx_xtensa:
+ BUILDMAN: $(loongarch_m68k_remaining_mx_xtensa)
mips_x86:
BUILDMAN: $(mips_x86)
mx6:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9831dd61bc18..e7957c581560 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -415,6 +415,12 @@ qemu_arm_sbsa test.py:
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn
+qemu_loongarch64 test.py:
+ variables:
+ TEST_PY_BD: "qemu-loongarch64"
+ TEST_PY_TEST_SPEC: "not sleep"
+ <<: *buildman_and_testpy_dfn
+
qemu_m68k test.py:
variables:
TEST_PY_BD: "M5208EVBE"
--
2.55.0