Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
f8bac850
Commit
f8bac850
authored
Mar 12, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backports EE change for expanded pipelines
parent
6fc43e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
spec/factories/ci/pipelines.rb
spec/factories/ci/pipelines.rb
+6
-0
No files found.
spec/factories/ci/pipelines.rb
View file @
f8bac850
...
@@ -82,6 +82,12 @@ FactoryBot.define do
...
@@ -82,6 +82,12 @@ FactoryBot.define do
end
end
end
end
trait
:with_job
do
after
(
:build
)
do
|
pipeline
,
evaluator
|
pipeline
.
builds
<<
build
(
:ci_build
,
pipeline:
pipeline
,
project:
pipeline
.
project
)
end
end
trait
:auto_devops_source
do
trait
:auto_devops_source
do
config_source
{
Ci
::
Pipeline
.
config_sources
[
:auto_devops_source
]
}
config_source
{
Ci
::
Pipeline
.
config_sources
[
:auto_devops_source
]
}
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment