Skip to content

Commit

Permalink
PMM-11378 added tarball tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 3, 2024
1 parent 000139b commit bbff6ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pmm2-ui-tests-fb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,23 @@ jobs:
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
client_flags: '--addclient=ps,1'
tags_for_tests: '@dump'

tarball_install:
name: Tarball Install test
uses: Percona-QA/package-testing/.github/workflows/pmm-package-test-fb.yml
secrets: inherit
with:
package_testing_branch: 'master'
pmm_server_image: ${{ inputs.pmm_server_image }}
pmm_client_tarball: ${{ inputs.client_version || 'dev-latest' }}
playbook: 'pmm2-client_integration_custom_port'

tarball_upgrade:
name: Tarball Upgrade test
uses: Percona-QA/package-testing/.github/workflows/pmm-package-test-fb.yml
secrets: inherit
with:
package_testing_branch: 'master'
pmm_server_image: ${{ inputs.server_image || 'perconalab/pmm-server:dev-latest' }}
pmm_client_tarball: ${{ inputs.client_version || 'dev-latest' }}
playbook: 'pmm2-client_integration_upgrade_custom_path'

0 comments on commit bbff6ea

Please sign in to comment.