.fixtures.yml: Drop puppet 6 leftovers #215
Annotations
6 errors
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135304026.pp.l73rdn
Last 10 lines of output were:
Info: Class[Apt::Update]: Unscheduling all events on Class[Apt::Update]
Warning: /Stage[main]/Apt::Update/Exec[apt_update]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.08 seconds
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|