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

.oniro-ci: do not pull artifacts from previous stage when building bundles


This saves several gigabytes of traffic per build. Those artifacts
are automatically pulled due to being present in the previous stage.
Bundle is built from source, so no artifact is ever used.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent bdbe65e7
No related branches found
No related tags found
3 merge requests!102.oniro-ci: assorted improvements to build pipelines,!101Draft: .oniro-ci,gitlab-ci.yml: add support for publishing bundles to hawkbit,!100Draft: .oniro-ci: publish rauc bundles for pi4 to hawkbit
...@@ -313,6 +313,8 @@ ...@@ -313,6 +313,8 @@
extends: .build-image extends: .build-image
variables: variables:
CI_ONIRO_JOB_ARTIFACTS: "*.raucb" CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
# Avoid pulling in any artifacts from the previous stage.
dependencies: []
.build-zephyr-image: .build-zephyr-image:
extends: .build-image extends: .build-image
......
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