Saltstack Official Apt-Cacher Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.4KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. dist: bionic
  5. stages:
  6. - test
  7. sudo: required
  8. cache: bundler
  9. language: ruby
  10. services:
  11. - docker
  12. # Make sure the instances listed below match up with
  13. # the `platforms` defined in `kitchen.yml`
  14. env:
  15. matrix:
  16. - INSTANCE: default-debian-10-develop-py3
  17. - INSTANCE: default-ubuntu-1804-develop-py3
  18. # - INSTANCE: default-centos-7-develop-py3
  19. # - INSTANCE: default-fedora-30-develop-py3
  20. # - INSTANCE: default-opensuse-leap-15-develop-py3
  21. # - INSTANCE: default-amazonlinux-2-develop-py2
  22. - INSTANCE: default-debian-9-2019-2-py3
  23. - INSTANCE: default-ubuntu-1804-2019-2-py3
  24. # - INSTANCE: default-centos-7-2019-2-py3
  25. # - INSTANCE: default-fedora-30-2019-2-py3
  26. # - INSTANCE: default-opensuse-leap-15-2019-2-py3
  27. # - INSTANCE: default-amazonlinux-2-2019-2-py2
  28. - INSTANCE: default-debian-9-2018-3-py2
  29. # - INSTANCE: default-ubuntu-1604-2018-3-py2
  30. # - INSTANCE: default-centos-7-2018-3-py2
  31. # - INSTANCE: default-fedora-29-2018-3-py2
  32. # - INSTANCE: default-opensuse-leap-15-2018-3-py2
  33. # - INSTANCE: default-amazonlinux-2-2018-3-py2
  34. # - INSTANCE: default-debian-8-2017-7-py2
  35. - INSTANCE: default-ubuntu-1604-2017-7-py2
  36. # - INSTANCE: default-centos-6-2017-7-py2
  37. # - INSTANCE: default-fedora-29-2017-7-py2
  38. # - INSTANCE: default-opensuse-leap-15-2017-7-py2
  39. # - INSTANCE: default-amazonlinux-2-2017-7-py2
  40. script:
  41. - bin/kitchen verify ${INSTANCE}