Commit 000cd70c authored by Ghislain MARY's avatar Ghislain MARY Committed by Ghislain MARY
Browse files

Restore nightly rules for yocto

Showing with 8 additions and 7 deletions
......@@ -2,8 +2,8 @@ debian11-yocto-qemuarm64:
stage: build
tags: ["docker-debian11-yocto"]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-qemuarm64
# rules:
# - if: $NIGHTLY_MASTER
rules:
- if: $NIGHTLY_MASTER
script:
- export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
......
......@@ -2,8 +2,8 @@ debian11-yocto-qemux86-64:
stage: build
tags: ["docker-debian11-yocto"]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-qemux86-64
# rules:
# - if: $NIGHTLY_MASTER
rules:
- if: $NIGHTLY_MASTER
script:
- export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
......@@ -28,7 +28,8 @@ debian11-yocto-qemux86-64:
- echo $LATEST_REVISIONS
- source oe-init-build-env
- bitbake core-image-sato 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_build_error.log
- bitbake core-image-sato -c testimage 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_test_error.log
# Uncomment following line to activate run of liblinphone_tester
#- bitbake core-image-sato -c testimage 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_test_error.log
# Get build logs from linphone-sdk
- tar cvzf ${CI_PROJECT_DIR}/bitbake_linphonesdk_logs.tgz `bitbake -e linphone-sdk | grep ^T= |cut -d'"' -f 2`
- tar cvzf ${CI_PROJECT_DIR}/bitbake_image_logs.tgz `bitbake -e core-image-sato | grep ^T= |cut -d'"' -f 2`
......
......@@ -2,8 +2,8 @@ debian11-yocto-raspberrypi3:
stage: build
tags: ["docker-debian11-yocto"]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-raspberrypi3
# rules:
# - if: $NIGHTLY_MASTER
rules:
- if: $NIGHTLY_MASTER
script:
- export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment