Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit f164562

Browse files
committed
ci: skip memory integration tests on aarch64
Since the new feature: memory hotplug, which uses the " (qemu) device_add pc-dimm,id=dimm1,memdev=mem1 " to limit memory on runtime, is not availble on arm platform, for now we just have to resort to skip relevant tests in aarch64. Fixes: #879 Signed-off-by: Penny Zheng [email protected]
1 parent b56592f commit f164562

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/aarch64/configuration_aarch64.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ docker:
2121
- Update number of CPUs
2222
- Hot plug CPUs
2323
- Update CPU constraints
24+
- memory constraints
25+
- Hotplug memory when create containers
26+
- run container and update its memory constraints
2427
Context:
2528
- remove bind-mount source before container exits
26-
- run container exceeding memory constraints
2729
It:

0 commit comments

Comments
 (0)