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

NOMERGE: remove dependency between bundle and image


This speeds up testing and iteration during pipeline development.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 5c633754
No related tags found
1 merge request!101Draft: .oniro-ci,gitlab-ci.yml: add support for publishing bundles to hawkbit
...@@ -87,7 +87,9 @@ bundle-raspberrypi4-64: ...@@ -87,7 +87,9 @@ bundle-raspberrypi4-64:
extends: .build-rauc-bundle extends: .build-rauc-bundle
stage: update stage: update
# Depend on the build job to prevent repeating build failures. # Depend on the build job to prevent repeating build failures.
needs: [linux-raspberrypi4-64] # disabled for development
# needs: [linux-raspberrypi4-64]
needs: []
variables: variables:
MACHINE: raspberrypi4-64 MACHINE: raspberrypi4-64
CI_ONIRO_BUILD_FLAVOUR: linux CI_ONIRO_BUILD_FLAVOUR: linux
......
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