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

.gitlab-ci.yml: use explicit dependency on pi4 bundle build job


This allows the bundle job to be started even if just one of the jobs
in the previous stage, the one for pi4 image build, succeeds. This is
better for testing and allows jobs to start and finish faster, reducing
total build time.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent e482657c
No related branches found
No related tags found
2 merge requests!101Draft: .oniro-ci,gitlab-ci.yml: add support for publishing bundles to hawkbit,!100Draft: .oniro-ci: publish rauc bundles for pi4 to hawkbit
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
...@@ -86,6 +86,8 @@ aggregate-docs: ...@@ -86,6 +86,8 @@ aggregate-docs:
bundle-raspberrypi4-64: 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.
needs: [linux-raspberrypi4-64]
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