Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fb-e2e-suite.yml
Browse files Browse the repository at this point in the history
yurkovychv authored May 6, 2024
1 parent d7d7ff4 commit 70f5170
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
@@ -74,6 +74,7 @@ jobs:
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'v3' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
setup_services: '--database psmdb,SETUP_TYPE=pss'
direct_mongo_setup_script: 'start-rs-only.sh'
# setup_services: '--database psmdb,SETUP_TYPE=pss,COMPOSE_PROFILES=extra'
tags_for_tests: '@bm-mongo'

@@ -104,6 +105,7 @@ jobs:
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--database psmdb,SETUP_TYPE=pss'
direct_mongo_setup_script: 'start-rs-only.sh'
# tags_for_tests: '@bm-common|@bm-locations' -- include bm-common once setup for mysql fixed
tags_for_tests: '@bm-locations'

@@ -118,7 +120,8 @@ jobs:
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'v3' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--database psmdb --database ps,QUERY_SOURCE=slowlog'
setup_services: '--database ps,QUERY_SOURCE=slowlog'
direct_mongo_setup_script: 'start-rs-only.sh'
tags_for_tests: '@mongodb-exporter|@exporters'

instances:
@@ -160,7 +163,8 @@ jobs:
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'v3' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--database ps --database psmdb --database pdpgsql'
setup_services: '--database ps --database pdpgsql'
direct_mongo_setup_script: 'start-rs-only.sh'
tags_for_tests: '@user-password'

pgsm:
@@ -200,7 +204,8 @@ jobs:
pmm_test_flag: '@rbac'
pmm_server_version: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
setup_services: '--database ps --database psmdb'
setup_services: '--database ps'
direct_mongo_setup_script: 'start-rs-only.sh'
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'v3' }}

# Unskip once it will be possible to find ARBITER element on the replset summary dashboard

0 comments on commit 70f5170

Please sign in to comment.