Skip to content

modulesync vars: drop puppet3 , add rubocop_allow_failure and puppet_latest_allow_failure

Steve Traylen requested to merge rubocrit into master

An unused puppet3 parameter was removed.

Two new parameters can now set be via .sync.yml

  • One to make the rubocop test critical
  • Second to make the very latest version of puppet critical if it is not already by default.

The following would make both tests critical

.gitlab-ci.yml:
   rubocop_allow_failure: false
   puppet_latest_allow_failure: false

the default that both tests are non-critical remains.

Merge request reports