From ecf7ca504ad94b8305e98cecc20bf271a0f1fb7f Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Fri, 7 Jun 2024 13:37:44 +0200 Subject: [PATCH] PMM-9403: New pipeline PSMDB Replica UI tests --- .github/workflows/fb-e2e-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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