Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-03 12:12:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-03 12:12:13 +0300
commitdda49284fcd29d631c2b7642a6430fdfa5793f48 (patch)
tree44f806e110bec9928d13c3333020cd99c040c1df /db
parent564b17514e0897517b10d708ef961151cf9e6199 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/14_pipelines.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/fixtures/development/14_pipelines.rb b/db/fixtures/development/14_pipelines.rb
index 47d72c4c2e7..e8fa3ee2110 100644
--- a/db/fixtures/development/14_pipelines.rb
+++ b/db/fixtures/development/14_pipelines.rb
@@ -59,6 +59,8 @@ class Gitlab::Seeder::Pipelines
pipeline.update_duration
::Ci::ProcessPipelineService.new(pipeline).execute
end
+
+ ::Gitlab::Seeder::Ci::DailyBuildGroupReportResult.new(@project).seed if @project.last_pipeline
end
private