Skip to content

Commit

Permalink
PMM-9403: New pipeline PSMDB Replica UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jun 7, 2024
1 parent 2ce034b commit ecf7ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--mongomagic --with-arbiter'
tags_for_tests: '(?=.*@pmm-psmdb-replica-integration)^(?!.*@not-ui-pipeline)'
tags_for_tests: '@pmm-psmdb-arbiter-integration'

psmdb_replica:
name: PSMDB Replica UI tests
Expand All @@ -228,7 +228,7 @@ jobs:
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--mongo-replica-for-backup'
tags_for_tests: '@pmm-psmdb-replica-integration'
tags_for_tests: '(?=.*@pmm-psmdb-replica-integration)^(?!.*@not-ui-pipeline)'

user_and_password_podman:
name: User with changed password UI tests
Expand Down

0 comments on commit ecf7ca5

Please sign in to comment.