Skip to content

Commit

Permalink
Moving edpm_tuned molecule test to VM
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <jpodivin@gmail.com>
  • Loading branch information
jpodivin committed Aug 21, 2024
1 parent 2c9daac commit b63fc50
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- edpm_sshd
- edpm_ssh_known_hosts
- edpm_timezone
- edpm_tuned
- edpm_telemetry
- edpm_telemetry_logging
- edpm_update
Expand Down
18 changes: 8 additions & 10 deletions roles/edpm_tuned/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ dependency:
options:
role-file: collections.yml
driver:
name: podman
name: delegated
options:
managed: false
ansible_connection_options:
ansible_connection: local
platforms:
- command: /sbin/init
dockerfile: Dockerfile.j2
image: ${EDPM_ANSIBLE_MOLECULE_IMAGE:-"ubi9/ubi-init"}
name: instance
privileged: true
registry:
url: ${EDPM_ANSIBLE_MOLECULE_REGISTRY:-"registry.access.redhat.com"}
ulimits:
- host
- name: compute-1
groups:
- compute
provisioner:
log: true
name: ansible
Expand Down
18 changes: 8 additions & 10 deletions roles/edpm_tuned/molecule/isolated/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ dependency:
options:
role-file: collections.yml
driver:
name: podman
name: delegated
options:
managed: false
ansible_connection_options:
ansible_connection: local
platforms:
- name: instance
image: ${EDPM_ANSIBLE_MOLECULE_IMAGE:-"ubi9/ubi-init"}
registry:
url: ${EDPM_ANSIBLE_MOLECULE_REGISTRY:-"registry.access.redhat.com"}
command: /sbin/init
dockerfile: ../../../../molecule/common/Containerfile.j2
privileged: true
ulimits: &ulimit
- host
- name: compute-1
groups:
- compute
provisioner:
name: ansible
log: true
Expand Down
5 changes: 5 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@
parent: edpm-ansible-molecule-base
vars:
TEST_RUN: edpm_tripleo_cleanup
- job:
name: edpm-ansible-molecule-edpm_tuned
parent: edpm-ansible-molecule-base
vars:
TEST_RUN: edpm_tuned
1 change: 1 addition & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- edpm-ansible-molecule-edpm_ovn_bgp_agent
- edpm-ansible-molecule-edpm_ovs
- edpm-ansible-molecule-edpm_tripleo_cleanup
- edpm-ansible-molecule-edpm_tuned
- openstack-k8s-operators-content-provider
- adoption-standalone-to-crc-ceph-provider:
dependencies:
Expand Down

0 comments on commit b63fc50

Please sign in to comment.