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:
authorShinya Maeda <shinya@gitlab.com>2018-10-03 12:52:18 +0300
committerShinya Maeda <shinya@gitlab.com>2018-10-03 12:52:18 +0300
commit5974eff83c1d0cbc1445e3a8b4b30c540663d5f9 (patch)
treef812d659465377e58692afd9d1628e793a317439 /spec/workers/stuck_ci_jobs_worker_spec.rb
parent980c0e19d7c78cfe071620aac5a28a868d05f9f6 (diff)
Improve performance of stale scheduled builds search
Diffstat (limited to 'spec/workers/stuck_ci_jobs_worker_spec.rb')
-rw-r--r--spec/workers/stuck_ci_jobs_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/stuck_ci_jobs_worker_spec.rb b/spec/workers/stuck_ci_jobs_worker_spec.rb
index f38bc11f7f0..557934346c9 100644
--- a/spec/workers/stuck_ci_jobs_worker_spec.rb
+++ b/spec/workers/stuck_ci_jobs_worker_spec.rb
@@ -127,7 +127,7 @@ describe StuckCiJobsWorker do
end
end
- describe 'drop_stale_scheduled_builds' do
+ describe 'drop stale scheduled builds' do
let(:status) { 'scheduled' }
let(:updated_at) { }