summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2018-03-13 19:33:46 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2018-04-10 14:31:09 +0200
commitf770e0fba5e9eb2ad0682b8e090b532e8e8754be (patch)
tree9bcab54cc54af3d861655c6e8a81ff7bc6dca1fa /spec/factories/ci/builds.rb
parente4c8a84d7aa28112c4f9bf41390edf04675ebcef (diff)
downloadgitlab-ce-f770e0fba5e9eb2ad0682b8e090b532e8e8754be.tar.gz
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