Skip to content
Snippets Groups Projects
Commit 0aed8797 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: build and publish bundles for SECO B68


This expands automatic updates to the SECO B68 board. Both new jobs
re-use existing generic jobs and contain no new logic.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent e27cef10
No related branches found
No related tags found
1 merge request!103.gitlab-ci.yml: publish RAUC bundle to HawkBit
......@@ -93,6 +93,17 @@ bundle-raspberrypi4-64:
CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-bundle-base
# Build a RAUC update bundle for SECO B68
bundle-seco-intel-b68:
extends: .build-rauc-bundle
stage: update
# Depend on the build job to prevent repeating build failures.
needs: [linux-seco-intel-b68]
variables:
MACHINE: seco-intel-b68
CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-bundle-base
.publish-rauc-bundle-to-hawkbit:
image: zyga/hawkbitctl:latest-ubuntu
# Use the deploy stage so that we only publish bundles to HawkBit if and only
......@@ -183,6 +194,16 @@ publish-raspberrypi4-64:
CI_ONIRO_RAUC_BUNDLE_NAME: oniro-bundle-base
MACHINE: raspberrypi4-64
publish-seco-intel-b68:
extends: .publish-rauc-bundle-to-hawkbit
dependencies: [bundle-seco-intel-b68]
needs: [bundle-seco-intel-b68]
variables:
CI_ONIRO_HAWKBIT_SWMOD_NAME: oniro-bundle-base-seco-intel-b68
CI_ONIRO_HAWKBIT_DS_NAME: oniro-image-base-seco-intel-b68
CI_ONIRO_RAUC_BUNDLE_NAME: oniro-bundle-base
MACHINE: seco-intel-b68
.build-wic-image-daily:
extends: .build-wic-image
variables:
......
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