From 734b7489d1e8c82e0632c3dd5eb6fabb547ad62a Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Wed, 24 Jul 2024 19:19:55 +0200 Subject: [PATCH] Use qa-integration tests from branch with fix --- .github/workflows/postgresql-11-pmm.yaml | 2 +- .github/workflows/postgresql-12-pmm.yaml | 2 +- .github/workflows/postgresql-13-pmm.yaml | 2 +- .github/workflows/postgresql-14-pmm.yaml | 2 +- .github/workflows/postgresql-15-pmm.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/postgresql-11-pmm.yaml b/.github/workflows/postgresql-11-pmm.yaml index a89708ab..6f3e8a9b 100644 --- a/.github/workflows/postgresql-11-pmm.yaml +++ b/.github/workflows/postgresql-11-pmm.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' - ref: 'main' + ref: 'fix-pgsm-pmm-tests' # print branch and Repo name - name: Get branch and Repo Name diff --git a/.github/workflows/postgresql-12-pmm.yaml b/.github/workflows/postgresql-12-pmm.yaml index cb30f5bd..9686dc71 100644 --- a/.github/workflows/postgresql-12-pmm.yaml +++ b/.github/workflows/postgresql-12-pmm.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' - ref: 'main' + ref: 'fix-pgsm-pmm-tests' # print branch and Repo name - name: Get branch and Repo Name diff --git a/.github/workflows/postgresql-13-pmm.yaml b/.github/workflows/postgresql-13-pmm.yaml index c4cf096f..a0b820eb 100644 --- a/.github/workflows/postgresql-13-pmm.yaml +++ b/.github/workflows/postgresql-13-pmm.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' - ref: 'main' + ref: 'fix-pgsm-pmm-tests' # print branch and Repo name - name: Get branch and Repo Name diff --git a/.github/workflows/postgresql-14-pmm.yaml b/.github/workflows/postgresql-14-pmm.yaml index dd63856e..e5821e78 100644 --- a/.github/workflows/postgresql-14-pmm.yaml +++ b/.github/workflows/postgresql-14-pmm.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' - ref: 'main' + ref: 'fix-pgsm-pmm-tests' # print branch and Repo name - name: Get branch and Repo Name diff --git a/.github/workflows/postgresql-15-pmm.yaml b/.github/workflows/postgresql-15-pmm.yaml index b218b80f..cd92bfdd 100644 --- a/.github/workflows/postgresql-15-pmm.yaml +++ b/.github/workflows/postgresql-15-pmm.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' - ref: 'main' + ref: 'fix-pgsm-pmm-tests' # print branch and Repo name - name: Get branch and Repo Name