Forked from
SECO Northern Europe / Tools / guf-show-demo
69 commits behind, 154 commits ahead of the upstream repository.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ff906931 YT-160: Workaround to prevent CI integration failure in 'merge-yocto' step The GitLab CI integration job frequently fails on the 'merge-yocto' step, specifically at the "git fetch" stage. The issue occurs because Git fails to fetch the .gitlab-ci submodule due to an incorrect reference, likely caused by the shallow clone (--depth=1) configuration, which limits the commit history. Extending the clone depth to --depth=2 helps prevent this error by providing a slightly deeper commit history, which resolves the reference issue.
8a7f85a5
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 518 B
---
# ---------------------------------------------------------------------------------------
# Include the default CI steps from the gitlab-ci repo
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: ff906931bfb8018298518f539b73f4107abe7e7b
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: ff906931bfb8018298518f539b73f4107abe7e7b
BB_RECIPE_NAME: seco-show-demo