Skip to content

Commit

Permalink
PMM-13040 Add service accounts tests to the Matrix Job for v3 (#669)
Browse files Browse the repository at this point in the history
* PMM-13040: Matrix Job for the V3

* PMM-13040: Setup PMM client V3

* PMM-13040: Podman Runner

* PMM-13040: Remove Bats install

* PMM-13040: Start pmm server

* PMM-13040: Start pmm server

* PMM-13040: Fixes typo

* PMM-13040: Changes pmm server address for container

* PMM-13040: Fix admin password

* PMM-13040: Fix pmm server address

* PMM-13040: Install bats as sudo

* PMM-13040: Fixes for pmm 3 setup

* PMM-13040: adds version of ps

* PMM-13040: Removes client setup

* PMM-13040: Changes from PR
  • Loading branch information
peterSirotnak authored May 16, 2024
1 parent ff493e0 commit c04e9e6
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 @@ -246,3 +246,17 @@ jobs:
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--database ps'
tags_for_tests: '@dump'

service_account:
name: Service Accounts tests
uses: ./.github/workflows/runner-e2e-tests-codeceptjs.yml
secrets: inherit
with:
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
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=8.0'
tags_for_tests: '@service-account'

0 comments on commit c04e9e6

Please sign in to comment.