Saltstack Official Apache 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.

232 satır
11KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. ################################################################################
  5. # NOTE: This file is UNMAINTAINED; it is provided for references purposes only.
  6. # No guarantees are tendered that this structure will work after 2020.
  7. ################################################################################
  8. # * https://en.wikipedia.org/wiki/Travis_CI:
  9. # - "... free open-source plans were removed in [sic] the end of 2020"
  10. # - https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
  11. # - https://ropensci.org/technotes/2020/11/19/moving-away-travis/
  12. ################################################################################
  13. ## Machine config
  14. os: 'linux'
  15. arch: 'amd64'
  16. dist: 'bionic'
  17. version: '~> 1.0'
  18. ## Language and cache config
  19. language: 'ruby'
  20. cache: 'bundler'
  21. ## Services config
  22. services:
  23. - docker
  24. ## Use the latest gems for this `master` run
  25. ## https://docs.travis-ci.com/user/job-lifecycle/
  26. before_install: bundle update
  27. ## Script to run for the test stage
  28. script:
  29. - bin/kitchen verify "${INSTANCE}"
  30. ## Stages and jobs matrix
  31. stages:
  32. - test
  33. # # As part of the switch away from Travis CI, ensure that the `release` stage
  34. # # is not run inadvertently
  35. # - name: 'release'
  36. # if: 'branch = master AND type != pull_request'
  37. jobs:
  38. include:
  39. ## Define the rest of the matrix based on Kitchen testing
  40. # Make sure the instances listed below match up with
  41. # the `platforms` defined in `kitchen.yml`
  42. # - env: INSTANCE=default-debian-11-tiamat-py3
  43. # - env: INSTANCE=default-debian-10-tiamat-py3
  44. # - env: INSTANCE=default-debian-9-tiamat-py3
  45. # - env: INSTANCE=default-ubuntu-2004-tiamat-py3
  46. # - env: INSTANCE=default-ubuntu-1804-tiamat-py3
  47. # - env: INSTANCE=default-centos-8-tiamat-py3
  48. # - env: INSTANCE=default-centos-7-tiamat-py3
  49. # - env: INSTANCE=default-amazonlinux-2-tiamat-py3
  50. # - env: INSTANCE=default-oraclelinux-8-tiamat-py3
  51. # - env: INSTANCE=default-oraclelinux-7-tiamat-py3
  52. # - env: INSTANCE=default-almalinux-8-tiamat-py3
  53. # - env: INSTANCE=default-rockylinux-8-tiamat-py3
  54. # - env: INSTANCE=default-debian-11-master-py3
  55. # - env: INSTANCE=modules-debian-11-master-py3
  56. - env: INSTANCE=debian-11-master-py3
  57. # - env: INSTANCE=default-debian-10-master-py3
  58. # - env: INSTANCE=modules-debian-10-master-py3
  59. - env: INSTANCE=debian-10-master-py3
  60. # - env: INSTANCE=default-debian-9-master-py3
  61. # - env: INSTANCE=modules-debian-9-master-py3
  62. # - env: INSTANCE=debian-9-master-py3
  63. # - env: INSTANCE=default-ubuntu-2004-master-py3
  64. # - env: INSTANCE=modules-ubuntu-2004-master-py3
  65. - env: INSTANCE=ubuntu-2004-master-py3
  66. # - env: INSTANCE=default-ubuntu-1804-master-py3
  67. # - env: INSTANCE=modules-ubuntu-1804-master-py3
  68. - env: INSTANCE=ubuntu-1804-master-py3
  69. # - env: INSTANCE=default-centos-8-master-py3
  70. # - env: INSTANCE=modules-centos-8-master-py3
  71. - env: INSTANCE=centos-8-master-py3
  72. # - env: INSTANCE=default-centos-7-master-py3
  73. # - env: INSTANCE=modules-centos-7-master-py3
  74. - env: INSTANCE=centos-7-master-py3
  75. # - env: INSTANCE=default-fedora-34-master-py3
  76. # - env: INSTANCE=modules-fedora-34-master-py3
  77. - env: INSTANCE=fedora-34-master-py3
  78. # - env: INSTANCE=default-fedora-33-master-py3
  79. # - env: INSTANCE=modules-fedora-33-master-py3
  80. - env: INSTANCE=fedora-33-master-py3
  81. # - env: INSTANCE=default-opensuse-leap-153-master-py3
  82. # - env: INSTANCE=modules-opensuse-leap-153-master-py3
  83. - env: INSTANCE=opensuse-leap-153-master-py3
  84. # - env: INSTANCE=default-opensuse-leap-152-master-py3
  85. # - env: INSTANCE=modules-opensuse-leap-152-master-py3
  86. - env: INSTANCE=opensuse-leap-152-master-py3
  87. - env: INSTANCE=default-opensuse-tmbl-latest-master-py3
  88. # - env: INSTANCE=modules-opensuse-tmbl-latest-master-py3
  89. # - env: INSTANCE=opensuse-tmbl-latest-master-py3
  90. # https://community.letsencrypt.org/t/localhost-crt-does-not-exist-or-is-empty/103979
  91. - env: INSTANCE=default-amazonlinux-2-master-py3
  92. # - env: INSTANCE=modules-amazonlinux-2-master-py3
  93. # - env: INSTANCE=amazonlinux-2-master-py3
  94. # - env: INSTANCE=default-oraclelinux-8-master-py3
  95. # - env: INSTANCE=modules-oraclelinux-8-master-py3
  96. # - env: INSTANCE=oraclelinux-8-master-py3
  97. # - env: INSTANCE=default-oraclelinux-7-master-py3
  98. # - env: INSTANCE=modules-oraclelinux-7-master-py3
  99. - env: INSTANCE=oraclelinux-7-master-py3
  100. # - env: INSTANCE=default-arch-base-latest-master-py3
  101. - env: INSTANCE=modules-arch-base-latest-master-py3
  102. # - env: INSTANCE=arch-base-latest-master-py3
  103. # - env: INSTANCE=default-gentoo-stage3-latest-master-py3
  104. # - env: INSTANCE=modules-gentoo-stage3-latest-master-py3
  105. # - env: INSTANCE=gentoo-stage3-latest-master-py3
  106. # - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
  107. # - env: INSTANCE=modules-gentoo-stage3-systemd-master-py3
  108. # - env: INSTANCE=gentoo-stage3-systemd-master-py3
  109. # - env: INSTANCE=default-almalinux-8-master-py3
  110. # - env: INSTANCE=modules-almalinux-8-master-py3
  111. - env: INSTANCE=almalinux-8-master-py3
  112. # - env: INSTANCE=default-rockylinux-8-master-py3
  113. # - env: INSTANCE=modules-rockylinux-8-master-py3
  114. - env: INSTANCE=rockylinux-8-master-py3
  115. # - env: INSTANCE=default-debian-11-3003-2-py3
  116. # - env: INSTANCE=default-debian-10-3003-2-py3
  117. # - env: INSTANCE=default-debian-9-3003-2-py3
  118. # - env: INSTANCE=default-ubuntu-2004-3003-2-py3
  119. # - env: INSTANCE=default-ubuntu-1804-3003-2-py3
  120. # - env: INSTANCE=default-centos-8-3003-2-py3
  121. # - env: INSTANCE=default-centos-7-3003-2-py3
  122. # - env: INSTANCE=default-fedora-34-3003-2-py3
  123. # - env: INSTANCE=default-fedora-33-3003-2-py3
  124. # - env: INSTANCE=default-opensuse-leap-153-3003-2-py3
  125. # - env: INSTANCE=default-opensuse-leap-152-3003-2-py3
  126. # - env: INSTANCE=default-opensuse-tmbl-latest-3003-2-py3
  127. # - env: INSTANCE=default-amazonlinux-2-3003-2-py3
  128. # - env: INSTANCE=default-oraclelinux-8-3003-2-py3
  129. # - env: INSTANCE=default-oraclelinux-7-3003-2-py3
  130. # - env: INSTANCE=default-arch-base-latest-3003-2-py3
  131. # - env: INSTANCE=default-gentoo-stage3-latest-3003-2-py3
  132. # - env: INSTANCE=default-gentoo-stage3-systemd-3003-2-py3
  133. # - env: INSTANCE=default-almalinux-8-3003-2-py3
  134. # - env: INSTANCE=default-arch-base-latest-3003-1-py3
  135. # - env: INSTANCE=default-gentoo-stage3-latest-3003-1-py3
  136. # - env: INSTANCE=default-gentoo-stage3-systemd-3003-1-py3
  137. # - env: INSTANCE=default-debian-11-3002-6-py3
  138. # - env: INSTANCE=default-debian-10-3002-6-py3
  139. # - env: INSTANCE=default-debian-9-3002-6-py3
  140. # - env: INSTANCE=default-ubuntu-2004-3002-6-py3
  141. # - env: INSTANCE=default-ubuntu-1804-3002-6-py3
  142. # - env: INSTANCE=default-centos-8-3002-6-py3
  143. # - env: INSTANCE=default-centos-7-3002-6-py3
  144. # - env: INSTANCE=default-fedora-34-3002-6-py3
  145. # - env: INSTANCE=default-fedora-33-3002-6-py3
  146. # - env: INSTANCE=default-amazonlinux-2-3002-6-py3
  147. # - env: INSTANCE=default-oraclelinux-8-3002-6-py3
  148. # - env: INSTANCE=default-oraclelinux-7-3002-6-py3
  149. # - env: INSTANCE=default-arch-base-latest-3002-6-py3
  150. # - env: INSTANCE=default-gentoo-stage3-latest-3002-6-py3
  151. # - env: INSTANCE=default-gentoo-stage3-systemd-3002-6-py3
  152. # - env: INSTANCE=default-opensuse-leap-153-3002-2-py3
  153. # - env: INSTANCE=default-opensuse-leap-152-3002-2-py3
  154. # - env: INSTANCE=default-opensuse-tmbl-latest-3002-2-py3
  155. # - env: INSTANCE=default-debian-10-3001-7-py3
  156. # - env: INSTANCE=default-debian-9-3001-7-py3
  157. # - env: INSTANCE=default-ubuntu-2004-3001-7-py3
  158. # - env: INSTANCE=default-ubuntu-1804-3001-7-py3
  159. # - env: INSTANCE=default-centos-8-3001-7-py3
  160. # - env: INSTANCE=default-centos-7-3001-7-py3
  161. # - env: INSTANCE=default-fedora-34-3001-7-py3
  162. # - env: INSTANCE=default-fedora-33-3001-7-py3
  163. # - env: INSTANCE=default-opensuse-leap-153-3001-7-py3
  164. # - env: INSTANCE=default-opensuse-leap-152-3001-7-py3
  165. # - env: INSTANCE=default-opensuse-tmbl-latest-3001-7-py3
  166. # - env: INSTANCE=default-amazonlinux-2-3001-7-py3
  167. # - env: INSTANCE=default-oraclelinux-8-3001-7-py3
  168. # - env: INSTANCE=default-oraclelinux-7-3001-7-py3
  169. # - env: INSTANCE=default-arch-base-latest-3001-7-py3
  170. # - env: INSTANCE=default-gentoo-stage3-latest-3001-7-py3
  171. # - env: INSTANCE=default-gentoo-stage3-systemd-3001-7-py3
  172. # - env: INSTANCE=default-debian-10-3000-9-py3
  173. # - env: INSTANCE=default-debian-9-3000-9-py3
  174. # - env: INSTANCE=default-ubuntu-1804-3000-9-py3
  175. # - env: INSTANCE=default-centos-8-3000-9-py3
  176. # - env: INSTANCE=default-centos-7-3000-9-py3
  177. # - env: INSTANCE=default-opensuse-leap-153-3000-9-py3
  178. # - env: INSTANCE=default-opensuse-leap-152-3000-9-py3
  179. # - env: INSTANCE=default-amazonlinux-2-3000-9-py3
  180. # - env: INSTANCE=default-oraclelinux-8-3000-9-py3
  181. # - env: INSTANCE=default-oraclelinux-7-3000-9-py3
  182. # - env: INSTANCE=default-gentoo-stage3-latest-3000-9-py3
  183. # - env: INSTANCE=default-gentoo-stage3-systemd-3000-9-py3
  184. # - env: INSTANCE=default-ubuntu-1804-3000-9-py2
  185. # - env: INSTANCE=default-arch-base-latest-3000-9-py2
  186. ## Define the release stage that runs `semantic-release`
  187. - stage: 'release'
  188. language: 'node_js'
  189. node_js: 'lts/*'
  190. env: 'Release'
  191. name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
  192. before_install: 'skip'
  193. script:
  194. # Update `AUTHORS.md`
  195. - export MAINTAINER_TOKEN=${GH_TOKEN}
  196. - go get github.com/myii/maintainer
  197. - maintainer contributor
  198. # Install all dependencies required for `semantic-release`
  199. - npm i -D @semantic-release/changelog@3
  200. @semantic-release/exec@3
  201. @semantic-release/git@7
  202. deploy:
  203. provider: 'script'
  204. # Opt-in to `dpl v2` to complete the Travis build config validation (beta)
  205. # * https://docs.travis-ci.com/user/build-config-validation
  206. # Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
  207. edge: true
  208. # Run `semantic-release`
  209. script: 'npx semantic-release@15.14'
  210. # yamllint disable rule:line-length
  211. # Notification options: `always`, `never` or `change`
  212. notifications:
  213. webhooks:
  214. if: 'repo = saltstack-formulas/apache-formula OR repo = myii/apache-formula'
  215. urls:
  216. - https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=master%2F2021-W37a&ignore_pull_requests=true
  217. on_success: always # default: always
  218. on_failure: always # default: always
  219. on_start: never # default: never
  220. on_cancel: always # default: always
  221. on_error: always # default: always
  222. # yamllint enable rule:line-length