Skip to content

Update OS version on phusion image to support latest PS and PXC tar builds for GLIBC #294

Update OS version on phusion image to support latest PS and PXC tar builds for GLIBC

Update OS version on phusion image to support latest PS and PXC tar builds for GLIBC #294

Workflow file for this run

name: pmm2-testsuite pipeline
on:
# run with default inputs
pull_request:
jobs:
bats-testsuite:
uses: Percona-Lab/pmm-submodules/.github/workflows/[email protected]
with:
server_image: ${{ github.event.inputs.server_image || 'perconalab/pmm-server:dev-latest' }}
client_version: ${{ github.event.inputs.client_version || 'dev-latest' }}
client_image: ${{ github.event.inputs.client_image || 'perconalab/pmm-client:dev-latest' }}
pmm_qa_branch: ${{ github.head_ref || 'main' }}