Skip to content
Snippets Groups Projects
Commit c01bfd12 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Insert missing variables on yocto build pipeline

parent 079cd783
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,15 @@ variables: ...@@ -23,8 +23,15 @@ variables:
# GitLab group to search for projects to retrigger # GitLab group to search for projects to retrigger
RETRIGGER_GROUP: ${CI_PROJECT_ROOT_NAMESPACE} RETRIGGER_GROUP: ${CI_PROJECT_ROOT_NAMESPACE}
BUILD_TIMEOUT: 6h BUILD_TIMEOUT: 6h
RECIPE_NAME: seco-image-edgehog
IMAGES_PATH: "tmp/deploy/images"
TAG_NAME: weekly
KERNEL: 5-10-52
GIT_SSL_NO_VERIFY: 1
FS_EXTENSION: rootfs.tar.bz2
IMAGE_EXTENSION: wic.bz2
# This is the jinja2 template file used to generate the build jobs # This is the jinja2 template file used to generate the build jobs
#BUILD_JOBS_TEMPLATE: build-jobs-yocto.yml.jinja2 #BUILD_JOBS_TEMPLATE: build-jobs-yocto.yml.jinja2
......
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