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

Integrate gitlab-ci/yt-65-solution-with-clone-as-first-stage and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@667964a6

Fix typos

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd7e9366

YT-65 We perform a repository checkout in the manifest project for each build job.
  Each pipeline builds code for multiple MACHINES.
  This results in multiple downloads from each repository in the manifest.
  Occasionally, certain repositories may fail to fetch data.
  To avoid fetching the same data repeatedly for each build job in the pipeline,
  the `repo_checkout` stage is added.
  In this stage, the repo tool prepares the repository structure once
  and stores it in the cache.
  Subsequent build jobs use the pre-fetched data from the cache.
parent b8c35693
No related branches found
No related tags found
1 merge request!286Integrate gitlab-ci/yt-65-solution-with-clone-as-first-stage and 1 more
Pipeline #150200 passed with stage
in 20 seconds
Subproject commit de29fa3ede1868a2617daa4ba25d34a787ae0cf4 Subproject commit 667964a6d553480dfa01d80efffd26fae07aa563
...@@ -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: de29fa3ede1868a2617daa4ba25d34a787ae0cf4 ref: 667964a6d553480dfa01d80efffd26fae07aa563
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: de29fa3ede1868a2617daa4ba25d34a787ae0cf4 GITLAB_CI_REVISION: 667964a6d553480dfa01d80efffd26fae07aa563
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