voxpupuli / puppet-gitlab_ci_runner

Module to mange gitlab CI runners. Extracted from https://github.com/voxpupuli/puppet-gitlab
Apache License 2.0
14 stars 52 forks source link

Fix puppet markup #140

Closed smortex closed 2 years ago

smortex commented 2 years ago

While here, tune the url parameter to help people updating old setup to spot that the url used to have a /ci component which must be removed (per #126).

smortex commented 2 years ago

The CI failure is unrelated and probably transient, so let's merge this!

root-expert commented 2 years ago

I'll bring some attention to this.

I've started seeing these failures on https://github.com/voxpupuli/puppet-zabbix/pull/813 as well. I have ran the CI twice but the problem still persists. Maybe something's broken on acceptance tests?

smortex commented 2 years ago

Operator '[]' is not applicable to an Undef Value evaluating ${facts['os']['distro']['id'] makes me thing facterdb or something like this fails to set some expected facts. Have have not checked this in details though…