Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
infrastructure
gitlab-ci
Commits
35a25c27
Commit
35a25c27
authored
2 years ago
by
Lorenzo Pagliai
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix on integrate-ci-test
parent
d7589278
No related branches found
No related tags found
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
35a25c27
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment