From 6ca6240a7b5fb8d5471afcfd108ddf9b513d4982 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Wed, 10 Jul 2024 14:06:11 +0000 Subject: [PATCH 1/2] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 5 ----- kitchen.global.yml | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b255f12..873cb562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + ## 5.1.2 - *2024-05-02* ## 5.1.1 - *2024-05-02* diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 1dfe62c8..6ead9e8e 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -22,11 +22,6 @@ platforms: image: dokken/amazonlinux-2023 pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-8 - driver: - image: dokken/centos-stream-8 - pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-9 driver: image: dokken/centos-stream-9 diff --git a/kitchen.global.yml b/kitchen.global.yml index 4396f11e..1740e461 100644 --- a/kitchen.global.yml +++ b/kitchen.global.yml @@ -18,7 +18,6 @@ platforms: - name: almalinux-8 - name: almalinux-9 - name: amazonlinux-2023 - - name: centos-stream-8 - name: centos-stream-9 - name: debian-11 - name: debian-12 From 031f5603d38de0a6bdbd43fec8850372b5f12cd3 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Mon, 15 Jul 2024 09:53:39 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf94daac..d61a61cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,15 +22,21 @@ jobs: strategy: matrix: os: - - "centos-7" - - "centos-stream-8" + - "almalinux-8" + - "almalinux-9" + - "amazonlinux-2" + - "amazonlinux-2023" + - "centos-stream-9" - "debian-11" - "debian-12" - "fedora-latest" - "oraclelinux-8" - - "ubuntu-1804" + - "oraclelinux-9" + - "rockylinux-8" + - "rockylinux-9" - "ubuntu-2004" - "ubuntu-2204" + - "ubuntu-2404" suite: - "default" fail-fast: false