From c771c2d1b292f38117d4a3da73ff6af2f776f42c Mon Sep 17 00:00:00 2001 From: Thomas Widhalm Date: Thu, 13 Jun 2024 11:57:49 +0200 Subject: [PATCH] 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 --- .github/workflows/test_full_stack.yml | 4 ++-- .github/workflows/test_role_repos.yml | 4 ++-- .github/workflows/test_roles_pr.yml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_full_stack.yml b/.github/workflows/test_full_stack.yml index bce5bf3e..c81d24ea 100644 --- a/.github/workflows/test_full_stack.yml +++ b/.github/workflows/test_full_stack.yml @@ -33,8 +33,8 @@ jobs: fail-fast: false matrix: distro: - # - rockylinux8 - # - rockylinux9 + - rockylinux8 + - rockylinux9 - ubuntu2004 - ubuntu2204 - debian10 diff --git a/.github/workflows/test_role_repos.yml b/.github/workflows/test_role_repos.yml index a857662c..c877a158 100644 --- a/.github/workflows/test_role_repos.yml +++ b/.github/workflows/test_role_repos.yml @@ -43,8 +43,8 @@ jobs: - centos7 - debian10 - debian11 - # - rockylinux8 - # - rockylinux9 + - rockylinux8 + - rockylinux9 - ubuntu2004 - ubuntu2204] scenario: diff --git a/.github/workflows/test_roles_pr.yml b/.github/workflows/test_roles_pr.yml index d7717e8c..31b6b32d 100644 --- a/.github/workflows/test_roles_pr.yml +++ b/.github/workflows/test_roles_pr.yml @@ -33,7 +33,8 @@ jobs: fail-fast: false matrix: distro: - #- rockylinux9 + - rockylinux8 + - rockylinux9 - ubuntu2204 scenario: - elasticstack_default