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
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2018-03-13 21:33:46 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2018-04-10 15:31:09 +0300
commitf770e0fba5e9eb2ad0682b8e090b532e8e8754be (patch)
tree9bcab54cc54af3d861655c6e8a81ff7bc6dca1fa /spec/factories/ci/builds.rb
parente4c8a84d7aa28112c4f9bf41390edf04675ebcef (diff)
Partition job_queue_duration_seconds with jobs_running_for_project
Diffstat (limited to 'spec/factories/ci/builds.rb')
-rw-r--r--spec/factories/ci/builds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb
index bca7e920de4..fdacbe6c3f1 100644
--- a/spec/factories/ci/builds.rb
+++ b/spec/factories/ci/builds.rb
@@ -62,6 +62,7 @@ FactoryBot.define do
end
trait :pending do
+ queued_at 'Di 29. Okt 09:50:59 CET 2013'
status 'pending'
end