Skip to content

Commit c771c2d

Browse files
authoredJun 13, 2024··
Re-enable RPM tests (#329)
We had to disable tests on rpm-based distributions due to a bug in Elasticsearch. This PR will bring them back. fixes #327
1 parent 4797699 commit c771c2d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
 

‎.github/workflows/test_full_stack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
distro:
36-
# - rockylinux8
37-
# - rockylinux9
36+
- rockylinux8
37+
- rockylinux9
3838
- ubuntu2004
3939
- ubuntu2204
4040
- debian10

‎.github/workflows/test_role_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- centos7
4444
- debian10
4545
- debian11
46-
# - rockylinux8
47-
# - rockylinux9
46+
- rockylinux8
47+
- rockylinux9
4848
- ubuntu2004
4949
- ubuntu2204]
5050
scenario:

‎.github/workflows/test_roles_pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
distro:
36-
#- rockylinux9
36+
- rockylinux8
37+
- rockylinux9
3738
- ubuntu2204
3839
scenario:
3940
- elasticstack_default

0 commit comments

Comments
 (0)
Please sign in to comment.