Skip to content
Snippets Groups Projects
Commit 2e243154 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

ci: eddie-zephir failed due to permission denied

Related to #18



Signed-off-by: Sébastien Heurtematte's avatarsebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
parent bf5ae39e
No related branches found
No related tags found
1 merge request!52Draft: feat: migration EF runner
......@@ -14,7 +14,6 @@ include:
- project: 'eclipse/oniro-core/oniro'
file: '.oniro-ci/dco.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- remote: 'https://gitlab.com/zygoon/zephyr-ci-pipelines/-/raw/db83d176cdb5369c7393db6c85ef8ddac1514124/zephyr.yml'
- project: 'eclipsefdn/it/releng/gitlab-ci-templates'
file: '/jobs/eca.gitlab-ci.yml'
......@@ -109,13 +108,10 @@ build:
- cmake .. && make
eddie-zephyr:
extends: .zephyr
image: registry.gitlab.com/zygoon/zephyr-ci-pipelines/main:latest-arm-zephyr-eabi
stage: build
variables:
CI_ZEPHYR_BOARD: arduino_nano_33_ble
CI_ZEPHYR_SDK_TOOLCHAIN: arm-zephyr-eabi
needs:
- job: zephyr-cache
optional: true
script:
- west build -p auto -b "$CI_ZEPHYR_BOARD" -s ${CI_PROJECT_DIR}/zephyr
......
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