Saltstack Official Syslog-NG Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31 行
1.4KB

  1. docker_builder:
  2. name: Test $INSTANCE
  3. env:
  4. matrix:
  5. - INSTANCE: default-debian-9-develop-py3
  6. - INSTANCE: default-ubuntu-1804-develop-py3
  7. # - INSTANCE: default-centos-7-develop-py3
  8. # - INSTANCE: default-fedora-29-develop-py3
  9. # - INSTANCE: default-opensuse-leap-15-develop-py3
  10. - INSTANCE: default-debian-9-2019-2-py3
  11. - INSTANCE: default-ubuntu-1804-2019-2-py3
  12. # - INSTANCE: default-centos-7-2019-2-py3
  13. # - INSTANCE: default-fedora-29-2019-2-py3
  14. # - INSTANCE: default-opensuse-leap-15-2019-2-py3
  15. - INSTANCE: default-debian-9-2018-3-py2
  16. # - INSTANCE: default-ubuntu-1604-2018-3-py2
  17. # - INSTANCE: default-centos-7-2018-3-py2
  18. # - INSTANCE: default-fedora-29-2018-3-py2
  19. # TODO: Use this when fixed instead of `opensuse-leap-42`
  20. # Ref: https://github.com/netmanagers/salt-image-builder/issues/2
  21. # - INSTANCE: default-opensuse-leap-15-2018-3-py2
  22. # - INSTANCE: default-opensuse-leap-42-2018-3-py2
  23. # - INSTANCE: default-debian-8-2017-7-py2
  24. # - INSTANCE: default-ubuntu-1604-2017-7-py2
  25. # TODO: Enable after improving the formula to work with other than `systemd`
  26. # - INSTANCE: default-centos-6-2017-7-py2
  27. # - INSTANCE: default-fedora-28-2017-7-py2
  28. # - INSTANCE: default-opensuse-leap-42-2017-7-py2
  29. bundle_install_script: bundle install
  30. verify_script: bundle exec kitchen verify $INSTANCE