Skip to content

Commit

Permalink
Drop centos usage in molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 15, 2024
1 parent a29aece commit d89280a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 24 deletions.
9 changes: 0 additions & 9 deletions playbooks/roles/criproxy/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
box_version: 4.3.12
memory: 3072
cpus: 1
provider_options:
gui: false
provider_raw_config_args:
- "customize ['modifyvm', :id, '--nictype1', 'virtio', '--cableconnected1', 'on']"
- name: bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
Expand Down
7 changes: 0 additions & 7 deletions playbooks/roles/criu/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yamllint .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
box_version: 4.3.12
memory: 3072
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--nictype1', 'virtio', '--cableconnected1', 'on']"
- name: bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/nfd/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
- name: ubuntu-bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
memory: 6144
cpus: 2
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/pmem/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
- name: ubuntu-bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
memory: 6144
cpus: 2
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/sriov_cni/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
- name: ubuntu-bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
memory: 6144
cpus: 2
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/sriov_plugin/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
- name: ubuntu-bionic-$POSTFIX_NAME
box: generic/ubuntu1804
box_version: 4.3.12
memory: 6144
cpus: 2
Expand Down

0 comments on commit d89280a

Please sign in to comment.