From 3a7d7a1fbf4c0b5286a5c5b58584a7d998096f43 Mon Sep 17 00:00:00 2001 From: amanda Date: Fri, 23 Feb 2024 15:06:24 +0000 Subject: [PATCH 1/3] Remove centos7 from ansible runs --- .github/workflows/e2e.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 26f3d4d9..25948ef6 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -52,7 +52,6 @@ jobs: - stable - unstable os: - - centos7 - rockylinux8 - ubuntu20 ansible-core: From 6e83fc97bd3628983eb715c2919e17c8c0954498 Mon Sep 17 00:00:00 2001 From: amanda Date: Fri, 23 Feb 2024 15:10:35 +0000 Subject: [PATCH 2/3] Only run centos7 on stable --- .github/workflows/e2e.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 25948ef6..c0ddd63e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -54,6 +54,9 @@ jobs: os: - rockylinux8 - ubuntu20 + include: + - st2_repo: stable + os: centos7 ansible-core: - "2.11.12" From c704e7f80704648d633731b91d953bf349af9eb9 Mon Sep 17 00:00:00 2001 From: amanda Date: Fri, 23 Feb 2024 15:12:48 +0000 Subject: [PATCH 3/3] Fix matrix --- .github/workflows/e2e.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c0ddd63e..56865aca 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -54,11 +54,13 @@ jobs: os: - rockylinux8 - ubuntu20 + ansible-core: + - "2.11.12" + # Only run centos7 for stable, as not valid for new release include: - st2_repo: stable os: centos7 - ansible-core: - - "2.11.12" + ansible-core: 2.11.12 steps: - name: Checkout the repository