summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-05-10 16:36:03 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2018-05-14 18:53:57 +1100
commita882520faaaffa86abe685228d0b5d6d86ec6320 (patch)
treeefeb1fbe533f5a42d3ae93ae5245f449a1c9fa85
parentc3882c261173226a4d14c83ea5fd1c13986d4754 (diff)
downloadgitlab-ce-a882520faaaffa86abe685228d0b5d6d86ec6320.tar.gz
Clean up 14_pipelines.rb
-rw-r--r--db/fixtures/development/14_pipelines.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/fixtures/development/14_pipelines.rb b/db/fixtures/development/14_pipelines.rb
index d3a63aa2a78..806ddf9066b 100644
--- a/db/fixtures/development/14_pipelines.rb
+++ b/db/fixtures/development/14_pipelines.rb
@@ -26,10 +26,6 @@ class Gitlab::Seeder::Pipelines
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
{ name: 'rspec:osx', stage: 'test', status_event: :success,
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
- { name: 'spinach:linux', stage: 'test', status: :success,
- queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
- { name: 'spinach:osx', stage: 'test', status: :failed, allow_failure: true,
- queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
# deploy stage
{ name: 'staging', stage: 'deploy', environment: 'staging', status_event: :success,