Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/pmm-qa-fb-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: "Branch for PMM-QA to checkout (pmm-qa)"
required: false
type: string
qa_integration_branch:
description: "Branch for QA-integration to checkout (qa-integration)"
required: false
type: string
pmm_ui_tests_branch:
description: "Branch for UI tests to checkout (pmm-ui-tests)"
required: false
Expand Down Expand Up @@ -37,6 +41,9 @@ on:
pmm_qa_branch:
required: false
type: string
qa_integration_branch:
required: false
type: string
pmm_ui_tests_branch:
required: false
type: string
Expand Down Expand Up @@ -88,6 +95,7 @@ jobs:
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }}
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }}
qa_integration_branch: ${{ inputs.qa_integration_branch || 'main' }}
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-server:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
Expand Down