Add Puppet 8 support #101
ci.yml
on: pull_request
Puppet
/
Static validations
16s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
9 errors
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: hiera: command not found
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: line 1: hiera: command not found
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: line 1: hiera: command not found
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/hiera_spec.rb#L77
hiera querying hiera finds it on the command line
Failure/Error: expect(on(default, 'hiera myclass::value environment=production').stdout.strip).to eq('found output')
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 127 running:
hiera myclass::value environment=production
Last 10 lines of output were:
bash: line 1: hiera: command not found
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|