You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the metadata.json is the authoritative source of supported operating systems and their version for every puppet module. If a project has tests (any file in spec/acceptance/*.rb), we need to check if the tests are enabled for the correct operating systems.
Sadly beaker only supports a limited list of OSes for tests:
Centos 6 / 7 / 8
Debian 8 / 9 / 10
Ubuntu 16.04 / 18.04 / 20.04
if those OSes are in metadata.json, the .sync.yml needs to list them, like this:
the metadata.json is the authoritative source of supported operating systems and their version for every puppet module. If a project has tests (any file in spec/acceptance/*.rb), we need to check if the tests are enabled for the correct operating systems.
Sadly beaker only supports a limited list of OSes for tests:
if those OSes are in metadata.json, the .sync.yml needs to list them, like this:
besides that, the .travis.yml needs to contain an entry for each OS (.travis.yml is generated by modulesync based on .sync.yml)
The text was updated successfully, but these errors were encountered: