Skip to content

Commit ccfb2e2

Browse files
committed
Updates fix gh triggers for PS and Proxysql
1 parent 7075595 commit ccfb2e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/PMM_PXC_PROXYSQL.yaml renamed to .github/workflows/PMM_PROXYSQL.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PMM_PXC_PROXYSQL
1+
name: PMM_PROXYSQL
22
on:
33
workflow_dispatch:
44
inputs:

.github/workflows/PMM_PS.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
default: 'https://github.com/Percona-QA/package-testing/blob/master/VERSIONS'
88
required: true
99
ps_glibc:
10-
description: "ps glibc version, example: 2.28"
11-
default: '2.28'
10+
description: "ps glibc version, example: 2.35"
11+
default: '2.35'
1212
required: false
1313
pmm_qa_branch:
1414
description: "Branch for qa-integration to checkout"
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
ADMIN_PASSWORD: 'admin'
4444
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0' }}
45-
PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.28' }}
45+
PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.35' }}
4646
PMM_SERVER_IMAGE: ${{ github.event.inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
4747
PMM_QA_BRANCH: ${{ github.event.inputs.pmm_qa_branch || 'v3' }}
4848
PMM_UI_BRANCH: ${{ github.event.inputs.pmm_ui_tests_branch || 'v3' }}

0 commit comments

Comments
 (0)