Skip to content
Snippets Groups Projects

.oniro-ci: enable wic image debug mode for LAVA testing

Merged Chase Qi requested to merge (removed):linux-debug into kirkstone
All threads resolved!
Files
2
@@ -162,6 +162,8 @@
@@ -162,6 +162,8 @@
| sed -e 's/^CI_ONIRO_BB_LOCAL_CONF_plus_equals_//g' -e 's/"/\\"/g' -e 's/=/ += "/g' -e 's/$/"/g' \
| sed -e 's/^CI_ONIRO_BB_LOCAL_CONF_plus_equals_//g' -e 's/"/\\"/g' -e 's/=/ += "/g' -e 's/$/"/g' \
| sort \
| sort \
| tee -a conf/local.conf )
| tee -a conf/local.conf )
 
# Print local conf for debugging.
 
- grep -E '^[^#]' conf/local.conf
# Sanity check: disallow using public build cache with a specific setting
# Sanity check: disallow using public build cache with a specific setting
# in local.conf. The list of settings may grow over time.
# in local.conf. The list of settings may grow over time.
@@ -299,6 +301,11 @@
@@ -299,6 +301,11 @@
.build-wic-image:
.build-wic-image:
extends: .build-image
extends: .build-image
variables:
variables:
 
# cve-check is enabled in the .bitbake-workspace job. Append
 
# oniro-debug-linux for all wic image build jobs to enable root login which
 
# is required in LAVA test jobs. The variable can be overwritten in build
 
# job level for builds that require non-root user.
 
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: "cve-check oniro-debug-linux"
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap"
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap"
script:
script:
- !reference [.build-image, script]
- !reference [.build-image, script]
Loading