CI #1469
ci.yml
on: schedule
Puppet
/
Static validations
32s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
5 errors
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_spec.rb#L140
foreman on ubuntu-20.04-x86_64 with default parameters is expected to contain Service[postgresqld] that notifies Service[dynflow-sidekiq@orchestrator]
Failure/Error:
is_expected.to contain_service('postgresqld')
.that_notifies('Service[dynflow-sidekiq@orchestrator]')
expected that the catalogue would contain Service[postgresqld]
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_spec.rb#L140
foreman on redhat-8-x86_64 with default parameters is expected to contain Service[postgresqld] that notifies Service[dynflow-sidekiq@orchestrator]
Failure/Error:
is_expected.to contain_service('postgresqld')
.that_notifies('Service[dynflow-sidekiq@orchestrator]')
expected that the catalogue would contain Service[postgresqld]
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_spec.rb#L140
foreman on debian-11-x86_64 with default parameters is expected to contain Service[postgresqld] that notifies Service[dynflow-sidekiq@orchestrator]
Failure/Error:
is_expected.to contain_service('postgresqld')
.that_notifies('Service[dynflow-sidekiq@orchestrator]')
expected that the catalogue would contain Service[postgresqld]
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_spec.rb#L140
foreman on centos-8-x86_64 with default parameters is expected to contain Service[postgresqld] that notifies Service[dynflow-sidekiq@orchestrator]
Failure/Error:
is_expected.to contain_service('postgresqld')
.that_notifies('Service[dynflow-sidekiq@orchestrator]')
expected that the catalogue would contain Service[postgresqld]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|