From 658bfe0922cc1f7e5d53ee8582a6294864d8b55f Mon Sep 17 00:00:00 2001 From: Vadym Yarosh Date: Mon, 5 Feb 2024 11:45:57 +0100 Subject: [PATCH] PMM-11378 fixed metrics mode --- .github/workflows/pmm2-ui-tests-fb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pmm2-ui-tests-fb.yml b/.github/workflows/pmm2-ui-tests-fb.yml index 2e8b33bf512e..a18d0809d795 100644 --- a/.github/workflows/pmm2-ui-tests-fb.yml +++ b/.github/workflows/pmm2-ui-tests-fb.yml @@ -239,6 +239,7 @@ jobs: pmm_server_image: ${{ inputs.pmm_server_image }} pmm_client_tarball: ${{ inputs.client_version || 'dev-latest' }} playbook: 'pmm2-client_integration_custom_port' + metrics_mode: 'auto' tarball_upgrade: name: Tarball Upgrade test @@ -249,3 +250,4 @@ jobs: pmm_server_image: ${{ inputs.server_image || 'perconalab/pmm-server:dev-latest' }} pmm_client_tarball: ${{ inputs.client_version || 'dev-latest' }} playbook: 'pmm2-client_integration_upgrade_custom_path' + metrics_mode: 'auto' \ No newline at end of file