From cdd74f92f466a74112c60a2a901b2133b1741533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Tue, 12 Sep 2023 14:56:29 +0300 Subject: [PATCH] Removes ubuntu:kinetic pipelines since it's EOL (#7195) ubuntu:kinetic is EOL so removing it's pipeline https://fridge.ubuntu.com/2023/06/14/ubuntu-22-10-kinetic-kudu-reaches-end-of-life-on-july-20-2023/ (cherry picked from commit e0683aab8450189514edb70c930ba2cb92e55f79) --- .github/workflows/packaging-test-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 1f8d9dc26..f071dcf0f 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -112,7 +112,6 @@ jobs: - ubuntu-bionic-all - ubuntu-focal-all - ubuntu-jammy-all - - ubuntu-kinetic-all POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }}