Skip to content
Snippets Groups Projects
Commit c78b26ce authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/optional_fng_install and 2 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@9be2c52b

pipeline:build: Fix indentation of here-doc

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@245e6537

pipeline:build: Make generation of install script optional

The Genio 700 platform doesn't have an fng_install.sh. Currently, the
pipeline fails because of the exit code in the script check.
Make the generation of the install command optional and only show a
warning if the script is missing.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@8fedce8a

pipeline:build: Add MediaTek Genio 700 SoC
parent 86bf033d
No related branches found
No related tags found
1 merge request!492Integrate gitlab-ci/optional_fng_install and 2 more
Pipeline #91975 passed with stage
in 11 seconds
Subproject commit 6f773de5a46c32b2ba590828513a50703d7e3d57 Subproject commit 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6f773de5a46c32b2ba590828513a50703d7e3d57 ref: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 6f773de5a46c32b2ba590828513a50703d7e3d57 GITLAB_CI_REVISION: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
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