File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : PMM_PXC_PROXYSQL
1+ name : PMM_PROXYSQL
22on :
33 workflow_dispatch :
44 inputs :
Original file line number Diff line number Diff line change 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"
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' }}
You can’t perform that action at this time.
0 commit comments