Skip to content

Add Puppet 8 support #1549

Add Puppet 8 support

Add Puppet 8 support #1549

Triggered via pull request November 13, 2023 20:49
@ekohlekohl
synchronize #1139
ekohl:puppet8
Status Cancelled
Total duration 17m 35s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
24s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

31 errors
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L267
foreman on centos-8-x86_64 with all parameters should configure certificates in settings.yaml Failure/Error: is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:sendmail_location: "/usr/bin/mysendmail"$}) .with_content(%r{^:sendmail_arguments: "--myargument"$}) .with_content(%r{^:websockets_ssl_key: /etc/ssl/private/snakeoil-ws\.pem$}) .with_content(%r{^:websockets_ssl_cert: /etc/ssl/certs/snakeoil-ws\.pem$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L275
foreman on centos-8-x86_64 with all parameters should configure ct and fcct commands in settings.yaml Failure/Error: is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:ct_location: "/usr/bin/myct"$}) .with_content(%r{^:fcct_location: "/usr/bin/myfcct"$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L286
foreman on centos-8-x86_64 with journald logging should configure logging in settings.yaml Failure/Error: is_expected.to contain_concat__fragment(title) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L309
foreman on centos-8-x86_64 with different template parameters should have changed parameters Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:unattended:\s*false$/) .with_content(/^:require_ssl:\s*false$/) .with_content(/^:oauth_active:\s*false$/) .with_content(/^:oauth_map_users:\s*true$/) .with_content(/^:oauth_consumer_key:\s*abc$/) .with_content(/^:oauth_consumer_secret:\s*def$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L322
foreman on centos-8-x86_64 with unattended_url is expected to contain Concat::Fragment[foreman_settings+01-header.yaml] with content =~ /^:unattended_url:\s*http:\/\/example.com$/ Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:unattended_url:\s*http://example.com$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L330
foreman on centos-8-x86_64 with loggers should set loggers config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:loggers:\n\s+:ldap:\n\s+:enabled:\s*true$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L338
foreman on centos-8-x86_64 with rails_cache_store file should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*file$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L346
foreman on centos-8-x86_64 with rails_cache_store redis should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis://localhost:6379/4\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L361
foreman on centos-8-x86_64 with rails_cache_store redis with explicit URL should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L376
foreman on centos-8-x86_64 with rails_cache_store redis with options should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s*- redis:\/\/redis2.example.com\/0\n\s+:options:\n\s+:compress:\s*false\n\s+:namespace:\s*katello$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L267
foreman on ubuntu-20.04-x86_64 with all parameters should configure certificates in settings.yaml Failure/Error: is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:sendmail_location: "/usr/bin/mysendmail"$}) .with_content(%r{^:sendmail_arguments: "--myargument"$}) .with_content(%r{^:websockets_ssl_key: /etc/ssl/private/snakeoil-ws\.pem$}) .with_content(%r{^:websockets_ssl_cert: /etc/ssl/certs/snakeoil-ws\.pem$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L275
foreman on ubuntu-20.04-x86_64 with all parameters should configure ct and fcct commands in settings.yaml Failure/Error: is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:ct_location: "/usr/bin/myct"$}) .with_content(%r{^:fcct_location: "/usr/bin/myfcct"$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L286
foreman on ubuntu-20.04-x86_64 with journald logging should configure logging in settings.yaml Failure/Error: is_expected.to contain_concat__fragment(title) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L309
foreman on ubuntu-20.04-x86_64 with different template parameters should have changed parameters Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:unattended:\s*false$/) .with_content(/^:require_ssl:\s*false$/) .with_content(/^:oauth_active:\s*false$/) .with_content(/^:oauth_map_users:\s*true$/) .with_content(/^:oauth_consumer_key:\s*abc$/) .with_content(/^:oauth_consumer_secret:\s*def$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L322
foreman on ubuntu-20.04-x86_64 with unattended_url is expected to contain Concat::Fragment[foreman_settings+01-header.yaml] with content =~ /^:unattended_url:\s*http:\/\/example.com$/ Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:unattended_url:\s*http://example.com$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L330
foreman on ubuntu-20.04-x86_64 with loggers should set loggers config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:loggers:\n\s+:ldap:\n\s+:enabled:\s*true$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L338
foreman on ubuntu-20.04-x86_64 with rails_cache_store file should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*file$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L346
foreman on ubuntu-20.04-x86_64 with rails_cache_store redis should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(%r{^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis://localhost:6379/4\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$}) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L361
foreman on ubuntu-20.04-x86_64 with rails_cache_store redis with explicit URL should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L376
foreman on ubuntu-20.04-x86_64 with rails_cache_store redis with options should set rails_cache_store config Failure/Error: should contain_concat__fragment('foreman_settings+01-header.yaml') .with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s*- redis:\/\/redis2.example.com\/0\n\s+:options:\n\s+:compress:\s*false\n\s+:namespace:\s*katello$/) expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04
The operation was canceled.
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
Puppet / Puppet 7 - Debian 11
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 7 - Debian 11
The operation was canceled.
Puppet / Puppet 8 - Debian 11
Canceling since a higher priority waiting request for '1139/merge' exists
Puppet / Puppet 8 - Debian 11
The operation was canceled.