Skip to content

Commit

Permalink
Adding newly functional tests on the local and CI test list
Browse files Browse the repository at this point in the history
List of of skipped tests was removed from the CI workflow
definition as they will, in all probability, not be implemented
in the containerized github CI.

edpm_ceph_hci_pre role was added to the local execution skip list

Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Oct 6, 2023
1 parent 4b2be79 commit 8f8b92f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- edpm_container_manage
- edpm_container_rm
- edpm_container_standalone
- edpm_growvols
- edpm_logrotate_crond
- edpm_multipathd
- edpm_network_config
- edpm_neutron_sriov
- edpm_nftables
Expand All @@ -37,14 +39,9 @@ jobs:
- env_data
# Following roles will be included in test matrix only after their
# molecule tests deemed functional and stable
# - edpm_iscsid
# - edpm_ovn_bgp_agent
# - edpm_chrony
# - edpm_podman
# - edpm_module_load
# - edpm_kernel
# - edpm_frr
# - edpm_growvols
# - edpm_iscsid

runs-on: ubuntu-22.04
steps:
Expand Down
8 changes: 4 additions & 4 deletions scripts/test_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# hence skipping them here.
SKIP_LIST = [
"edpm_libvirt",
"edpm_ovn",
"edpm_nova",
"edpm_nova_compute",
"edpm_nova_libvirt",
"edpm_module_load",
"edpm_chrony",
"edpm_podman",
"edpm_ceph_client_files",
"edpm_ddp_package",
"edpm_frr",
"edpm_growvols",
"edpm_kernel",
"edpm_ovn_bgp_agent",
"test_deps"
"test_deps",
"edpm_ceph_hci_pre",
"edpm_download_cache",
]

FAILURE_PATTERNS = [
Expand Down

0 comments on commit 8f8b92f

Please sign in to comment.