Skip to content

Commit

Permalink
CI: adjust test scenarios for downloaded containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Oct 6, 2021
1 parent b6e9138 commit b6354f8
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 23 deletions.
10 changes: 0 additions & 10 deletions roles/container-engine/containerd-common/vars/ubuntu-16.yml

This file was deleted.

4 changes: 4 additions & 0 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,14 +445,18 @@ nerdctl_archive_checksums:
amd64:
0.8.1: 7c3573db282749079e06f4c592b4585d53628d13fd762746b30389f854d79a47

# TODO(cristicalin): remove compatibility entries once debian9 and ubuntu16 jobs are dropped or docker is dropped
containerd_archive_checksums:
arm:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 0
1.5.5: 0
arm64:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 0
1.5.5: 0
amd64:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
1.5.5: 8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1

Expand Down
3 changes: 3 additions & 0 deletions tests/files/packet_debian9-calico-upgrade-once.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1
download_run_once: true

# Make docker happy
containerd_version: latest
3 changes: 3 additions & 0 deletions tests/files/packet_debian9-calico-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ mode: default
kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1

# Make docker happy
containerd_version: latest
3 changes: 3 additions & 0 deletions tests/files/packet_debian9-macvlan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ kube_proxy_masquerade_all: true
macvlan_interface: "eth0"

auto_renew_certificates: true

# Make docker happy
containerd_version: latest
1 change: 0 additions & 1 deletion tests/files/packet_fedora34-kube-ovn-containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mode: default

# Kubespray settings
container_manager: containerd
containerd_version: latest
etcd_deployment_type: host
deploy_netchecker: true
dns_min_replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-canal-kubeadm-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-canal-sep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-flannel-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ skip_non_kubeadm_warning: true
deploy_netchecker: true
dns_min_replicas: 1

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-kube-router-sep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ kube_network_plugin: kube-router
deploy_netchecker: true
dns_min_replicas: 1

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-kube-router-svc-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dns_min_replicas: 1

kube_router_run_service_proxy: true

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest
4 changes: 2 additions & 2 deletions tests/files/packet_ubuntu16-weave-sep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dns_min_replicas: 1

auto_renew_certificates: true

# Ubuntu 16 packages for containerd are limited to 1.4.6
containerd_version: 1.4.6
# Make docker jobs happy
containerd_version: latest

0 comments on commit b6354f8

Please sign in to comment.