From 24d2f1f1da18fd45380a045ee101bddefa0d90c3 Mon Sep 17 00:00:00 2001 From: gindibay Date: Mon, 18 Sep 2023 17:36:42 +0300 Subject: [PATCH] Removes oraclelinux-7 pg16 pair --- .github/workflows/packaging-test-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 5ec31d0f1..9d3fb81be 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -44,7 +44,6 @@ jobs: # For this reason, we need to use a "matrix" to generate names of # rpm images, e.g. citus/packaging:centos-7-pg12 packaging_docker_image: - - oraclelinux-7 - oraclelinux-8 - almalinux-8 - almalinux-9 @@ -57,6 +56,10 @@ jobs: POSTGRES_VERSION: 14 - packaging_docker_image: centos-7 POSTGRES_VERSION: 15 + - packaging_docker_image: oraclelinux-7 + POSTGRES_VERSION: 14 + - packaging_docker_image: oraclelinux-7 + POSTGRES_VERSION: 15 container: image: citus/packaging:${{ matrix.packaging_docker_image }}-pg${{ matrix.POSTGRES_VERSION }}