mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Merge pull request #259 from puneet0191/PMM-9951-4
PMM-9951 moving integration tests to push
This commit is contained in:
2
.github/workflows/postgresql-11-pmm.yaml
vendored
2
.github/workflows/postgresql-11-pmm.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
||||||
|
|
||||||
- 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=${{ github.head_ref }}
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
4
.github/workflows/postgresql-12-pmm.yaml
vendored
4
.github/workflows/postgresql-12-pmm.yaml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: postgresql-12-pmm-integration
|
name: postgresql-12-pmm-integration
|
||||||
on: pull_request
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
||||||
|
|
||||||
- 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=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=12
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
4
.github/workflows/postgresql-13-pmm.yaml
vendored
4
.github/workflows/postgresql-13-pmm.yaml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: postgresql-13-pmm-integration
|
name: postgresql-13-pmm-integration
|
||||||
on: pull_request
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
||||||
|
|
||||||
- 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=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=13
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
4
.github/workflows/postgresql-14-pmm.yaml
vendored
4
.github/workflows/postgresql-14-pmm.yaml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: postgresql-14-pmm-integration
|
name: postgresql-14-pmm-integration
|
||||||
on: pull_request
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
|
||||||
|
|
||||||
- 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=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
|
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=14
|
||||||
|
|
||||||
- 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