Skip to content
Snippets Groups Projects

Draft: .oniro-ci: publish rauc bundles for pi4 to hawkbit

Closed Zygmunt Krynicki requested to merge zyga/oniro:feature/pi-bundle-publishing into kirkstone
Files
2
@@ -293,7 +293,7 @@
(
cd "$BITBAKE_TMPDIR"/deploy/
for artifact in $CI_ONIRO_JOB_ARTIFACTS; do
find ./ -type f -name "$artifact" -exec cp --parents {} "$CI_PROJECT_DIR"/artifacts \;
find ./ \( -type f -o -type l \) -name "$artifact" -exec cp --verbose --archive --parents {} "$CI_PROJECT_DIR"/artifacts \;
done
)
fi
@@ -312,9 +312,12 @@
.build-rauc-bundle:
extends: .build-image
variables:
# Put timestamp into bundle name.
CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-$${DATETIME}"
# Collect rauc bundles as artifacts.
CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
script:
- !reference [.build-image, script]
# Avoid pulling in any artifacts from the previous stage.
dependencies: []
.build-zephyr-image:
extends: .build-image
Loading