Skip to content
packet.yml 3.21 KiB
Newer Older
---
.packet: &packet
  extends: .testcases
  variables:
    CI_PLATFORM: "packet"
    SSH_USER: "kubespray"
  only: [/^pr-.*$/]
  except: ['triggers']
packet_ubuntu18-calico-aio:
  extends: .packet
# Future AIO job
packet_ubuntu20-calico-aio:
  stage: deploy-part1
  extends: .packet
  when: manual

packet_centos7-flannel-containerd-addons-ha:
  extends: .packet
packet_centos7-weave-upgrade-ha:
  stage: deploy-part3
  extends: .packet
  variables:
    UPGRADE_TEST: basic
packet_ubuntu16-weave-sep:
  extends: .packet
  when: manual

# # More builds for PRs/merges (manual) and triggers (auto)

packet_ubuntu16-canal-sep:
  extends: .packet
packet_ubuntu16-canal-kubeadm-ha:
  extends: .packet
packet_ubuntu16-flannel-ha:
  extends: .packet
# Contiv does not work in k8s v1.16
# packet_ubuntu16-contiv-sep:
#   stage: deploy-part2
#   extends: .packet
#   when: on_success
packet_ubuntu18-cilium-sep:
  extends: .packet
packet_ubuntu18-flannel-containerd-ha:
  stage: deploy-part2
  extends: .packet
packet_ubuntu18-flannel-containerd-ha-once:
  stage: deploy-part2
  extends: .packet
  when: manual

packet_debian9-macvlan:
  stage: deploy-part2
  extends: .packet
packet_debian9-calico-upgrade-once:
  stage: deploy-part3
  extends: .packet
  when: on_success
  variables:
    UPGRADE_TEST: graceful

packet_debian10-containerd:
  stage: deploy-part2
  extends: .packet
  when: on_success

  stage: deploy-part2
  extends: .packet
packet_centos7-calico-ha-once-localhost:
  extends: .packet
  when: on_success
  services:
    - docker:18.09.9-dind
  stage: deploy-part2
  extends: .packet
  when: on_success

  stage: deploy-part2
  extends: .packet
  extends: .packet
Etienne Champetier's avatar
Etienne Champetier committed
packet_centos8-calico:
  stage: deploy-part2
  extends: .packet
  when: on_success

  extends: .packet
packet_oracle7-canal-ha:
  stage: deploy-part2
  extends: .packet
packet_ubuntu16-kube-router-sep:
  stage: deploy-part2
  extends: .packet

packet_amazon-linux-2-aio:
  stage: deploy-part2
  extends: .packet
  when: manual
# ### PR JOBS PART3
# Long jobs (45min+)

packet_debian9-calico-upgrade:
  stage: deploy-part3
  extends: .packet
  when: on_success
  variables:
    UPGRADE_TEST: graceful

packet_ubuntu18-calico-ha-recover:
  extends: .packet
  when: on_success
  variables:
    RECOVER_CONTROL_PLANE_TEST: "true"
    RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[2:],kube-master[1:]"

packet_ubuntu18-calico-ha-recover-noquorum:
  extends: .packet
  when: on_success
  variables:
    RECOVER_CONTROL_PLANE_TEST: "true"
    RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:],kube-master[1:]"