Bug #6779
ci_reporter 2.0 gem breaks CI
Description
Example output:
our Gemfile lists the gem gettext (~> 2.0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem locale (<= 2.0.9) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem minitest (~> 4.7) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem gettext_i18n_rails_js (>= 0.0.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
rake aborted!
Don't know how to build task 'jenkins:setup:minitest'
/var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/1.9.3/plugin/lib/katello/tasks/jenkins.rake:7:in `block (2 levels) in <top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/bin/ruby_executable_hooks:15:in `eval'
/usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => jenkins:katello
(See full trace by running task with --trace)
Related issues
Associated revisions
Fixes #6779: Restrict ci_reporter gem to less than 2.0.0 to fix CI.
(cherry picked from commit ec0912fc73a276a988128e987203ad5117b97998)
Fixes #6779: Restrict ci_reporter gem to less than 2.0.0 to fix CI
Fixes #6779: Restrict ci_reporter gem to less than 2.0.0 to fix CI
History
#1
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.8.0
- Pull request https://github.com/theforeman/foreman/pull/1617 added
- Pull request deleted (
)
#2
Updated by Eric Helms over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ec0912fc73a276a988128e987203ad5117b97998.
#3
Updated by Dominic Cleal over 8 years ago
- Category set to Packaging
- Legacy Backlogs Release (now unused) set to 18
#4
Updated by Dominic Cleal over 8 years ago
- Copied to Bug #6790: ci_reporter 2.0 gem breaks CI added
#5
Updated by Bryan Kearney over 8 years ago
- Bugzilla link set to 1124025
#6
Updated by Dominic Cleal over 8 years ago
- Has duplicate Bug #7070: CI_reporter gem has changed format in 2.0.0 added
Fixes #6779: Restrict ci_reporter gem to less than 2.0.0 to fix CI.