Commit c76ef847 authored by James Lopez's avatar James Lopez

run pipeline worker in cycle analytics dev setup

parent cd222357
......@@ -203,6 +203,8 @@ class Gitlab::Seeder::CycleAnalytics
pipeline.run!
Timecop.travel rand(1..6).hours.from_now
pipeline.succeed!
PipelineMetricsWorker.new.perform(pipeline.id)
end
end
......
......@@ -7,4 +7,4 @@ describe Gitlab::CycleAnalytics::ProductionEvent do
expect(event.order).to eq(event.start_time_attrs)
end
end
end
\ No newline at end of file
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment