Browse Source

CI: Use ubuntu-2204 for crio test

pull/12199/head
Takuya Murakami 4 months ago
parent
commit
c1e3f3120c
2 changed files with 3 additions and 3 deletions
  1. 4
      docs/developers/ci.md
  2. 2
      tests/files/ubuntu22-crio.yml

4
docs/developers/ci.md

@ -36,8 +36,8 @@ openeuler24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
opensuse15 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu22 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu22 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
## docker

tests/files/ubuntu20-crio.yml → tests/files/ubuntu22-crio.yml

@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2004
cloud_image: ubuntu-2204
# Kubespray settings
container_manager: crio
Loading…
Cancel
Save