diff --git a/.github/workflows/fb-e2e-suite.yml b/.github/workflows/fb-e2e-suite.yml index ae1449b0..8e4a677b 100644 --- a/.github/workflows/fb-e2e-suite.yml +++ b/.github/workflows/fb-e2e-suite.yml @@ -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 @@ -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