Skip to content

Commit

Permalink
Move centos7-crio CI job to centos8 (kubernetes-sigs#7327)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored Mar 1, 2021
1 parent bdd36c2 commit e35bece
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ packet_centos7-flannel-containerd-addons-ha:
variables:
MITOGEN_ENABLE: "true"

packet_centos7-crio:
packet_centos8-crio:
extends: .packet_pr
stage: deploy-part2
when: on_success
variables:
MITOGEN_ENABLE: "true"

packet_ubuntu18-crio:
extends: .packet_pr
Expand Down
4 changes: 2 additions & 2 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ubuntu20 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :x: | :x
| OS / CNI | calico | canal | cilium | flannel | kube-ovn | kube-router | macvlan | ovn4nfv | weave |
|---| --- | --- | --- | --- | --- | --- | --- | --- | --- |
amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
fedora32 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
Expand Down
4 changes: 2 additions & 2 deletions tests/files/packet_centos8-calico.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dashboard_namespace: "kube-dashboard"
dashboard_enabled: true
loadbalancer_apiserver_type: haproxy

# required / not autodetected for now
calico_iptables_backend: "NFT"
# required
calico_iptables_backend: "Auto"
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
# Instance settings
cloud_image: centos-7
cloud_image: centos-8
mode: default

# Kubespray settings
deploy_netchecker: true
dns_min_replicas: 1
container_manager: crio

download_localhost: false
download_run_once: true

# CRI-O requirements
etcd_deployment_type: host

# required
calico_iptables_backend: "Auto"

0 comments on commit e35bece

Please sign in to comment.