summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-core/images')
-rw-r--r--meta-python/recipes-core/images/meta-python-image-ptest-all.bb2
-rw-r--r--meta-python/recipes-core/images/meta-python-image-ptest.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
index d6708c5fd0..56c392f036 100644
--- a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
+++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
9require conf/include/ptest-packagelists-meta-python.inc 9require conf/include/ptest-packagelists-meta-python.inc
10 10
11# Include the full set of ptests 11# Include the full set of ptests
12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" 12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" 15do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb
index 002bd7a39e..794b9d1e4d 100644
--- a/meta-python/recipes-core/images/meta-python-image-ptest.bb
+++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb
@@ -29,7 +29,8 @@ QB_MEM = "-m 1024"
29#QB_MEM:virtclass-mcextend-<pn> = "-m 4096" 29#QB_MEM:virtclass-mcextend-<pn> = "-m 4096"
30# python3-scrypt ptests run into OOMs on RISCV64 qemu 30# python3-scrypt ptests run into OOMs on RISCV64 qemu
31QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" 31QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048"
32QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 2048" 32# Needs atleast 5G to avoid OOMs
33QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 5120"
33QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" 34QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048"
34 35
35TEST_SUITES = "ping ssh parselogs ptest" 36TEST_SUITES = "ping ssh parselogs ptest"