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.

323 lines
6.2 KiB

  1. ---
  2. .packet:
  3. extends: .testcases
  4. variables:
  5. ANSIBLE_TIMEOUT: "120"
  6. CI_PLATFORM: packet
  7. SSH_USER: kubespray
  8. tags:
  9. - packet
  10. except: [triggers]
  11. # CI template for PRs
  12. .packet_pr:
  13. only: [/^pr-.*$/]
  14. extends: .packet
  15. # CI template for periodic CI jobs
  16. # Enabled when PERIODIC_CI_ENABLED var is set
  17. .packet_periodic:
  18. only:
  19. variables:
  20. - $PERIODIC_CI_ENABLED
  21. allow_failure: true
  22. extends: .packet
  23. # The ubuntu20-calico-aio jobs are meant as early stages to prevent running the full CI if something is horribly broken
  24. packet_ubuntu20-calico-aio:
  25. stage: deploy-part1
  26. extends: .packet_pr
  27. when: on_success
  28. variables:
  29. RESET_CHECK: "true"
  30. packet_ubuntu20-calico-aio-ansible-2_11:
  31. stage: deploy-part1
  32. extends: .packet_periodic
  33. when: on_success
  34. variables:
  35. ANSIBLE_MAJOR_VERSION: "2.11"
  36. RESET_CHECK: "true"
  37. # ### PR JOBS PART2
  38. packet_ubuntu18-aio-docker:
  39. stage: deploy-part2
  40. extends: .packet_pr
  41. when: on_success
  42. packet_ubuntu20-aio-docker:
  43. stage: deploy-part2
  44. extends: .packet_pr
  45. when: on_success
  46. packet_ubuntu18-calico-aio:
  47. stage: deploy-part2
  48. extends: .packet_pr
  49. when: on_success
  50. packet_ubuntu22-aio-docker:
  51. stage: deploy-part2
  52. extends: .packet_pr
  53. when: on_success
  54. packet_ubuntu22-calico-aio:
  55. stage: deploy-part2
  56. extends: .packet_pr
  57. when: on_success
  58. packet_centos7-flannel-addons-ha:
  59. extends: .packet_pr
  60. stage: deploy-part2
  61. when: on_success
  62. packet_almalinux8-crio:
  63. extends: .packet_pr
  64. stage: deploy-part2
  65. when: on_success
  66. packet_ubuntu18-crio:
  67. extends: .packet_pr
  68. stage: deploy-part2
  69. when: manual
  70. packet_fedora35-crio:
  71. extends: .packet_pr
  72. stage: deploy-part2
  73. when: manual
  74. packet_ubuntu16-canal-ha:
  75. stage: deploy-part2
  76. extends: .packet_periodic
  77. when: on_success
  78. packet_ubuntu16-canal-sep:
  79. stage: deploy-special
  80. extends: .packet_pr
  81. when: manual
  82. packet_ubuntu16-flannel-ha:
  83. stage: deploy-part2
  84. extends: .packet_pr
  85. when: manual
  86. packet_debian10-cilium-svc-proxy:
  87. stage: deploy-part2
  88. extends: .packet_periodic
  89. when: on_success
  90. packet_debian10-calico:
  91. stage: deploy-part2
  92. extends: .packet_pr
  93. when: on_success
  94. packet_debian10-docker:
  95. stage: deploy-part2
  96. extends: .packet_pr
  97. when: on_success
  98. packet_debian11-calico:
  99. stage: deploy-part2
  100. extends: .packet_pr
  101. when: on_success
  102. packet_debian11-docker:
  103. stage: deploy-part2
  104. extends: .packet_pr
  105. when: on_success
  106. packet_centos7-calico-ha-once-localhost:
  107. stage: deploy-part2
  108. extends: .packet_pr
  109. when: on_success
  110. variables:
  111. # This will instruct Docker not to start over TLS.
  112. DOCKER_TLS_CERTDIR: ""
  113. services:
  114. - docker:19.03.9-dind
  115. packet_almalinux8-kube-ovn:
  116. stage: deploy-part2
  117. extends: .packet_periodic
  118. when: on_success
  119. packet_almalinux8-calico:
  120. stage: deploy-part2
  121. extends: .packet_pr
  122. when: on_success
  123. packet_rockylinux8-calico:
  124. stage: deploy-part2
  125. extends: .packet_pr
  126. when: on_success
  127. packet_rockylinux9-calico:
  128. stage: deploy-part2
  129. extends: .packet_pr
  130. when: on_success
  131. packet_almalinux8-docker:
  132. stage: deploy-part2
  133. extends: .packet_pr
  134. when: on_success
  135. packet_fedora36-docker-weave:
  136. stage: deploy-part2
  137. extends: .packet_pr
  138. when: on_success
  139. packet_opensuse-canal:
  140. stage: deploy-part2
  141. extends: .packet_periodic
  142. when: on_success
  143. packet_opensuse-docker-cilium:
  144. stage: deploy-part2
  145. extends: .packet_pr
  146. when: manual
  147. # ### MANUAL JOBS
  148. packet_ubuntu16-docker-weave-sep:
  149. stage: deploy-part2
  150. extends: .packet_pr
  151. when: manual
  152. packet_ubuntu18-cilium-sep:
  153. stage: deploy-special
  154. extends: .packet_pr
  155. when: manual
  156. packet_ubuntu18-flannel-ha:
  157. stage: deploy-part2
  158. extends: .packet_pr
  159. when: manual
  160. packet_ubuntu18-flannel-ha-once:
  161. stage: deploy-part2
  162. extends: .packet_pr
  163. when: manual
  164. # Calico HA eBPF
  165. packet_almalinux8-calico-ha-ebpf:
  166. stage: deploy-part2
  167. extends: .packet_pr
  168. when: manual
  169. packet_debian9-macvlan:
  170. stage: deploy-part2
  171. extends: .packet_pr
  172. when: manual
  173. packet_centos7-calico-ha:
  174. stage: deploy-part2
  175. extends: .packet_pr
  176. when: manual
  177. packet_centos7-multus-calico:
  178. stage: deploy-part2
  179. extends: .packet_pr
  180. when: manual
  181. packet_centos7-canal-ha:
  182. stage: deploy-part2
  183. extends: .packet_pr
  184. when: manual
  185. packet_fedora36-docker-calico:
  186. stage: deploy-part2
  187. extends: .packet_periodic
  188. when: on_success
  189. variables:
  190. RESET_CHECK: "true"
  191. packet_fedora35-calico-selinux:
  192. stage: deploy-part2
  193. extends: .packet_periodic
  194. when: on_success
  195. packet_fedora35-calico-swap-selinux:
  196. stage: deploy-part2
  197. extends: .packet_pr
  198. when: manual
  199. packet_amazon-linux-2-aio:
  200. stage: deploy-part2
  201. extends: .packet_pr
  202. when: manual
  203. packet_almalinux8-calico-nodelocaldns-secondary:
  204. stage: deploy-part2
  205. extends: .packet_pr
  206. when: manual
  207. packet_fedora36-kube-ovn:
  208. stage: deploy-part2
  209. extends: .packet_periodic
  210. when: on_success
  211. # ### PR JOBS PART3
  212. # Long jobs (45min+)
  213. packet_centos7-weave-upgrade-ha:
  214. stage: deploy-part3
  215. extends: .packet_periodic
  216. when: on_success
  217. variables:
  218. UPGRADE_TEST: basic
  219. packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha:
  220. stage: deploy-part3
  221. extends: .packet_periodic
  222. when: on_success
  223. variables:
  224. UPGRADE_TEST: basic
  225. # Calico HA Wireguard
  226. packet_ubuntu20-calico-ha-wireguard:
  227. stage: deploy-part2
  228. extends: .packet_pr
  229. when: manual
  230. packet_debian11-calico-upgrade:
  231. stage: deploy-part3
  232. extends: .packet_pr
  233. when: on_success
  234. variables:
  235. UPGRADE_TEST: graceful
  236. packet_almalinux8-calico-remove-node:
  237. stage: deploy-part3
  238. extends: .packet_pr
  239. when: on_success
  240. variables:
  241. REMOVE_NODE_CHECK: "true"
  242. REMOVE_NODE_NAME: "instance-3"
  243. packet_ubuntu20-calico-etcd-kubeadm:
  244. stage: deploy-part3
  245. extends: .packet_pr
  246. when: on_success
  247. packet_debian11-calico-upgrade-once:
  248. stage: deploy-part3
  249. extends: .packet_periodic
  250. when: on_success
  251. variables:
  252. UPGRADE_TEST: graceful
  253. packet_ubuntu18-calico-ha-recover:
  254. stage: deploy-part3
  255. extends: .packet_periodic
  256. when: on_success
  257. variables:
  258. RECOVER_CONTROL_PLANE_TEST: "true"
  259. RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[2:],kube_control_plane[1:]"
  260. packet_ubuntu18-calico-ha-recover-noquorum:
  261. stage: deploy-part3
  262. extends: .packet_periodic
  263. when: on_success
  264. variables:
  265. RECOVER_CONTROL_PLANE_TEST: "true"
  266. RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:],kube_control_plane[1:]"