From 981352227e7bb8b2b90768ca1a80ac5d66eff64f Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 10 Jul 2024 15:03:55 +0300 Subject: [PATCH 1/4] Updates checkout to v4 --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 4ae741a911a..6d195e3d960 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set Postgres and python parameters for rpm based distros run: | From 30adf4cffb1fab90f8d9dc74b92aa7dba86ef858 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 10 Jul 2024 15:06:40 +0300 Subject: [PATCH 2/4] Tests with git 3.5.0 --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 6d195e3d960..b8350126f70 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3.5.0 - name: Set Postgres and python parameters for rpm based distros run: | From 2780437bada93e2847dbc524cd3f7d7e6fff3295 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 10 Jul 2024 15:08:41 +0300 Subject: [PATCH 3/4] Test with checkout 2 --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index b8350126f70..d5e147f6e70 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v2 - name: Set Postgres and python parameters for rpm based distros run: | From f3a8a7d5b47f574146448fc345d8c2b53fe9bbfc Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 10 Jul 2024 15:33:46 +0300 Subject: [PATCH 4/4] Removes el-7 and ol-7 --- .github/workflows/packaging-test-pipelines.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index d5e147f6e70..26b5cfc9593 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -19,7 +19,7 @@ jobs: pg_versions: ${{ steps.get-postgres-versions.outputs.pg_versions }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: Get Postgres Versions @@ -51,18 +51,6 @@ jobs: - almalinux-8 - almalinux-9 POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }} - # Postgres removed support for CentOS 7 in PG 16. Below block is needed to - # keep the build for CentOS 7 working for PG 14 and PG 15. - # Once dependent systems drop support for Centos 7, we can remove this block. - include: - - packaging_docker_image: centos-7 - 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 }} @@ -70,7 +58,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set Postgres and python parameters for rpm based distros run: |