Browse Source

Switch deploy-part1 AIO job to Calico (#4628)

* Switch deploy-part1 AIO job to Calico

* Cleanup file

* Remove newline at end
pull/4613/head
Andreas Krüger 5 years ago
committed by Kubernetes Prow Robot
parent
commit
f3e7615bef
2 changed files with 2 additions and 2 deletions
  1. 2
      .gitlab-ci/packet.yml
  2. 2
      tests/files/packet_ubuntu18-calico-aio.yml

2
.gitlab-ci/packet.yml

@ -14,7 +14,7 @@
variables:
UPGRADE_TEST: "graceful"
packet_ubuntu18-flannel-aio:
packet_ubuntu18-calico-aio:
stage: deploy-part1
<<: *packet
when: on_success

tests/files/packet_ubuntu18-flannel-aio.yml → tests/files/packet_ubuntu18-calico-aio.yml

@ -5,6 +5,6 @@ mode: aio
vm_memory: 1600Mi
# Kubespray settings
kube_network_plugin: flannel
kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1
Loading…
Cancel
Save