Hammer-cli-katello-master-source-release 11 failed

hammer-cli-katello source release pipeline failed:

https://ci.theforeman.org/job/hammer-cli-katello-master-source-release/11/

null

Not sure if related, but this started failing since https://github.com/Katello/hammer-cli-katello/commit/d70bd7ad6d02ba2b9e9d0d67b0d5e51109a4b760 was merged afaict. @akofink or @ofedoren, any idea?

This is because the hammer-cli-katello PR requires higher hammer-cli-foreman version. Currently hammer-cli-foreman-0.17.0 is available, which doesn’t have the required by the PR changes.

The source release should use git repos for its dependencies to test. It does so by echoing to Gemfile.local:

Pipeline] sh
23:18:27  + echo 'gem "hammer_cli", :github => "theforeman/hammer-cli"'
[Pipeline] sh
23:18:27  + echo 'gem "hammer_cli_foreman", :github => "theforeman/hammer-cli-foreman"'
[Pipeline] sh
23:18:28  + echo 'gem "hammer_cli_foreman_tasks", :github => "theforeman/hammer-cli-foreman-tasks"'
[Pipeline] sh
23:18:28  + echo 'gem "hammer_cli_foreman_bootdisk", :github => "theforeman/hammer_cli_foreman_bootdisk"'

Submitted a PR that does a bundle show to be explicit about what’s used:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.