From 26b02a618b4389f228e8a711ace1fe1021703553 Mon Sep 17 00:00:00 2001 From: yurkovychv Date: Tue, 22 Apr 2025 09:47:17 +0300 Subject: [PATCH 1/3] PMM-7 update worker versions --- .github/workflows/PMM_PDPGSQL.yaml | 2 +- .github/workflows/PMM_PROXYSQL.yaml | 2 +- .github/workflows/PMM_PS.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PMM_PDPGSQL.yaml b/.github/workflows/PMM_PDPGSQL.yaml index e56b3849..911875fb 100644 --- a/.github/workflows/PMM_PDPGSQL.yaml +++ b/.github/workflows/PMM_PDPGSQL.yaml @@ -21,7 +21,7 @@ on: jobs: PMM_PDPGSQL_TEST: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 20 env: PDPGSQL_VERSION: ${{ github.event.inputs.pdpgsql_version || 'perconalab/percona-distribution-postgresql:16.0' }} diff --git a/.github/workflows/PMM_PROXYSQL.yaml b/.github/workflows/PMM_PROXYSQL.yaml index 84ed3b68..0a0bcaa0 100644 --- a/.github/workflows/PMM_PROXYSQL.yaml +++ b/.github/workflows/PMM_PROXYSQL.yaml @@ -21,7 +21,7 @@ on: jobs: PMM_PXC_TEST: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 20 env: PXC_GLIBC: ${{ github.event.inputs.pxc_glibc || '2.35' }} diff --git a/.github/workflows/PMM_PS.yaml b/.github/workflows/PMM_PS.yaml index ae1f9f13..20613fe7 100644 --- a/.github/workflows/PMM_PS.yaml +++ b/.github/workflows/PMM_PS.yaml @@ -21,7 +21,7 @@ on: jobs: PMM_PS_TEST: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 20 env: PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.28' }} From 0c3e4fcda4b85d4c559b851de42ec22a94c2bbf4 Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:53:07 +0300 Subject: [PATCH 2/3] Update PMM_PDPGSQL.yaml --- .github/workflows/PMM_PDPGSQL.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PMM_PDPGSQL.yaml b/.github/workflows/PMM_PDPGSQL.yaml index 911875fb..50975d35 100644 --- a/.github/workflows/PMM_PDPGSQL.yaml +++ b/.github/workflows/PMM_PDPGSQL.yaml @@ -77,7 +77,7 @@ jobs: working-directory: pmm-qa/pmm-tests - name: Checkout the repo and install node packages - run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci + run: git clone -b PMM-7-fix-playwright-tests https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies run: npx playwright install --with-deps && npx codeceptjs def pr.codecept.js From 2a559fcc492f6d981dc07d296b82b5b08005ff9d Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:27:06 +0300 Subject: [PATCH 3/3] Update PMM_PDPGSQL.yaml --- .github/workflows/PMM_PDPGSQL.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PMM_PDPGSQL.yaml b/.github/workflows/PMM_PDPGSQL.yaml index 50975d35..911875fb 100644 --- a/.github/workflows/PMM_PDPGSQL.yaml +++ b/.github/workflows/PMM_PDPGSQL.yaml @@ -77,7 +77,7 @@ jobs: working-directory: pmm-qa/pmm-tests - name: Checkout the repo and install node packages - run: git clone -b PMM-7-fix-playwright-tests https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci + run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies run: npx playwright install --with-deps && npx codeceptjs def pr.codecept.js