Skip to content
Snippets Groups Projects
Commit 32004942 authored by Thierry Escande's avatar Thierry Escande
Browse files

CI: First fetch for openharmony v3.1.1


I don't have a valid explanation for that but it turns out that fetching
3.0 repositories first then 3.1.1 ones leads to bitbake fetch failures.
Starting by fetching 3.1.1 then 3.0 repositories works better.

Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent 3ed38488
No related branches found
No related tags found
1 merge request!23Update OpenHarmony source repositories to v3.1.1
...@@ -191,7 +191,7 @@ fetch: ...@@ -191,7 +191,7 @@ fetch:
# there by .bitbake before_script but with an empty string. # there by .bitbake before_script but with an empty string.
- export DISTRO MACHINE - export DISTRO MACHINE
- for DISTRO in oniro-openharmony-linux ; do - for DISTRO in oniro-openharmony-linux ; do
for OPENHARMONY_VERSION in 3.0 3.1 ; do for OPENHARMONY_VERSION in 3.1 3.0 ; do
for MACHINE in qemuarma7 ; do for MACHINE in qemuarma7 ; do
RECIPES="oniro-openharmony-bundle openharmony-standard-image openharmony-standard-image-tests" ; RECIPES="oniro-openharmony-bundle openharmony-standard-image openharmony-standard-image-tests" ;
echo Fetching DISTRO=$DISTRO OPENHARMONY_VERSION=$OPENHARMONY_VERSION MACHINE=$MACHINE RECIPE=$RECIPE ; echo Fetching DISTRO=$DISTRO OPENHARMONY_VERSION=$OPENHARMONY_VERSION MACHINE=$MACHINE RECIPE=$RECIPE ;
...@@ -268,7 +268,7 @@ build: ...@@ -268,7 +268,7 @@ build:
parallel: parallel:
matrix: matrix:
- DISTRO: [oniro-openharmony-linux] - DISTRO: [oniro-openharmony-linux]
OPENHARMONY_VERSION: ["3.0", "3.1"] OPENHARMONY_VERSION: ["3.1", "3.0"]
MACHINE: [qemuarma7] MACHINE: [qemuarma7]
RECIPE: [oniro-openharmony-toolchain, oniro-openharmony-bundle, openharmony-standard-image] RECIPE: [oniro-openharmony-toolchain, oniro-openharmony-bundle, openharmony-standard-image]
artifacts: artifacts:
...@@ -294,7 +294,7 @@ ptest: ...@@ -294,7 +294,7 @@ ptest:
parallel: parallel:
matrix: matrix:
- DISTRO: [oniro-openharmony-linux] - DISTRO: [oniro-openharmony-linux]
OPENHARMONY_VERSION: ["3.0", "3.1"] OPENHARMONY_VERSION: ["3.1", "3.0"]
MACHINE: [qemuarma7] MACHINE: [qemuarma7]
RECIPE: [openharmony-standard-image-tests] RECIPE: [openharmony-standard-image-tests]
artifacts: artifacts:
......
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