Skip to content

Commit

Permalink
PMM-9403 to V3 (#690)
Browse files Browse the repository at this point in the history
* PMM-9403: New pipeline PSMDB Replica UI tests

* PMM-9403: Fix pipeline
  • Loading branch information
peterSirotnak authored Jun 11, 2024
1 parent c04e9e6 commit 5a2b878
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,20 @@ jobs:
# setup_services: '--database psmdb,SETUP_TYPE=psa'
# tags_for_tests: '@pmm-psmdb-arbiter-integration'

psmdb_replica:
name: PSMDB Replica UI tests
uses: ./.github/workflows/runner-e2e-tests-codeceptjs.yml
secrets: inherit
with:
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || 'dev-latest' }}
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:dev-latest' }}
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--database psmdb,SETUP_TYPE=pss'
tags_for_tests: '@pmm-psmdb-replica-integration'

user_and_password_podman:
name: User with changed password UI tests
uses: ./.github/workflows/runner-e2e-tests-podman.yml
Expand Down

0 comments on commit 5a2b878

Please sign in to comment.