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

.ostc-ci: use build-wic-image for qemu


Our QEMU builds were using the .build-image job, which archives all of
the deploy/image directory. This directory started to inflate recently,
in ways I did not explore.

Given that this breaks CI and is split across repositories the
.build-wic-image job was pushed into the manifest repository. Now with
the new job available we can switch the x86 and x86_64 QEMU image builds
to use the new .build-wic-image job, which saves a subset of the
artifacts that CI actually consumes downstream.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 81dae77d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# The following jobs are documented in docs/ci/shared-jobs.rst # The following jobs are documented in docs/ci/shared-jobs.rst
linux-qemu-x86: linux-qemu-x86:
extends: .build-image extends: .build-wic-image
variables: variables:
MACHINE: qemux86 MACHINE: qemux86
OHOS_BUILD_FLAVOUR: linux OHOS_BUILD_FLAVOUR: linux
...@@ -28,7 +28,7 @@ linux-qemu-x86: ...@@ -28,7 +28,7 @@ linux-qemu-x86:
OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
linux-qemu-x86_64: linux-qemu-x86_64:
extends: .build-image extends: .build-wic-image
variables: variables:
MACHINE: qemux86-64 MACHINE: qemux86-64
OHOS_BUILD_FLAVOUR: linux OHOS_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