Skip to content
Snippets Groups Projects
Commit 2fde36a6 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 160169bf
No related branches found
No related tags found
1 merge request!26Integrate gitlab-ci/yt-65-solution-with-clone-as-first-stage and 1 more
Pipeline #150211 passed with stage
in 15 seconds
Subproject commit de29fa3ede1868a2617daa4ba25d34a787ae0cf4
Subproject commit 667964a6d553480dfa01d80efffd26fae07aa563
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: de29fa3ede1868a2617daa4ba25d34a787ae0cf4
ref: 667964a6d553480dfa01d80efffd26fae07aa563
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: de29fa3ede1868a2617daa4ba25d34a787ae0cf4
GITLAB_CI_REVISION: 667964a6d553480dfa01d80efffd26fae07aa563
BB_RECIPE_NAME: seco-stm32
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