Skip to content
Snippets Groups Projects
Commit 35a25c27 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Bug fix on integrate-ci-test

parent d7589278
No related branches found
No related tags found
No related merge requests found
...@@ -96,12 +96,12 @@ executable: ...@@ -96,12 +96,12 @@ executable:
# Running multiple integration jobs for the same manifest in parallel can lead to race # Running multiple integration jobs for the same manifest in parallel can lead to race
# conditions if there are projects integrating a single branch to different manifest # conditions if there are projects integrating a single branch to different manifest
# branches. Use resource groups to force execution one by one. # branches. Use resource groups to force execution one by one.
#.integrate-ci-test: .integrate-ci-test:
# extends: .integrate extends: .integrate
# resource_group: integrate-ci-test resource_group: integrate-ci-test
# variables: variables:
# PROJECT_GROUP: ${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/ci-test PROJECT_GROUP: ${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/ci-test
# MANIFEST_PROJECT: ${PROJECT_GROUP}/minimal-manifest MANIFEST_PROJECT: ${PROJECT_GROUP}/minimal-manifest
.integrate-yocto: .integrate-yocto:
extends: .integrate extends: .integrate
......
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