Add support for Ubuntu 24.04 #285
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
1s
Annotations
5 errors
Puppet / Puppet 7 - Debian 11:
spec/acceptance/odoo_spec.rb#L24
odoo class when using odoo version="system" works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_213035142.RazUAw.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Odoo::Config/Odoo_config[db_user]: Dependency Package[odoo] has failures: true
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_user]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_password]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_host]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_port]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Service/Service[odoo]: Skipping because of failed dependencies
Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
�[mNotice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 event
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.13 seconds
|
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/odoo_spec.rb#L24
odoo class when using odoo version="system" works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_213045932.q0ej6K.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Odoo::Config/Odoo_config[db_user]: Dependency Package[odoo] has failures: true
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_user]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_password]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_host]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Config/Odoo_config[db_port]: Skipping because of failed dependencies
Warning: /Stage[main]/Odoo::Service/Service[odoo]: Skipping because of failed dependencies
Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
�[mNotice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 event
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|