Skip to content
Snippets Groups Projects
Commit 3c880db4 authored by GitBot's avatar GitBot Committed by Tim Jaacks
Browse files

Integrate gitlab-ci/share-build-and-test-job-basics

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@075aeccb

Refactoring: share build and test job basics for ci-test and Yocto

This shares YAML code for the following procedures:
- Build environment
- Source code checkout via repo
- SSH key and known hosts setup
- LAVA test submission
- Docker check if build folder is empty
parent 180fb023
No related branches found
No related tags found
1 merge request!243Update gitlab-ci
Pipeline #23699 passed with stage
in 35 seconds
Subproject commit 6508e800125713ebb7efc6f3c1547fe1e52eca8f Subproject commit 075aeccbcc116de5ff05de53460f5db3fd40802d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6508e800125713ebb7efc6f3c1547fe1e52eca8f ref: 075aeccbcc116de5ff05de53460f5db3fd40802d
file: 'manifest-integration-yocto.yml' file: 'manifest-integration-yocto.yml'
variables: variables:
......
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