Skip to content
Snippets Groups Projects
Commit ce3f28cd authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files
parent ac73f3e8
No related branches found
No related tags found
1 merge request!86Migration EF runner
...@@ -98,6 +98,9 @@ stages: ...@@ -98,6 +98,9 @@ stages:
tags: tags:
- origin:eclipse - origin:eclipse
- tool:bitbake - tool:bitbake
retry:
max: 2
when: scheduler_failure
image: image:
name: $BITBAKE_BUILDER:$BITBAKE_CONTAINER_VERSION name: $BITBAKE_BUILDER:$BITBAKE_CONTAINER_VERSION
variables: variables:
...@@ -475,6 +478,9 @@ ohos: ...@@ -475,6 +478,9 @@ ohos:
tags: tags:
- origin:eclipse - origin:eclipse
- tool:bitbake - tool:bitbake
retry:
max: 2
when: scheduler_failure
script: script:
- tar xfz $TARBALL_FILE - tar xfz $TARBALL_FILE
- cd $(basename $TARBALL_FILE .tar.gz)/OpenHarmony - cd $(basename $TARBALL_FILE .tar.gz)/OpenHarmony
......
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