Commit 7ea1046
committed
ci/ci: enable ptest-pkgs image features
Adding "ptest-pkgs" to IMAGE_FEATURES causes all -ptest packages
to be additionally installed.
To exercise the installed unit testing, we simply run ptest-runner.
Ptests won't work with sota, and it is even removed from distro features.
So it doesn't make sense to enable it in this case.
Here are the results for `ci/qcom-armv8a.yml:ci/qcom-distro.yml`
Before this PR:
```
31G build/tmp/deploy/images/qcom-armv8a
1.6G qcom-container-orchestration-image-qcom-armv8a.rootfs.ext4.gz
0.7G qcom-multimedia-image-qcom-armv8a.rootfs.ext4.gz
1.4G qcom-multimedia-proprietary-image-qcom-armv8a.rootfs.ext4.gz
```
After this PR:
```
48G build/tmp/deploy/images/qcom-armv8a
2.4G qcom-container-orchestration-image-qcom-armv8a.rootfs.ext4.gz
1.5G qcom-multimedia-image-qcom-armv8a.rootfs.ext4.gz
2.1G qcom-multimedia-proprietary-image-qcom-armv8a.rootfs.ext4.gz
```
Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>1 parent 75c04e1 commit 7ea1046
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
0 commit comments