mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Merge pull request #393 from yurkovychv/PMM-7-update-setup-for-pmm-integration
PMM-7 update setup for PMM integration
This commit is contained in:
2
.github/workflows/postgresql-11-pmm.yaml
vendored
2
.github/workflows/postgresql-11-pmm.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run PMM & PGSM Setup, E2E Tests
|
- name: Run PMM & PGSM Setup, E2E Tests
|
||||||
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-pgsm-container=pgsql_pgsm_11 --pgsql-version=11 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
||||||
|
|
||||||
- name: Get PMM-Agent Logs from the Container
|
- name: Get PMM-Agent Logs from the Container
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
|
|||||||
2
.github/workflows/postgresql-12-pmm.yaml
vendored
2
.github/workflows/postgresql-12-pmm.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run PMM & PGSM Setup, E2E Tests
|
- name: Run PMM & PGSM Setup, E2E Tests
|
||||||
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=12 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-pgsm-container=pgsql_pgsm_12 --pgsql-version=12 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
||||||
|
|
||||||
- name: Get PMM-Agent Logs from the Container
|
- name: Get PMM-Agent Logs from the Container
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
|
|||||||
2
.github/workflows/postgresql-13-pmm.yaml
vendored
2
.github/workflows/postgresql-13-pmm.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run PMM & PGSM Setup, E2E Tests
|
- name: Run PMM & PGSM Setup, E2E Tests
|
||||||
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=13 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-pgsm-container=pgsql_pgsm_13 --pgsql-version=13 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
||||||
|
|
||||||
- name: Get PMM-Agent Logs from the Container
|
- name: Get PMM-Agent Logs from the Container
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
|
|||||||
2
.github/workflows/postgresql-14-pmm.yaml
vendored
2
.github/workflows/postgresql-14-pmm.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run PMM & PGSM Setup, E2E Tests
|
- name: Run PMM & PGSM Setup, E2E Tests
|
||||||
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=14 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-pgsm-container=pgsql_pgsm_14 --pgsql-version=14 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
||||||
|
|
||||||
- name: Get PMM-Agent Logs from the Container
|
- name: Get PMM-Agent Logs from the Container
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
|
|||||||
2
.github/workflows/postgresql-15-pmm.yaml
vendored
2
.github/workflows/postgresql-15-pmm.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run PMM & PGSM Setup, E2E Tests
|
- name: Run PMM & PGSM Setup, E2E Tests
|
||||||
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=15 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-pgsm-container=pgsql_pgsm_15 --pgsql-version=15 --pgstat-monitor-branch=${{ env.TARGET_BRANCH }}
|
||||||
|
|
||||||
- name: Get PMM-Agent Logs from the Container
|
- name: Get PMM-Agent Logs from the Container
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
|
|||||||
Reference in New Issue
Block a user