Skip to content
Snippets Groups Projects
Commit 4d6d2b77 authored by Chase Qi's avatar Chase Qi
Browse files

ci: add build-wic-image-daily job for daily test


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent c64eda36
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,15 @@ bundle-raspberrypi4-64: ...@@ -91,6 +91,15 @@ bundle-raspberrypi4-64:
CI_ONIRO_BUILD_FLAVOUR: linux CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-bundle-base CI_ONIRO_RECIPE_NAME: oniro-bundle-base
.build-wic-image-daily:
extends: .build-wic-image
variables:
# Add packages needed by daily testing.
CI_ONIRO_BB_LOCAL_CONF_IMAGE_INSTALL_colon_append: " ltp"
rules:
# Run the build for scheduled pipelines.
- if: '$CI_PIPELINE_SOURCE == "schedule"'
# Mimic the updated rules for lava-test from the bitbake-workspace. # Mimic the updated rules for lava-test from the bitbake-workspace.
.lava-test: .lava-test:
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment