Browse Source

[cri-o] molecule switch from ubuntu 18 to ubuntu 20

pull/8784/head
Calin Cristian Andrei 2 years ago
committed by Florian Ruynat
parent
commit
1113460b68
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/container-engine/cri-o/molecule/default/molecule.yml

4
roles/container-engine/cri-o/molecule/default/molecule.yml

@ -7,8 +7,8 @@ lint: |
set -e set -e
yamllint -c ../../../.yamllint . yamllint -c ../../../.yamllint .
platforms: platforms:
- name: ubuntu1804
box: generic/ubuntu1804
- name: ubuntu2004
box: generic/ubuntu2004
cpus: 2 cpus: 2
memory: 1024 memory: 1024
groups: groups:

Loading…
Cancel
Save