modulesync 9.1.0 #186
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
14 errors and 2 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L16
gluster::repo::apt on ubuntu-20.04-x86_64 with all defaults installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L49
gluster::repo::apt on ubuntu-20.04-x86_64 latest Gluster with priority installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']],
pin: '700'
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L70
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 4.1 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L101
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 3.12 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/install_spec.rb#L77
gluster::install on archlinux-6-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 8 (Ruby 3.2):
spec/classes/install_spec.rb#L77
gluster::install on sles-12-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L16
gluster::repo::apt on ubuntu-20.04-x86_64 with all defaults installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L49
gluster::repo::apt on ubuntu-20.04-x86_64 latest Gluster with priority installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']],
pin: '700'
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L70
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 4.1 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L101
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 3.12 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/install_spec.rb#L77
gluster::install on archlinux-6-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 7 (Ruby 2.7):
spec/classes/install_spec.rb#L77
gluster::install on sles-12-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|