Skip to content

Commit

Permalink
Re-enable RPM tests (#329)
Browse files Browse the repository at this point in the history
We had to disable tests on rpm-based distributions due to a bug in
Elasticsearch. This PR will bring them back.

fixes #327
  • Loading branch information
widhalmt authored Jun 13, 2024
1 parent 4797699 commit c771c2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_full_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
distro:
# - rockylinux8
# - rockylinux9
- rockylinux8
- rockylinux9
- ubuntu2004
- ubuntu2204
- debian10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_role_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- centos7
- debian10
- debian11
# - rockylinux8
# - rockylinux9
- rockylinux8
- rockylinux9
- ubuntu2004
- ubuntu2204]
scenario:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_roles_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
fail-fast: false
matrix:
distro:
#- rockylinux9
- rockylinux8
- rockylinux9
- ubuntu2204
scenario:
- elasticstack_default
Expand Down

0 comments on commit c771c2d

Please sign in to comment.