diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 12:35:42 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 16:02:38 -0700 |
| commit | 0bc332a0418281a20435f7fa3c712ad1e1807337 (patch) | |
| tree | 96c382d4e708a90d9d6259d7285c044988e407f6 /meta-python/recipes-core/images/meta-python-image-ptest.bb | |
| parent | dad0bbf8b19989769fbf1d7e8982bc99c4686b9d (diff) | |
| download | meta-openembedded-0bc332a0418281a20435f7fa3c712ad1e1807337.tar.gz | |
python3-fastjsonschema: Add missing rdeps for ptests
Allocated 5G RAM to qemu when running the ptest to avoid OOMs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core/images/meta-python-image-ptest.bb')
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
| 31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" | 31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" |
| 32 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 2048" | 32 | # Needs atleast 5G to avoid OOMs |
| 33 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 5120" | ||
| 33 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" | 34 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" |
| 34 | 35 | ||
| 35 | TEST_SUITES = "ping ssh parselogs ptest" | 36 | TEST_SUITES = "ping ssh parselogs ptest" |
