Skip to content

Commit

Permalink
Drop Jenkins integration in tests
Browse files Browse the repository at this point in the history
By using GitHub Actions we no longer need Jenkins.
  • Loading branch information
ekohl committed Nov 29, 2024
1 parent fd72959 commit 8be309a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ group :rubocop do
end

group :test do
gem 'ci_reporter_test_unit'
gem 'mocha', '~> 1'
gem 'rack-test'
gem 'rake', '~> 13'
Expand Down
11 changes: 0 additions & 11 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,3 @@ RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['bin/foreman-node', 'lib/**/*.rb', 'test/**/*.rb']
task.fail_on_error = false
end

begin
require 'ci/reporter/rake/test_unit'
rescue LoadError
# test group not enabled
else
namespace :jenkins do
desc nil # No description means it's not listed in rake -T
task unit: ['ci:setup:testunit', :test]
end
end

0 comments on commit 8be309a

Please sign in to comment.